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

Unified Diff: build/toolchain.gypi

Issue 138273016: Introduce a setting to control the toolset for which d8 is compiled (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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 | src/d8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index c3b1de0a549e2596eacda057f6f8b9310a528faf..badac265159210ae4e117b5a0b5383c2a5b49635 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -70,6 +70,11 @@
# it's handled in build/standalone.gypi.
'want_separate_host_toolset%': 1,
+ # Toolset the d8 binary should be compiled for. Possible values are 'host'
+ # and 'target'. If you want to run v8 tests, it needs to be set to 'target'.
+ # The setting is ignored if want_separate_host_toolset is 0.
+ 'v8_toolset_for_d8%': 'target',
+
'host_os%': '<(OS)',
'werror%': '-Werror',
# For a shared library build, results in "libv8-<(soname_version).so".
« no previous file with comments | « no previous file | src/d8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698