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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 # because we don't want the _unittests binaries. | 606 # because we don't want the _unittests binaries. |
607 '../content/content_shell_and_tests.gyp:content_shell', | 607 '../content/content_shell_and_tests.gyp:content_shell', |
608 ], | 608 ], |
609 'conditions': [ | 609 'conditions': [ |
610 ['OS!="win"', { | 610 ['OS!="win"', { |
611 'dependencies': [ | 611 'dependencies': [ |
612 '../net/net.gyp:dns_fuzz_stub', | 612 '../net/net.gyp:dns_fuzz_stub', |
613 '../skia/skia.gyp:filter_fuzz_stub', | 613 '../skia/skia.gyp:filter_fuzz_stub', |
614 ], | 614 ], |
615 }], | 615 }], |
| 616 ['internal_filter_fuzzer==1', { |
| 617 'dependencies': [ |
| 618 '../skia/tools/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer', |
| 619 ], |
| 620 }], # internal_filter_fuzzer |
616 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 621 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
617 'dependencies': [ | 622 'dependencies': [ |
618 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 623 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
619 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 624 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
620 ], | 625 ], |
621 'conditions': [ | 626 'conditions': [ |
622 ['chrome_multiple_dll==1', { | 627 ['chrome_multiple_dll==1', { |
623 'dependencies': [ | 628 'dependencies': [ |
624 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', | 629 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', |
625 ], | 630 ], |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1050 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1046 '../chrome/chrome.gyp:sync_integration_tests_run', | 1051 '../chrome/chrome.gyp:sync_integration_tests_run', |
1047 '../chrome/chrome.gyp:unit_tests_run', | 1052 '../chrome/chrome.gyp:unit_tests_run', |
1048 '../net/net.gyp:net_unittests_run', | 1053 '../net/net.gyp:net_unittests_run', |
1049 ], | 1054 ], |
1050 }, # target_name: chromium_swarm_tests | 1055 }, # target_name: chromium_swarm_tests |
1051 ], | 1056 ], |
1052 }], | 1057 }], |
1053 ], # conditions | 1058 ], # conditions |
1054 } | 1059 } |
OLD | NEW |