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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 ], | 307 ], |
308 }], # internal_gles2_conform | 308 }], # internal_gles2_conform |
309 ], | 309 ], |
310 }, # target_name: chromium_gpu_debug_builder | 310 }, # target_name: chromium_gpu_debug_builder |
311 { | 311 { |
312 'target_name': 'chromium_builder_qa', | 312 'target_name': 'chromium_builder_qa', |
313 'type': 'none', | 313 'type': 'none', |
314 'dependencies': [ | 314 'dependencies': [ |
315 '../chrome/chrome.gyp:chromedriver', | 315 '../chrome/chrome.gyp:chromedriver', |
316 '../chrome/chrome.gyp:chromedriver2', | 316 '../chrome/chrome.gyp:chromedriver2', |
| 317 '../chrome/chrome.gyp:chromedriver2_server', |
| 318 '../chrome/chrome.gyp:chromedriver2_tests', |
| 319 '../chrome/chrome.gyp:chromedriver2_unittests', |
317 # Dependencies of pyauto_functional tests. | 320 # Dependencies of pyauto_functional tests. |
318 '../remoting/remoting.gyp:remoting_webapp', | 321 '../remoting/remoting.gyp:remoting_webapp', |
319 ], | 322 ], |
320 'conditions': [ | 323 'conditions': [ |
321 # If you change this condition, make sure you also change it | 324 # If you change this condition, make sure you also change it |
322 # in chrome_tests.gypi | 325 # in chrome_tests.gypi |
323 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 a
nd target_arch==python_arch))', { | 326 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 a
nd target_arch==python_arch))', { |
324 'dependencies': [ | 327 'dependencies': [ |
325 '../chrome/chrome.gyp:pyautolib', | 328 '../chrome/chrome.gyp:pyautolib', |
326 ], | 329 ], |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 }, | 608 }, |
606 ], # targets | 609 ], # targets |
607 'conditions': [ | 610 'conditions': [ |
608 ['branding=="Chrome"', { | 611 ['branding=="Chrome"', { |
609 'targets': [ | 612 'targets': [ |
610 { | 613 { |
611 'target_name': 'chrome_official_builder', | 614 'target_name': 'chrome_official_builder', |
612 'type': 'none', | 615 'type': 'none', |
613 'dependencies': [ | 616 'dependencies': [ |
614 '../chrome/chrome.gyp:chromedriver', | 617 '../chrome/chrome.gyp:chromedriver', |
615 '../chrome/chrome.gyp:chromedriver2', | |
616 '../chrome/chrome.gyp:crash_service', | 618 '../chrome/chrome.gyp:crash_service', |
617 '../chrome/chrome.gyp:crash_service_win64', | 619 '../chrome/chrome.gyp:crash_service_win64', |
618 '../chrome/chrome.gyp:performance_ui_tests', | 620 '../chrome/chrome.gyp:performance_ui_tests', |
619 '../chrome/chrome.gyp:policy_templates', | 621 '../chrome/chrome.gyp:policy_templates', |
620 '../chrome/chrome.gyp:pyautolib', | 622 '../chrome/chrome.gyp:pyautolib', |
621 '../chrome/chrome.gyp:reliability_tests', | 623 '../chrome/chrome.gyp:reliability_tests', |
622 '../chrome/chrome.gyp:automated_ui_tests', | 624 '../chrome/chrome.gyp:automated_ui_tests', |
623 '../chrome/installer/mini_installer.gyp:mini_installer', | 625 '../chrome/installer/mini_installer.gyp:mini_installer', |
624 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 626 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
625 '../courgette/courgette.gyp:courgette', | 627 '../courgette/courgette.gyp:courgette', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
731 '../chrome/chrome.gyp:browser_tests_run', | 733 '../chrome/chrome.gyp:browser_tests_run', |
732 '../chrome/chrome.gyp:sync_integration_tests_run', | 734 '../chrome/chrome.gyp:sync_integration_tests_run', |
733 '../chrome/chrome.gyp:unit_tests_run', | 735 '../chrome/chrome.gyp:unit_tests_run', |
734 '../net/net.gyp:net_unittests_run', | 736 '../net/net.gyp:net_unittests_run', |
735 ], | 737 ], |
736 }, # target_name: chromium_swarm_tests | 738 }, # target_name: chromium_swarm_tests |
737 ], | 739 ], |
738 }], | 740 }], |
739 ], # conditions | 741 ], # conditions |
740 } | 742 } |
OLD | NEW |