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

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: rename to v8_shell 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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