Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Side by Side Diff: build/all.gyp

Issue 156283004: Fix d8 dependency in chromium_builder_asan target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '../skia/skia.gyp:filter_fuzz_stub', 670 '../skia/skia.gyp:filter_fuzz_stub',
671 ], 671 ],
672 }], 672 }],
673 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar y"', { 673 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_librar y"', {
674 'dependencies': [ 674 'dependencies': [
675 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', 675 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
676 ], 676 ],
677 }], 677 }],
678 ['chromeos==0', { 678 ['chromeos==0', {
679 'dependencies': [ 679 'dependencies': [
680 '../v8/src/d8.gyp:d8', 680 '../v8/src/d8.gyp:d8#host',
681 ], 681 ],
682 }], 682 }],
683 ['internal_filter_fuzzer==1', { 683 ['internal_filter_fuzzer==1', {
684 'dependencies': [ 684 'dependencies': [
685 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer', 685 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer',
686 ], 686 ],
687 }], # internal_filter_fuzzer 687 }], # internal_filter_fuzzer
688 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 688 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
689 'dependencies': [ 689 'dependencies': [
690 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 690 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 '../chrome/chrome.gyp:interactive_ui_tests_run', 1232 '../chrome/chrome.gyp:interactive_ui_tests_run',
1233 '../chrome/chrome.gyp:sync_integration_tests_run', 1233 '../chrome/chrome.gyp:sync_integration_tests_run',
1234 '../chrome/chrome.gyp:unit_tests_run', 1234 '../chrome/chrome.gyp:unit_tests_run',
1235 '../net/net.gyp:net_unittests_run', 1235 '../net/net.gyp:net_unittests_run',
1236 ], 1236 ],
1237 }, # target_name: chromium_swarm_tests 1237 }, # target_name: chromium_swarm_tests
1238 ], 1238 ],
1239 }], 1239 }],
1240 ], # conditions 1240 ], # conditions
1241 } 1241 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698