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

Unified Diff: build/standalone.gypi

Issue 18846002: Factor out toolset definitions in a separate gypi file (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 5 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
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 3b8747dcb29e90a3476ad3509416d3460149ba8f..ab2dfd528e4862abbfde11c98c9384be7c5950cb 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -28,6 +28,9 @@
# Definitions to be used when building stand-alone V8 binaries.
{
+ # We need to include toolchain.gypi here for third-party sources that don't
+ # directly include it themselves.
+ 'includes': ['toolchain.gypi'],
'variables': {
'component%': 'static_library',
'clang%': 0,

Powered by Google App Engine
This is Rietveld 408576698