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, |