Chromium Code Reviews| Index: build/toolchain.gypi |
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
| index f2847c5627b90e8cb80b6bd6b06f0b6ff8068463..8846dc5c007149297f68a098bd5405f99d26425a 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%': '1',#<(android_webview_build)', |
|
Jakob Kummerow
2014/07/18 11:26:32
s/'1',#// maybe?
rmcilroy
2014/07/18 11:36:10
Oops, thanks!
|
| }, |
| 'conditions': [ |
| ['host_arch=="ia32" or host_arch=="x64" or clang==1', { |