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