Index: build/toolchain.gypi |
diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
index f2847c5627b90e8cb80b6bd6b06f0b6ff8068463..e1b533d4dcc1fca757a474c3c396f6772a9b40e6 100644 |
--- a/build/toolchain.gypi |
+++ b/build/toolchain.gypi |
@@ -87,7 +87,9 @@ |
# This is set when building the Android WebView inside the Android build |
# system, using the 'android' gyp backend. |
'android_webview_build%': 0, |
- } |
+ }, |
+ # Copy it out one scope. |
+ 'android_webview_build%': '<(android_webview_build)', |
}, |
'conditions': [ |
['host_arch=="ia32" or host_arch=="x64" or clang==1', { |