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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no mask for xsendevent 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'browser/automation/chrome_frame_automation_provider.h', 231 'browser/automation/chrome_frame_automation_provider.h',
232 'browser/automation/testing_automation_provider.cc', 232 'browser/automation/testing_automation_provider.cc',
233 'browser/automation/testing_automation_provider.h', 233 'browser/automation/testing_automation_provider.h',
234 'browser/automation/testing_automation_provider_aura.cc', 234 'browser/automation/testing_automation_provider_aura.cc',
235 'browser/automation/testing_automation_provider_chromeos.cc', 235 'browser/automation/testing_automation_provider_chromeos.cc',
236 'browser/automation/testing_automation_provider_gtk.cc', 236 'browser/automation/testing_automation_provider_gtk.cc',
237 'browser/automation/testing_automation_provider_mac.mm', 237 'browser/automation/testing_automation_provider_mac.mm',
238 'browser/automation/testing_automation_provider_views.cc', 238 'browser/automation/testing_automation_provider_views.cc',
239 'browser/automation/testing_automation_provider_win.cc', 239 'browser/automation/testing_automation_provider_win.cc',
240 'browser/automation/ui_controls.h', 240 'browser/automation/ui_controls.h',
241 'browser/automation/ui_controls_aurawin.cc',
242 'browser/automation/ui_controls_aurax11.cc',
241 'browser/automation/ui_controls_internal.cc', 243 'browser/automation/ui_controls_internal.cc',
242 'browser/automation/ui_controls_internal.h', 244 'browser/automation/ui_controls_internal.h',
243 'browser/automation/ui_controls_aura.cc', 245 'browser/automation/ui_controls_internal_win.cc',
244 'browser/automation/ui_controls_gtk.cc', 246 'browser/automation/ui_controls_gtk.cc',
245 'browser/automation/ui_controls_mac.mm', 247 'browser/automation/ui_controls_mac.mm',
246 'browser/automation/ui_controls_win.cc', 248 'browser/automation/ui_controls_win.cc',
247 'browser/automation/url_request_automation_job.cc', 249 'browser/automation/url_request_automation_job.cc',
248 'browser/automation/url_request_automation_job.h', 250 'browser/automation/url_request_automation_job.h',
249 'browser/background/background_application_list_model.cc', 251 'browser/background/background_application_list_model.cc',
250 'browser/background/background_application_list_model.h', 252 'browser/background/background_application_list_model.h',
251 'browser/background/background_contents_service.cc', 253 'browser/background/background_contents_service.cc',
252 'browser/background/background_contents_service.h', 254 'browser/background/background_contents_service.h',
253 'browser/background/background_contents_service_factory.cc', 255 'browser/background/background_contents_service_factory.cc',
(...skipping 5035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5289 'type': 'static_library', 5291 'type': 'static_library',
5290 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5292 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5291 'variables': { 5293 'variables': {
5292 'proto_in_dir': 'browser/history', 5294 'proto_in_dir': 'browser/history',
5293 'proto_out_dir': 'chrome/browser/history', 5295 'proto_out_dir': 'chrome/browser/history',
5294 }, 5296 },
5295 'includes': [ '../build/protoc.gypi' ] 5297 'includes': [ '../build/protoc.gypi' ]
5296 }, 5298 },
5297 ], 5299 ],
5298 } 5300 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud_uitest.cc ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698