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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 ], | 700 ], |
701 }], | 701 }], |
702 ['enable_ipc_fuzzer==1 and component!="shared_library" and ' | 702 ['enable_ipc_fuzzer==1 and component!="shared_library" and ' |
703 '(OS=="linux" or OS=="win" or OS=="mac")', { | 703 '(OS=="linux" or OS=="win" or OS=="mac")', { |
704 'dependencies': [ | 704 'dependencies': [ |
705 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | 705 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
706 ], | 706 ], |
707 }], | 707 }], |
708 ['chromeos==0', { | 708 ['chromeos==0', { |
709 'dependencies': [ | 709 'dependencies': [ |
710 '../v8/src/d8.gyp:d8#host', | 710 '../v8/samples/samples.gyp:v8_shell#host', |
711 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 711 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
712 ], | 712 ], |
713 }], | 713 }], |
714 ['internal_filter_fuzzer==1', { | 714 ['internal_filter_fuzzer==1', { |
715 'dependencies': [ | 715 'dependencies': [ |
716 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', | 716 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz
zer.gyp:filter_fuzzer', |
717 ], | 717 ], |
718 }], # internal_filter_fuzzer | 718 }], # internal_filter_fuzzer |
719 ['clang==1', { | 719 ['clang==1', { |
720 'dependencies': [ | 720 'dependencies': [ |
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'dependencies': [ | 1346 'dependencies': [ |
1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1348 '../ui/views/views.gyp:views', | 1348 '../ui/views/views.gyp:views', |
1349 '../ui/views/views.gyp:views_unittests', | 1349 '../ui/views/views.gyp:views_unittests', |
1350 ], | 1350 ], |
1351 }, # target_name: macviews_builder | 1351 }, # target_name: macviews_builder |
1352 ], # targets | 1352 ], # targets |
1353 }], # os=='mac' and toolkit_views==1 | 1353 }], # os=='mac' and toolkit_views==1 |
1354 ], # conditions | 1354 ], # conditions |
1355 } | 1355 } |
OLD | NEW |