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

Unified Diff: build/common.gypi

Issue 132233018: In a chromium checkout, compile d8 for the host toolset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | 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 5fe318d81fd3c14ed02c4acd2b72180ab380b2cd..eb8b016a37060e3249c7e52ab0e83957b9178a4b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1242,6 +1242,9 @@
# Turns on the i18n support in V8.
'v8_enable_i18n_support': 1,
+ # Compile d8 for the host toolset.
+ 'v8_toolset_for_d8': 'host',
+
# Use the chromium skia by default.
'use_system_skia%': '0',
« 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