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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9390038: Move automation/ui_controls to ui/ui_controls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win_aura fix, sync Created 8 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'browser/automation/chrome_frame_automation_provider.cc', 251 'browser/automation/chrome_frame_automation_provider.cc',
252 'browser/automation/chrome_frame_automation_provider.h', 252 'browser/automation/chrome_frame_automation_provider.h',
253 'browser/automation/testing_automation_provider.cc', 253 'browser/automation/testing_automation_provider.cc',
254 'browser/automation/testing_automation_provider.h', 254 'browser/automation/testing_automation_provider.h',
255 'browser/automation/testing_automation_provider_aura.cc', 255 'browser/automation/testing_automation_provider_aura.cc',
256 'browser/automation/testing_automation_provider_chromeos.cc', 256 'browser/automation/testing_automation_provider_chromeos.cc',
257 'browser/automation/testing_automation_provider_gtk.cc', 257 'browser/automation/testing_automation_provider_gtk.cc',
258 'browser/automation/testing_automation_provider_mac.mm', 258 'browser/automation/testing_automation_provider_mac.mm',
259 'browser/automation/testing_automation_provider_views.cc', 259 'browser/automation/testing_automation_provider_views.cc',
260 'browser/automation/testing_automation_provider_win.cc', 260 'browser/automation/testing_automation_provider_win.cc',
261 'browser/automation/ui_controls.h',
262 'browser/automation/ui_controls_aurawin.cc',
263 'browser/automation/ui_controls_aurax11.cc',
264 'browser/automation/ui_controls_internal.cc',
265 'browser/automation/ui_controls_internal.h',
266 'browser/automation/ui_controls_internal_win.cc',
267 'browser/automation/ui_controls_gtk.cc',
268 'browser/automation/ui_controls_mac.mm',
269 'browser/automation/ui_controls_win.cc',
270 'browser/automation/url_request_automation_job.cc', 261 'browser/automation/url_request_automation_job.cc',
271 'browser/automation/url_request_automation_job.h', 262 'browser/automation/url_request_automation_job.h',
272 'browser/background/background_application_list_model.cc', 263 'browser/background/background_application_list_model.cc',
273 'browser/background/background_application_list_model.h', 264 'browser/background/background_application_list_model.h',
274 'browser/background/background_contents_service.cc', 265 'browser/background/background_contents_service.cc',
275 'browser/background/background_contents_service.h', 266 'browser/background/background_contents_service.h',
276 'browser/background/background_contents_service_factory.cc', 267 'browser/background/background_contents_service_factory.cc',
277 'browser/background/background_contents_service_factory.h', 268 'browser/background/background_contents_service_factory.h',
278 'browser/background/background_mode_manager.cc', 269 'browser/background/background_mode_manager.cc',
279 'browser/background/background_mode_manager.h', 270 'browser/background/background_mode_manager.h',
(...skipping 5098 matching lines...) Expand 10 before | Expand all | Expand 10 after
5378 'variables': { 5369 'variables': {
5379 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5370 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5380 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5371 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5381 }, 5372 },
5382 'includes': ['../build/protoc.gypi'], 5373 'includes': ['../build/protoc.gypi'],
5383 }], 5374 }],
5384 ], 5375 ],
5385 }, 5376 },
5386 ], 5377 ],
5387 } 5378 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698