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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 '../chrome/chrome.gyp:chromedriver2', | 342 '../chrome/chrome.gyp:chromedriver2', |
343 '../chrome/chrome.gyp:chromedriver2_server', | 343 '../chrome/chrome.gyp:chromedriver2_server', |
344 '../chrome/chrome.gyp:chromedriver2_tests', | 344 '../chrome/chrome.gyp:chromedriver2_tests', |
345 '../chrome/chrome.gyp:chromedriver2_unittests', | 345 '../chrome/chrome.gyp:chromedriver2_unittests', |
346 # Dependencies of pyauto_functional tests. | 346 # Dependencies of pyauto_functional tests. |
347 '../remoting/remoting.gyp:remoting_webapp', | 347 '../remoting/remoting.gyp:remoting_webapp', |
348 ], | 348 ], |
349 'conditions': [ | 349 'conditions': [ |
350 # If you change this condition, make sure you also change it | 350 # If you change this condition, make sure you also change it |
351 # in chrome_tests.gypi | 351 # in chrome_tests.gypi |
352 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 a
nd target_arch==python_arch))', { | 352 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1)
and target_arch==python_arch))', { |
353 'dependencies': [ | 353 'dependencies': [ |
354 '../chrome/chrome.gyp:pyautolib', | 354 '../chrome/chrome.gyp:pyautolib', |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['OS=="mac"', { | 357 ['OS=="mac"', { |
358 'dependencies': [ | 358 'dependencies': [ |
359 '../remoting/remoting.gyp:remoting_me2me_host_archive', | 359 '../remoting/remoting.gyp:remoting_me2me_host_archive', |
360 ], | 360 ], |
361 }], | 361 }], |
362 ['OS=="win" and component != "shared_library" and wix_exists == "Tru
e" and sas_dll_exists == "True"', { | 362 ['OS=="win" and component != "shared_library" and wix_exists == "Tru
e" and sas_dll_exists == "True"', { |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 '../chrome/chrome.gyp:browser_tests_run', | 783 '../chrome/chrome.gyp:browser_tests_run', |
784 '../chrome/chrome.gyp:sync_integration_tests_run', | 784 '../chrome/chrome.gyp:sync_integration_tests_run', |
785 '../chrome/chrome.gyp:unit_tests_run', | 785 '../chrome/chrome.gyp:unit_tests_run', |
786 '../net/net.gyp:net_unittests_run', | 786 '../net/net.gyp:net_unittests_run', |
787 ], | 787 ], |
788 }, # target_name: chromium_swarm_tests | 788 }, # target_name: chromium_swarm_tests |
789 ], | 789 ], |
790 }], | 790 }], |
791 ], # conditions | 791 ], # conditions |
792 } | 792 } |
OLD | NEW |