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

Unified Diff: build/common.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index bb0d0c9fe398a823b109100bdc773f9740eeeda3..b6d75c97d173755cd1d9426e22cd1f947fb1ab08 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1544,8 +1544,8 @@
# Turns on the i18n support in V8.
'v8_enable_i18n_support': 1,
- # Compile d8 for the host toolset.
- 'v8_toolset_for_d8': 'host',
+ # Compile the v8 shell for the host toolset.
+ 'v8_toolset_for_shell': 'host',
# V8 extras
# Adding V8 extras files requires API owners review
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698