Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7973003: Making TOOLKIT_USES_GTK orthogonal to USE_AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4934 matching lines...) Expand 10 before | Expand all | Expand 10 after
4945 'browser/aeropeek_manager.cc', 4945 'browser/aeropeek_manager.cc',
4946 'browser/autocomplete/autocomplete_accessibility.cc', 4946 'browser/autocomplete/autocomplete_accessibility.cc',
4947 'browser/extensions/extension_tts_api_win.cc', 4947 'browser/extensions/extension_tts_api_win.cc',
4948 'browser/google/google_update.cc', 4948 'browser/google/google_update.cc',
4949 'browser/importer/ie_importer.cc', 4949 'browser/importer/ie_importer.cc',
4950 ], 4950 ],
4951 }], 4951 }],
4952 # Must remove GTK files in PureViews case 4952 # Must remove GTK files in PureViews case
4953 ['use_aura==1 and OS=="linux"', { 4953 ['use_aura==1 and OS=="linux"', {
4954 'sources/': [ 4954 'sources/': [
4955 ['exclude', '^browser/automation/testing_automation_provider_gtk.cc' ],
4956 ['exclude', '^browser/first_run/first_run_gtk.cc'],
4957 ['exclude', '^browser/google/google_update.cc'], 4955 ['exclude', '^browser/google/google_update.cc'],
4958 ['exclude', '^browser/google/google_update.h'], 4956 ['exclude', '^browser/google/google_update.h'],
4959 ['exclude', '^browser/platform_util_common_linux.cc'], 4957 ['exclude', '^browser/platform_util_common_linux.cc'],
4960 ['exclude', '^browser/platform_util_linux.cc'], 4958 ['exclude', '^browser/platform_util_linux.cc'],
4961 ['exclude', '^browser/printing/print_dialog_gtk.cc'],
4962 ['exclude', '^browser/printing/print_dialog_gtk.h'],
4963 ['exclude', '^browser/process_singleton_linux.cc'], 4959 ['exclude', '^browser/process_singleton_linux.cc'],
4964 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
4965 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
4966 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
4967 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] ,
4968 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
4969 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4970 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
4971 ['exclude', '^browser/themes/theme_service_gtk.cc'],
4972 ['exclude', '^browser/ui/gtk/*'],
4973 ['exclude', '^browser/ui/input_window_dialog.h'], 4960 ['exclude', '^browser/ui/input_window_dialog.h'],
4974 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'],
4975 ['exclude', '^browser/ui/input_window_dialog_win.cc'], 4961 ['exclude', '^browser/ui/input_window_dialog_win.cc'],
4976 ['exclude', '^browser/ui/login/login_prompt_gtk.cc'],
4977 ['exclude', '^browser/ui/tabs/dock_info_gtk.cc'],
4978 ['exclude', '^browser/ui/views/browser_bubble_gtk.cc'],
4979 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
4980 ['exclude', '^browser/ui/views/dialog_stubs_gtk.cc'],
4981 ['exclude', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
4982 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4983 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.h'],
4984 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
4985 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.cc'],
4986 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.h'],
4987 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.cc'],
4988 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.h'],
4989 ['exclude', '^browser/ui/window_sizer_gtk.cc'],
4990 ['include', '^browser/ui/login/login_prompt_ui.cc'], 4962 ['include', '^browser/ui/login/login_prompt_ui.cc'],
4991 ['include', '^browser/ui/views/aura/aura_init.cc'], 4963 ['include', '^browser/ui/views/aura/aura_init.cc'],
4992 ['include', '^browser/ui/views/browser_bubble_aura.cc'], 4964 ['include', '^browser/ui/views/browser_bubble_aura.cc'],
4993 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'], 4965 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
4994 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'], 4966 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'],
4995 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'], 4967 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'],
4996 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] , 4968 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] ,
4997 ['include', '^browser/ui/views/select_file_dialog.cc'], 4969 ['include', '^browser/ui/views/select_file_dialog.cc'],
4998 ['include', '^browser/ui/views/stubs_aura.cc'], 4970 ['include', '^browser/ui/views/stubs_aura.cc'],
4999 ['include', '^browser/ui/webui/options/certificate_manager_handler.c c'], 4971 ['include', '^browser/ui/webui/options/certificate_manager_handler.c c'],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5132 # weak imports in dependents, who still must #include 5104 # weak imports in dependents, who still must #include
5133 # closure_blocks_leopard_compat.h to get weak imports. 5105 # closure_blocks_leopard_compat.h to get weak imports.
5134 'type': 'none', 5106 'type': 'none',
5135 }], 5107 }],
5136 ], 5108 ],
5137 }, 5109 },
5138 ], 5110 ],
5139 }], 5111 }],
5140 ], 5112 ],
5141 } 5113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698