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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 ], | 654 ], |
655 }], | 655 }], |
656 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar
y"', { | 656 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar
y"', { |
657 'dependencies': [ | 657 'dependencies': [ |
658 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | 658 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
659 ], | 659 ], |
660 }], | 660 }], |
661 ['chromeos==0', { | 661 ['chromeos==0', { |
662 'dependencies': [ | 662 'dependencies': [ |
663 '../v8/src/d8.gyp:d8#host', | 663 '../v8/src/d8.gyp:d8#host', |
| 664 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
664 ], | 665 ], |
665 }], | 666 }], |
666 ['internal_filter_fuzzer==1', { | 667 ['internal_filter_fuzzer==1', { |
667 'dependencies': [ | 668 'dependencies': [ |
668 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 669 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
669 ], | 670 ], |
670 }], # internal_filter_fuzzer | 671 }], # internal_filter_fuzzer |
671 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { | 672 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1
', { |
672 'dependencies': [ | 673 'dependencies': [ |
673 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', | 674 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1227 # http://crbug.com/157234 | 1228 # http://crbug.com/157234 |
1228 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1229 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1229 '../chrome/chrome.gyp:unit_tests_run', | 1230 '../chrome/chrome.gyp:unit_tests_run', |
1230 '../net/net.gyp:net_unittests_run', | 1231 '../net/net.gyp:net_unittests_run', |
1231 ], | 1232 ], |
1232 }, # target_name: chromium_swarm_tests | 1233 }, # target_name: chromium_swarm_tests |
1233 ], | 1234 ], |
1234 }], | 1235 }], |
1235 ], # conditions | 1236 ], # conditions |
1236 } | 1237 } |
OLD | NEW |