| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index afaae776c0aae1af442024943d63ef0a57509988..90042c7bb0c8fca3bb2f3ef1bd0aced4d6357514 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3750,10 +3750,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',
|
| @@ -3852,6 +3848,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',
|
| @@ -4305,10 +4310,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'],
|
| ],
|
| }],
|
| @@ -4338,6 +4339,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',
|
| ],
|
|
|