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

Side by Side Diff: build/all.gyp

Issue 9696049: Add enable_automation build switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/browser/ui/browser_init.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 }, # target_name: chromium_gpu_debug_builder 264 }, # target_name: chromium_gpu_debug_builder
265 { 265 {
266 'target_name': 'chromium_builder_qa', 266 'target_name': 'chromium_builder_qa',
267 'type': 'none', 267 'type': 'none',
268 'dependencies': [ 268 'dependencies': [
269 '../chrome/chrome.gyp:chromedriver', 269 '../chrome/chrome.gyp:chromedriver',
270 ], 270 ],
271 'conditions': [ 271 'conditions': [
272 # If you change this condition, make sure you also change it 272 # If you change this condition, make sure you also change it
273 # in chrome_tests.gypi 273 # in chrome_tests.gypi
274 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_ arch==python_arch)', { 274 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and t arget_arch==python_arch))', {
275 'dependencies': [ 275 'dependencies': [
276 '../chrome/chrome.gyp:pyautolib', 276 '../chrome/chrome.gyp:pyautolib',
277 ], 277 ],
278 }], 278 }],
279 ], 279 ],
280 }, # target_name: chromium_builder_qa 280 }, # target_name: chromium_builder_qa
281 ], 281 ],
282 'conditions': [ 282 'conditions': [
283 ['OS=="mac"', { 283 ['OS=="mac"', {
284 'targets': [ 284 'targets': [
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 '../chrome/chrome.gyp:ui_tests', 617 '../chrome/chrome.gyp:ui_tests',
618 '../ui/views/views.gyp:views_unittests', 618 '../ui/views/views.gyp:views_unittests',
619 ], 619 ],
620 }], 620 }],
621 ], 621 ],
622 }, 622 },
623 ], # targets 623 ], # targets
624 }], # "use_aura==1" 624 }], # "use_aura==1"
625 ], # conditions 625 ], # conditions
626 } 626 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/browser/ui/browser_init.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698