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 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'dependencies': [ | 667 'dependencies': [ |
668 '../net/net.gyp:dns_fuzz_stub', | 668 '../net/net.gyp:dns_fuzz_stub', |
669 '../skia/skia.gyp:filter_fuzz_stub', | 669 '../skia/skia.gyp:filter_fuzz_stub', |
670 ], | 670 ], |
671 }], | 671 }], |
672 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar
y"', { | 672 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar
y"', { |
673 'dependencies': [ | 673 'dependencies': [ |
674 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | 674 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
675 ], | 675 ], |
676 }], | 676 }], |
| 677 ['chromeos==0', { |
| 678 'dependencies': [ |
| 679 '../v8/src/d8.gyp:d8', |
| 680 ], |
| 681 }], |
677 ['internal_filter_fuzzer==1', { | 682 ['internal_filter_fuzzer==1', { |
678 'dependencies': [ | 683 'dependencies': [ |
679 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 684 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
680 ], | 685 ], |
681 }], # internal_filter_fuzzer | 686 }], # internal_filter_fuzzer |
682 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 687 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
683 'dependencies': [ | 688 'dependencies': [ |
684 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 689 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
685 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', | 690 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', |
686 ], | 691 ], |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1226 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1231 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1227 '../chrome/chrome.gyp:sync_integration_tests_run', | 1232 '../chrome/chrome.gyp:sync_integration_tests_run', |
1228 '../chrome/chrome.gyp:unit_tests_run', | 1233 '../chrome/chrome.gyp:unit_tests_run', |
1229 '../net/net.gyp:net_unittests_run', | 1234 '../net/net.gyp:net_unittests_run', |
1230 ], | 1235 ], |
1231 }, # target_name: chromium_swarm_tests | 1236 }, # target_name: chromium_swarm_tests |
1232 ], | 1237 ], |
1233 }], | 1238 }], |
1234 ], # conditions | 1239 ], # conditions |
1235 } | 1240 } |
OLD | NEW |