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

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: 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 132b4dafb5c9d812a1451d40db8036d8424af441..b1718a7628b173bde55d0f07852b6c2018dffbba 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1551,8 +1551,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