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

Side by Side Diff: build/all.gyp

Issue 1953233002: Use the v8 shell instead of d8 to compile jstests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « BUILD.gn ('k') | build/common.gypi » ('j') | 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'. 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
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
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 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698