| 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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 # because we don't want the _unittests binaries. | 612 # because we don't want the _unittests binaries. |
| 613 '../content/content_shell_and_tests.gyp:content_shell', | 613 '../content/content_shell_and_tests.gyp:content_shell', |
| 614 ], | 614 ], |
| 615 'conditions': [ | 615 'conditions': [ |
| 616 ['OS!="win"', { | 616 ['OS!="win"', { |
| 617 'dependencies': [ | 617 'dependencies': [ |
| 618 '../net/net.gyp:dns_fuzz_stub', | 618 '../net/net.gyp:dns_fuzz_stub', |
| 619 '../skia/skia.gyp:filter_fuzz_stub', | 619 '../skia/skia.gyp:filter_fuzz_stub', |
| 620 ], | 620 ], |
| 621 }], | 621 }], |
| 622 ['OS=="linux" and enable_ipc_fuzzer==1', { | |
| 623 'dependencies': [ | |
| 624 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | |
| 625 ], | |
| 626 }], | |
| 627 ['internal_filter_fuzzer==1', { | 622 ['internal_filter_fuzzer==1', { |
| 628 'dependencies': [ | 623 'dependencies': [ |
| 629 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 624 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
| 630 ], | 625 ], |
| 631 }], # internal_filter_fuzzer | 626 }], # internal_filter_fuzzer |
| 632 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 627 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
| 633 'dependencies': [ | 628 'dependencies': [ |
| 634 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 629 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
| 635 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 630 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
| 636 ], | 631 ], |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1019 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1025 '../chrome/chrome.gyp:sync_integration_tests_run', | 1020 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1026 '../chrome/chrome.gyp:unit_tests_run', | 1021 '../chrome/chrome.gyp:unit_tests_run', |
| 1027 '../net/net.gyp:net_unittests_run', | 1022 '../net/net.gyp:net_unittests_run', |
| 1028 ], | 1023 ], |
| 1029 }, # target_name: chromium_swarm_tests | 1024 }, # target_name: chromium_swarm_tests |
| 1030 ], | 1025 ], |
| 1031 }], | 1026 }], |
| 1032 ], # conditions | 1027 ], # conditions |
| 1033 } | 1028 } |
| OLD | NEW |