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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 ], | 610 ], |
611 'conditions': [ | 611 'conditions': [ |
612 ['OS!="win"', { | 612 ['OS!="win"', { |
613 'dependencies': [ | 613 'dependencies': [ |
614 '../net/net.gyp:dns_fuzz_stub', | 614 '../net/net.gyp:dns_fuzz_stub', |
615 '../skia/skia.gyp:filter_fuzz_stub', | 615 '../skia/skia.gyp:filter_fuzz_stub', |
616 ], | 616 ], |
617 }], | 617 }], |
618 ['internal_filter_fuzzer==1', { | 618 ['internal_filter_fuzzer==1', { |
619 'dependencies': [ | 619 'dependencies': [ |
620 '../skia/tools/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer', | 620 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
621 ], | 621 ], |
622 }], # internal_filter_fuzzer | 622 }], # internal_filter_fuzzer |
623 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 623 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
624 'dependencies': [ | 624 'dependencies': [ |
625 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 625 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
626 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 626 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
627 ], | 627 ], |
628 'conditions': [ | 628 'conditions': [ |
629 ['chrome_multiple_dll==1', { | 629 ['chrome_multiple_dll==1', { |
630 'dependencies': [ | 630 'dependencies': [ |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1052 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1052 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1053 '../chrome/chrome.gyp:sync_integration_tests_run', | 1053 '../chrome/chrome.gyp:sync_integration_tests_run', |
1054 '../chrome/chrome.gyp:unit_tests_run', | 1054 '../chrome/chrome.gyp:unit_tests_run', |
1055 '../net/net.gyp:net_unittests_run', | 1055 '../net/net.gyp:net_unittests_run', |
1056 ], | 1056 ], |
1057 }, # target_name: chromium_swarm_tests | 1057 }, # target_name: chromium_swarm_tests |
1058 ], | 1058 ], |
1059 }], | 1059 }], |
1060 ], # conditions | 1060 ], # conditions |
1061 } | 1061 } |
OLD | NEW |