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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8509027: Add status area to Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 1 month 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 3239 matching lines...) Expand 10 before | Expand all | Expand 10 after
3250 'browser/ui/views/app_menu_button_win.cc', 3250 'browser/ui/views/app_menu_button_win.cc',
3251 'browser/ui/views/app_menu_button_win.h', 3251 'browser/ui/views/app_menu_button_win.h',
3252 'browser/ui/views/appcache_info_view.cc', 3252 'browser/ui/views/appcache_info_view.cc',
3253 'browser/ui/views/appcache_info_view.h', 3253 'browser/ui/views/appcache_info_view.h',
3254 'browser/ui/views/aura/app_list_window.cc', 3254 'browser/ui/views/aura/app_list_window.cc',
3255 'browser/ui/views/aura/app_list_window.h', 3255 'browser/ui/views/aura/app_list_window.h',
3256 'browser/ui/views/aura/chrome_shell_delegate.cc', 3256 'browser/ui/views/aura/chrome_shell_delegate.cc',
3257 'browser/ui/views/aura/chrome_shell_delegate.h', 3257 'browser/ui/views/aura/chrome_shell_delegate.h',
3258 'browser/ui/views/aura/launcher_icon_updater.cc', 3258 'browser/ui/views/aura/launcher_icon_updater.cc',
3259 'browser/ui/views/aura/launcher_icon_updater.h', 3259 'browser/ui/views/aura/launcher_icon_updater.h',
3260 'browser/ui/views/aura/status_area_host_aura.cc',
3261 'browser/ui/views/aura/status_area_host_aura.h',
3260 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc', 3262 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3261 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h', 3263 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
3262 'browser/ui/views/autocomplete/autocomplete_result_view.cc', 3264 'browser/ui/views/autocomplete/autocomplete_result_view.cc',
3263 'browser/ui/views/autocomplete/autocomplete_result_view.h', 3265 'browser/ui/views/autocomplete/autocomplete_result_view.h',
3264 'browser/ui/views/autocomplete/autocomplete_result_view_model.h', 3266 'browser/ui/views/autocomplete/autocomplete_result_view_model.h',
3265 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ', 3267 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ',
3266 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' , 3268 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' ,
3267 'browser/ui/views/avatar_menu_bubble_view.cc', 3269 'browser/ui/views/avatar_menu_bubble_view.cc',
3268 'browser/ui/views/avatar_menu_bubble_view.h', 3270 'browser/ui/views/avatar_menu_bubble_view.h',
3269 'browser/ui/views/avatar_menu_button.cc', 3271 'browser/ui/views/avatar_menu_button.cc',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], 4143 ['exclude', '^browser/chromeos/input_method/candidate_window.h'],
4142 ], 4144 ],
4143 }], 4145 }],
4144 ['use_aura==1', { 4146 ['use_aura==1', {
4145 'sources/': [ 4147 'sources/': [
4146 ['exclude', '^browser/aeropeek_manager.cc'], 4148 ['exclude', '^browser/aeropeek_manager.cc'],
4147 ['exclude', '^browser/automation/automation_provider_win.cc'], 4149 ['exclude', '^browser/automation/automation_provider_win.cc'],
4148 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4150 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4149 ['exclude', '^browser/chromeos/native_dialog_window.cc'], 4151 ['exclude', '^browser/chromeos/native_dialog_window.cc'],
4150 ['exclude', '^browser/chromeos/native_dialog_window.h'], 4152 ['exclude', '^browser/chromeos/native_dialog_window.h'],
4153
4154 # Always include status area code for aura builds.
DaveMoore 2011/11/10 02:05:46 I understand that we want to share this between ch
stevenjb 2011/11/10 19:57:52 Done.
4155 ['include', '^browser/chromeos/status/clock_menu_button.cc'],
4156 ['include', '^browser/chromeos/status/clock_menu_button.h'],
4157 ['include', '^browser/chromeos/status/memory_menu_button.cc'],
4158 ['include', '^browser/chromeos/status/memory_menu_button.h'],
4159 ['include', '^browser/chromeos/status/status_area_button.cc'],
4160 ['include', '^browser/chromeos/status/status_area_button.h'],
4161 ['include', '^browser/chromeos/status/status_area_view.cc'],
4162 ['include', '^browser/chromeos/status/status_area_view.h'],
4163
4151 ['exclude', '^browser/external_tab_container_win.cc'], 4164 ['exclude', '^browser/external_tab_container_win.cc'],
4152 ['exclude', '^browser/external_tab_container_win.h'], 4165 ['exclude', '^browser/external_tab_container_win.h'],
4153 ['exclude', '^browser/first_run/first_run_win.cc'], 4166 ['exclude', '^browser/first_run/first_run_win.cc'],
4154 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4167 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4155 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4168 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4156 ['exclude', '^browser/google/google_update.cc'], 4169 ['exclude', '^browser/google/google_update.cc'],
4157 ['exclude', '^browser/google/google_update.h'], 4170 ['exclude', '^browser/google/google_update.h'],
4158 ['exclude', '^browser/hang_monitor/'], 4171 ['exclude', '^browser/hang_monitor/'],
4159 ['exclude', '^browser/platform_util_win.cc'], 4172 ['exclude', '^browser/platform_util_win.cc'],
4160 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], 4173 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
5245 'type': 'static_library', 5258 'type': 'static_library',
5246 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5259 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5247 'variables': { 5260 'variables': {
5248 'proto_in_dir': 'browser/history', 5261 'proto_in_dir': 'browser/history',
5249 'proto_out_dir': 'chrome/browser/history', 5262 'proto_out_dir': 'chrome/browser/history',
5250 }, 5263 },
5251 'includes': [ '../build/protoc.gypi' ] 5264 'includes': [ '../build/protoc.gypi' ]
5252 }, 5265 },
5253 ], 5266 ],
5254 } 5267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698