OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |