| Index: build/toolchain.gypi
|
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi
|
| index 8c6df83549d8e4544cc5e73ec2671bcda18eb391..f2847c5627b90e8cb80b6bd6b06f0b6ff8068463 100644
|
| --- a/build/toolchain.gypi
|
| +++ b/build/toolchain.gypi
|
| @@ -82,6 +82,12 @@
|
|
|
| # Allow to suppress the array bounds warning (default is no suppression).
|
| 'wno_array_bounds%': '',
|
| +
|
| + 'variables': {
|
| + # This is set when building the Android WebView inside the Android build
|
| + # system, using the 'android' gyp backend.
|
| + 'android_webview_build%': 0,
|
| + }
|
| },
|
| 'conditions': [
|
| ['host_arch=="ia32" or host_arch=="x64" or clang==1', {
|
|
|