| Index: build/android.gypi
|
| diff --git a/build/android.gypi b/build/android.gypi
|
| index e5b87198097646058064c22ecfe320f81b02610d..87bdbcb4ddda644f4f2e5782718712aed2c5744b 100644
|
| --- a/build/android.gypi
|
| +++ b/build/android.gypi
|
| @@ -35,9 +35,6 @@
|
| 'variables': {
|
| 'android_ndk_root%': '<!(/bin/echo -n $ANDROID_NDK_ROOT)',
|
| 'android_toolchain%': '<!(/bin/echo -n $ANDROID_TOOLCHAIN)',
|
| - # This is set when building the Android WebView inside the Android build
|
| - # system, using the 'android' gyp backend.
|
| - 'android_webview_build%': 0,
|
| },
|
| 'conditions': [
|
| ['android_ndk_root==""', {
|
|
|