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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 # because we don't want the _unittests binaries. | 617 # because we don't want the _unittests binaries. |
618 '../content/content_shell_and_tests.gyp:content_shell', | 618 '../content/content_shell_and_tests.gyp:content_shell', |
619 ], | 619 ], |
620 'conditions': [ | 620 'conditions': [ |
621 ['OS!="win"', { | 621 ['OS!="win"', { |
622 'dependencies': [ | 622 'dependencies': [ |
623 '../net/net.gyp:dns_fuzz_stub', | 623 '../net/net.gyp:dns_fuzz_stub', |
624 '../skia/skia.gyp:filter_fuzz_stub', | 624 '../skia/skia.gyp:filter_fuzz_stub', |
625 ], | 625 ], |
626 }], | 626 }], |
| 627 ['OS=="linux" and enable_ipc_fuzzer==1', { |
| 628 'dependencies': [ |
| 629 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
| 630 ], |
| 631 }], |
627 ['internal_filter_fuzzer==1', { | 632 ['internal_filter_fuzzer==1', { |
628 'dependencies': [ | 633 'dependencies': [ |
629 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 634 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
630 ], | 635 ], |
631 }], # internal_filter_fuzzer | 636 }], # internal_filter_fuzzer |
632 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 637 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
633 'dependencies': [ | 638 'dependencies': [ |
634 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 639 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
635 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 640 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
636 ], | 641 ], |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1028 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1033 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1029 '../chrome/chrome.gyp:sync_integration_tests_run', | 1034 '../chrome/chrome.gyp:sync_integration_tests_run', |
1030 '../chrome/chrome.gyp:unit_tests_run', | 1035 '../chrome/chrome.gyp:unit_tests_run', |
1031 '../net/net.gyp:net_unittests_run', | 1036 '../net/net.gyp:net_unittests_run', |
1032 ], | 1037 ], |
1033 }, # target_name: chromium_swarm_tests | 1038 }, # target_name: chromium_swarm_tests |
1034 ], | 1039 ], |
1035 }], | 1040 }], |
1036 ], # conditions | 1041 ], # conditions |
1037 } | 1042 } |
OLD | NEW |