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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'dependencies': [ | 363 'dependencies': [ |
364 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', | 364 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', |
365 ], | 365 ], |
366 }], # internal_gles2_conform | 366 }], # internal_gles2_conform |
367 ], | 367 ], |
368 }, # target_name: chromium_gpu_debug_builder | 368 }, # target_name: chromium_gpu_debug_builder |
369 { | 369 { |
370 'target_name': 'chromium_builder_qa', | 370 'target_name': 'chromium_builder_qa', |
371 'type': 'none', | 371 'type': 'none', |
372 'dependencies': [ | 372 'dependencies': [ |
373 '../chrome/chrome.gyp:chromedriver', | |
374 '../chrome/chrome.gyp:chromedriver2', | |
375 '../chrome/chrome.gyp:chromedriver2_server', | |
376 '../chrome/chrome.gyp:chromedriver2_tests', | |
377 '../chrome/chrome.gyp:chromedriver2_unittests', | |
378 # Dependencies of pyauto_functional tests. | 373 # Dependencies of pyauto_functional tests. |
379 '../remoting/remoting.gyp:remoting_webapp', | 374 '../remoting/remoting.gyp:remoting_webapp', |
380 ], | 375 ], |
381 'conditions': [ | 376 'conditions': [ |
382 # If you change this condition, make sure you also change it | 377 # If you change this condition, make sure you also change it |
383 # in chrome_tests.gypi | 378 # in chrome_tests.gypi |
384 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1)
and target_arch==python_arch))', { | 379 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1)
and target_arch==python_arch))', { |
385 'dependencies': [ | 380 'dependencies': [ |
386 '../chrome/chrome.gyp:pyautolib', | 381 '../chrome/chrome.gyp:pyautolib', |
387 ], | 382 ], |
(...skipping 28 matching lines...) Expand all Loading... |
416 'dependencies': [ | 411 'dependencies': [ |
417 'chromium_builder_qa', # needed for perf pyauto tests | 412 'chromium_builder_qa', # needed for perf pyauto tests |
418 '../chrome/chrome.gyp:browser_tests', | 413 '../chrome/chrome.gyp:browser_tests', |
419 '../content/content.gyp:content_browsertests', | 414 '../content/content.gyp:content_browsertests', |
420 '../content/content.gyp:content_unittests', | 415 '../content/content.gyp:content_unittests', |
421 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 416 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
422 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 417 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
423 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 418 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
424 ], | 419 ], |
425 }, # target_name: chromium_builder_webrtc | 420 }, # target_name: chromium_builder_webrtc |
| 421 { |
| 422 'target_name': 'chromium_builder_chromedriver', |
| 423 'type': 'none', |
| 424 'dependencies': [ |
| 425 '../chrome/chrome.gyp:chromedriver2_server', |
| 426 '../chrome/chrome.gyp:chromedriver2_tests', |
| 427 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 428 ], |
| 429 }, # target_name: chromium_builder_chromedriver |
426 ], # targets | 430 ], # targets |
427 }], | 431 }], |
428 ['OS=="mac"', { | 432 ['OS=="mac"', { |
429 'targets': [ | 433 'targets': [ |
430 { | 434 { |
431 # Target to build everything plus the dmg. We don't put the dmg | 435 # Target to build everything plus the dmg. We don't put the dmg |
432 # in the All target because developers really don't need it. | 436 # in the All target because developers really don't need it. |
433 'target_name': 'all_and_dmg', | 437 'target_name': 'all_and_dmg', |
434 'type': 'none', | 438 'type': 'none', |
435 'dependencies': [ | 439 'dependencies': [ |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 '../chrome/chrome.gyp:interactive_ui_tests_run', | 855 '../chrome/chrome.gyp:interactive_ui_tests_run', |
852 '../chrome/chrome.gyp:sync_integration_tests_run', | 856 '../chrome/chrome.gyp:sync_integration_tests_run', |
853 '../chrome/chrome.gyp:unit_tests_run', | 857 '../chrome/chrome.gyp:unit_tests_run', |
854 '../net/net.gyp:net_unittests_run', | 858 '../net/net.gyp:net_unittests_run', |
855 ], | 859 ], |
856 }, # target_name: chromium_swarm_tests | 860 }, # target_name: chromium_swarm_tests |
857 ], | 861 ], |
858 }], | 862 }], |
859 ], # conditions | 863 ], # conditions |
860 } | 864 } |
OLD | NEW |