| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 6e8a312f365eff80fce0a786a352d4e6f7419323..c00e1d04b50e8ac696b3dcb31547c8600888e33b 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -30,9 +30,8 @@ if (is_android) {
|
| android_sdk_version = default_android_sdk_version
|
| android_sdk_build_tools_version = default_android_sdk_build_tools_version
|
|
|
| - # This is set when building the Android WebView inside the Android build
|
| - # system, using the 'android' gyp backend. The WebView code is still built
|
| - # when this is unset, but builds using the normal chromium build system.
|
| + # WebView now builds in a normal android build; don't use this.
|
| + # TODO(torne): remove this. http://crbug.com/440793
|
| is_android_webview_build = false
|
|
|
| android_default_keystore_path =
|
|
|