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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 '../content/content.gyp:content_unittests', | 422 '../content/content.gyp:content_unittests', |
423 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 423 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
424 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 424 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
425 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 425 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
426 ], | 426 ], |
427 }, # target_name: chromium_builder_webrtc | 427 }, # target_name: chromium_builder_webrtc |
428 { | 428 { |
429 'target_name': 'chromium_builder_chromedriver', | 429 'target_name': 'chromium_builder_chromedriver', |
430 'type': 'none', | 430 'type': 'none', |
431 'dependencies': [ | 431 'dependencies': [ |
| 432 '../chrome/chrome.gyp:chromedriver2', |
432 '../chrome/chrome.gyp:chromedriver2_server', | 433 '../chrome/chrome.gyp:chromedriver2_server', |
433 '../chrome/chrome.gyp:chromedriver2_tests', | 434 '../chrome/chrome.gyp:chromedriver2_tests', |
434 '../chrome/chrome.gyp:chromedriver2_unittests', | 435 '../chrome/chrome.gyp:chromedriver2_unittests', |
435 ], | 436 ], |
436 }, # target_name: chromium_builder_chromedriver | 437 }, # target_name: chromium_builder_chromedriver |
437 ], # targets | 438 ], # targets |
438 }], | 439 }], |
439 ['OS=="mac"', { | 440 ['OS=="mac"', { |
440 'targets': [ | 441 'targets': [ |
441 { | 442 { |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 '../chrome/chrome.gyp:interactive_ui_tests_run', | 862 '../chrome/chrome.gyp:interactive_ui_tests_run', |
862 '../chrome/chrome.gyp:sync_integration_tests_run', | 863 '../chrome/chrome.gyp:sync_integration_tests_run', |
863 '../chrome/chrome.gyp:unit_tests_run', | 864 '../chrome/chrome.gyp:unit_tests_run', |
864 '../net/net.gyp:net_unittests_run', | 865 '../net/net.gyp:net_unittests_run', |
865 ], | 866 ], |
866 }, # target_name: chromium_swarm_tests | 867 }, # target_name: chromium_swarm_tests |
867 ], | 868 ], |
868 }], | 869 }], |
869 ], # conditions | 870 ], # conditions |
870 } | 871 } |
OLD | NEW |