| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 674 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 675 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 675 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 676 '../url/url.gyp:googleurl_unittests', | 676 '../url/url.gyp:googleurl_unittests', |
| 677 ], | 677 ], |
| 678 }, | 678 }, |
| 679 { | 679 { |
| 680 'target_name': 'webkit_builder_win', | 680 'target_name': 'webkit_builder_win', |
| 681 'type': 'none', | 681 'type': 'none', |
| 682 'dependencies': [ | 682 'dependencies': [ |
| 683 '../webkit/webkit.gyp:test_shell', | 683 '../webkit/webkit.gyp:test_shell', |
| 684 '../webkit/webkit.gyp:test_shell_tests', | |
| 685 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 684 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 686 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | 685 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| 687 ], | 686 ], |
| 688 }, | 687 }, |
| 689 ], # targets | 688 ], # targets |
| 690 'conditions': [ | 689 'conditions': [ |
| 691 ['branding=="Chrome"', { | 690 ['branding=="Chrome"', { |
| 692 'targets': [ | 691 'targets': [ |
| 693 { | 692 { |
| 694 'target_name': 'chrome_official_builder', | 693 'target_name': 'chrome_official_builder', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 '../chrome/chrome.gyp:interactive_ui_tests_run', | 847 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 849 '../chrome/chrome.gyp:sync_integration_tests_run', | 848 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 850 '../chrome/chrome.gyp:unit_tests_run', | 849 '../chrome/chrome.gyp:unit_tests_run', |
| 851 '../net/net.gyp:net_unittests_run', | 850 '../net/net.gyp:net_unittests_run', |
| 852 ], | 851 ], |
| 853 }, # target_name: chromium_swarm_tests | 852 }, # target_name: chromium_swarm_tests |
| 854 ], | 853 ], |
| 855 }], | 854 }], |
| 856 ], # conditions | 855 ], # conditions |
| 857 } | 856 } |
| OLD | NEW |