| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 86f7b762fc9d277bb02729930191684a2ccd205f..70e2de51e1b0ee368128e2dc69e8df159ac9cc95 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3746,10 +3746,6 @@
|
| 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h',
|
| 'browser/ui/web_applications/web_app_ui.cc',
|
| 'browser/ui/web_applications/web_app_ui.h',
|
| - 'browser/ui/webui/about_page/about_page_handler.cc',
|
| - 'browser/ui/webui/about_page/about_page_handler.h',
|
| - 'browser/ui/webui/about_page/about_page_ui.cc',
|
| - 'browser/ui/webui/about_page/about_page_ui.h',
|
| 'browser/ui/webui/about_ui.cc',
|
| 'browser/ui/webui/about_ui.h',
|
| 'browser/ui/webui/active_downloads_ui.cc',
|
| @@ -3848,6 +3844,15 @@
|
| 'browser/ui/webui/flash_ui.h',
|
| 'browser/ui/webui/gpu_internals_ui.cc',
|
| 'browser/ui/webui/gpu_internals_ui.h',
|
| + 'browser/ui/webui/help/help_handler.cc',
|
| + 'browser/ui/webui/help/help_handler.h',
|
| + 'browser/ui/webui/help/help_ui.cc',
|
| + 'browser/ui/webui/help/help_ui.h',
|
| + 'browser/ui/webui/help/version_updater.h',
|
| + 'browser/ui/webui/help/version_updater_chromeos.cc',
|
| + 'browser/ui/webui/help/version_updater_chromeos.h',
|
| + 'browser/ui/webui/help/version_updater_unimplemented.cc',
|
| + 'browser/ui/webui/help/version_updater_unimplemented.h',
|
| 'browser/ui/webui/history_ui.cc',
|
| 'browser/ui/webui/history_ui.h',
|
| 'browser/ui/webui/input_window_dialog_ui.cc',
|
| @@ -4301,10 +4306,6 @@
|
| ['exclude', 'browser/ui/views/status_icons/status_tray_chromeos.h'],
|
| ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.cc'],
|
| ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'],
|
| - ['exclude', 'browser/ui/webui/about_page/about_page_handler.cc'],
|
| - ['exclude', 'browser/ui/webui/about_page/about_page_handler.h'],
|
| - ['exclude', 'browser/ui/webui/about_page/about_page_ui.cc'],
|
| - ['exclude', 'browser/ui/webui/about_page/about_page_ui.h'],
|
| ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
|
| ],
|
| }],
|
| @@ -4334,6 +4335,8 @@
|
| 'browser/printing/print_dialog_gtk.h',
|
| 'browser/ui/gtk/tab_modal_confirm_dialog_gtk.cc',
|
| 'browser/ui/gtk/tab_modal_confirm_dialog_gtk.h',
|
| + 'browser/ui/webui/help/version_updater_unimplemented.cc',
|
| + 'browser/ui/webui/help/version_updater_unimplemented.h',
|
| 'browser/upgrade_detector_impl.cc',
|
| 'browser/upgrade_detector_impl.h',
|
| ],
|
|
|