2nd attempt at trying to revert the revert. Turns out the test was faulty, not my CL. The test has now been disabled, so I can try checking this in again.
Revert 99612 - Revert my revert, it still fails on the bots (even though it passes locally). :/
99610 - Un-reverting since I can't repro the test failure locally and I wanted to do a quick test to see if it is even related to my changelist.
Revert 99429 - Revert 99402 - Convert chrome://extensions to a settings page within the options pages.
This seemed to be causing failures of the
WebUIBidiCheckerBrowserTest.TestSettingsAutofillPageLTR
browser test on Windows XP (dbg)
BUG=87378
TEST=The new settings page (chrome://settings/extensionSettings) should work the same as the old one (chrome://extensions).
Review URL: http://codereview.chromium.org/7794023
[email protected]
Review URL: http://codereview.chromium.org/7830047
[email protected]
Review URL: http://codereview.chromium.org/7828075
[email protected]
Review URL: http://codereview.chromium.org/7835022
[email protected]
Review URL: http://codereview.chromium.org/7833026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99656 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9b86a93..b789e41 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3660,6 +3660,8 @@
'browser/ui/webui/options/cookies_view_handler.h',
'browser/ui/webui/options/core_options_handler.cc',
'browser/ui/webui/options/core_options_handler.h',
+ 'browser/ui/webui/options/extension_settings_handler.h',
+ 'browser/ui/webui/options/extension_settings_handler.cc',
'browser/ui/webui/options/font_settings_handler.cc',
'browser/ui/webui/options/font_settings_handler.h',
'browser/ui/webui/options/font_settings_utils.h',
@@ -3684,6 +3686,8 @@
'browser/ui/webui/options/options_ui.h',
'browser/ui/webui/options/password_manager_handler.cc',
'browser/ui/webui/options/password_manager_handler.h',
+ 'browser/ui/webui/options/pack_extension_handler.h',
+ 'browser/ui/webui/options/pack_extension_handler.cc',
'browser/ui/webui/options/personal_options_handler.cc',
'browser/ui/webui/options/personal_options_handler.h',
'browser/ui/webui/options/search_engine_manager_handler.cc',