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'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'dependencies': [ | 701 'dependencies': [ |
702 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | 702 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
703 ], | 703 ], |
704 }], | 704 }], |
705 ['chromeos==0', { | 705 ['chromeos==0', { |
706 'dependencies': [ | 706 'dependencies': [ |
707 '../v8/samples/samples.gyp:v8_shell#host', | 707 '../v8/samples/samples.gyp:v8_shell#host', |
708 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 708 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
709 ], | 709 ], |
710 }], | 710 }], |
| 711 # TODO(thakis): Remove this block, nothing ever sets this. |
711 ['internal_filter_fuzzer==1', { | 712 ['internal_filter_fuzzer==1', { |
712 'dependencies': [ | 713 'dependencies': [ |
713 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 714 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
714 ], | 715 ], |
715 }], # internal_filter_fuzzer | 716 }], # internal_filter_fuzzer |
716 ['clang==1', { | 717 ['clang==1', { |
717 'dependencies': [ | 718 'dependencies': [ |
718 'sanitizers/sanitizers.gyp:llvm-symbolizer', | 719 'sanitizers/sanitizers.gyp:llvm-symbolizer', |
719 ], | 720 ], |
720 }], | 721 }], |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 'dependencies': [ | 1342 'dependencies': [ |
1342 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1343 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1343 '../ui/views/views.gyp:views', | 1344 '../ui/views/views.gyp:views', |
1344 '../ui/views/views.gyp:views_unittests', | 1345 '../ui/views/views.gyp:views_unittests', |
1345 ], | 1346 ], |
1346 }, # target_name: macviews_builder | 1347 }, # target_name: macviews_builder |
1347 ], # targets | 1348 ], # targets |
1348 }], # os=='mac' and toolkit_views==1 | 1349 }], # os=='mac' and toolkit_views==1 |
1349 ], # conditions | 1350 ], # conditions |
1350 } | 1351 } |
OLD | NEW |