| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 1a2a1c5f0386f298366b1bd55055669be37e90c2..93a2ce089d37417c731c9c6f675f0176778751d7 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4013,78 +4013,6 @@
|
| ],
|
| },
|
| }],
|
| - ['use_aura==0', {
|
| - 'sources/': [
|
| - ['exclude', '^browser/ui/views/aura/*'],
|
| - ],
|
| - }],
|
| - ['use_aura==1', {
|
| - 'sources/': [
|
| - ['exclude', '^browser/aeropeek_manager.cc'],
|
| - ['exclude', '^browser/automation/automation_provider_win.cc'],
|
| - ['exclude', '^browser/automation/chrome_frame_automation_provider.cc'],
|
| - ['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
|
| - ['exclude', '^browser/automation/testing_automation_provider_win.cc'],
|
| - ['exclude', '^browser/google/google_update.cc'],
|
| - ['exclude', '^browser/google/google_update.h'],
|
| - ['exclude', '^browser/external_tab_container_win.cc'],
|
| - ['exclude', '^browser/external_tab_container_win.h'],
|
| - ['exclude', '^browser/first_run/first_run_win.cc'],
|
| - ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
|
| - ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
|
| - ['exclude', '^browser/hang_monitor/'],
|
| - ['exclude', '^browser/platform_util_win.cc'],
|
| - ['exclude', '^browser/process_singleton_win.cc'],
|
| - ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
|
| - ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
|
| - ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
|
| - ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
|
| - ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
|
| - ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
|
| - ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'],
|
| - ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.h'],
|
| - ['exclude', '^browser/ui/views/browser_bubble_win.cc'],
|
| - ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'],
|
| - ['exclude', '^browser/ui/views/bubble/border_widget_win.h'],
|
| - ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
|
| - ['exclude', '^browser/ui/views/collected_cookies_win.cc'],
|
| - ['exclude', '^browser/ui/views/collected_cookies_win.h'],
|
| - ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
|
| - ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
|
| - ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
|
| - ['exclude', '^browser/ui/views/first_run_bubble.cc'],
|
| - ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
|
| - ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
|
| - ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
|
| - ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
|
| - ['exclude', '^browser/ui/views/hung_renderer_view.cc'],
|
| - ['exclude', '^browser/ui/views/importer/import_progress_dialog_view.cc'],
|
| - ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
|
| - ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
|
| - ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
|
| - ['exclude', '^browser/ui/views/shell_dialogs_win.cc'],
|
| - ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
|
| - ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'],
|
| - ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.cc'],
|
| - ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'],
|
| - ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.cc'],
|
| - ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
|
| - ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
|
| - ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h'],
|
| - ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
|
| - ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
|
| - ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
|
| - ['exclude', '^browser/ui/views/task_manager_view.cc'],
|
| - ['exclude', '^browser/ui/views/task_manager_view.h'],
|
| - ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
|
| - ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
|
| - ['include', '^browser/ui/views/simple_message_box_views.cc'],
|
| - ['include', '^browser/ui/views/simple_message_box_views.h'],
|
| - ],
|
| - 'dependencies': [
|
| - '../ui/aura/aura.gyp:aura',
|
| - ],
|
| - }],
|
| ['webui_dialogs == 1', {
|
| 'defines': [
|
| 'WEBUI_DIALOGS',
|
| @@ -4815,7 +4743,7 @@
|
| ],
|
| }],
|
| # GTK build only
|
| - ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
|
| + ['toolkit_uses_gtk == 1 and toolkit_views == 0 and use_aura == 0', {
|
| 'sources/': [
|
| ['include', '^browser/printing/print_dialog_gtk.cc'],
|
| ['include', '^browser/printing/print_dialog_gtk.h'],
|
| @@ -4931,6 +4859,119 @@
|
| 'browser/importer/ie_importer.cc',
|
| ],
|
| }],
|
| + # Must procees Aura rules after Toolkit and Platform related rules.
|
| + ['use_aura==0', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/ui/views/aura/*'],
|
| + ],
|
| + }],
|
| + ['use_aura==1', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/aeropeek_manager.cc'],
|
| + ['exclude', '^browser/automation/automation_provider_win.cc'],
|
| + ['exclude', '^browser/automation/chrome_frame_automation_provider.cc'],
|
| + ['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
|
| + ['exclude', '^browser/automation/testing_automation_provider_gtk.cc'],
|
| + ['exclude', '^browser/automation/testing_automation_provider_win.cc'],
|
| + ['exclude', '^browser/external_tab_container_win.cc'],
|
| + ['exclude', '^browser/external_tab_container_win.h'],
|
| + ['exclude', '^browser/first_run/first_run_gtk.cc'],
|
| + ['exclude', '^browser/first_run/first_run_win.cc'],
|
| + ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
|
| + ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
|
| + ['exclude', '^browser/google/google_update.cc'],
|
| + ['exclude', '^browser/google/google_update.h'],
|
| + ['exclude', '^browser/hang_monitor/'],
|
| + ['exclude', '^browser/platform_util_common_linux.cc'],
|
| + ['exclude', '^browser/platform_util_linux.cc'],
|
| + ['exclude', '^browser/platform_util_win.cc'],
|
| + ['exclude', '^browser/printing/print_dialog_gtk.cc'],
|
| + ['exclude', '^browser/printing/print_dialog_gtk.h'],
|
| + ['exclude', '^browser/process_singleton_linux.cc'],
|
| + ['exclude', '^browser/process_singleton_win.cc'],
|
| + ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
|
| + ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
|
| + ['exclude', '^browser/renderer_host/render_widget_host_view_views_gtk.cc'],
|
| + ['exclude', '^browser/renderer_host/render_widget_host_view_views_gtk.h'],
|
| + ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
|
| + ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
|
| + ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
|
| + ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
|
| + ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
|
| + ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
|
| + ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
|
| + ['exclude', '^browser/themes/theme_service_gtk.cc'],
|
| + ['exclude', '^browser/ui/gtk/*'],
|
| + ['exclude', '^browser/ui/input_window_dialog.h'],
|
| + ['exclude', '^browser/ui/input_window_dialog_gtk.cc'],
|
| + ['exclude', '^browser/ui/input_window_dialog_win.cc'],
|
| + ['exclude', '^browser/ui/login/login_prompt_gtk.cc'],
|
| + ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
|
| + ['exclude', '^browser/ui/tabs/dock_info_gtk.cc'],
|
| + ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
|
| + ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
|
| + ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
|
| + ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'],
|
| + ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.h'],
|
| + ['exclude', '^browser/ui/views/browser_bubble_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/browser_bubble_win.cc'],
|
| + ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'],
|
| + ['exclude', '^browser/ui/views/bubble/border_widget_win.h'],
|
| + ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
|
| + ['exclude', '^browser/ui/views/collected_cookies_win.cc'],
|
| + ['exclude', '^browser/ui/views/collected_cookies_win.h'],
|
| + ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/dialog_stubs_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
|
| + ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
|
| + ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
|
| + ['exclude', '^browser/ui/views/first_run_bubble.cc'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_gtk.h'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
|
| + ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
|
| + ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
|
| + ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/hung_renderer_view.cc'],
|
| + ['exclude', '^browser/ui/views/importer/import_progress_dialog_view.cc'],
|
| + ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
|
| + ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
|
| + ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
|
| + ['exclude', '^browser/ui/views/shell_dialogs_win.cc'],
|
| + ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
|
| + ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
|
| + ['exclude', '^browser/ui/views/task_manager_view.cc'],
|
| + ['exclude', '^browser/ui/views/task_manager_view.h'],
|
| + ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
|
| + ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
|
| + ['include', '^browser/ui/views/browser_bubble_aura.cc'],
|
| + ['include', '^browser/ui/views/frame/browser_frame_views.cc'],
|
| + ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'],
|
| + ['include', '^browser/ui/views/select_file_dialog.cc'],
|
| + ['include', '^browser/ui/views/simple_message_box_views.cc'],
|
| + ['include', '^browser/ui/views/simple_message_box_views.h'],
|
| + ['include', '^browser/ui/views/stubs_aura.cc'],
|
| + ],
|
| + 'dependencies': [
|
| + '../ui/aura/aura.gyp:aura',
|
| + ],
|
| + }],
|
| + # OpenSSL.
|
| [ 'use_openssl==1', {
|
| 'sources!': [
|
| 'browser/importer/nss_decryptor.cc',
|
|
|