Index: build/config/android/config.gni |
diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
index c00e1d04b50e8ac696b3dcb31547c8600888e33b..77ee311f7b78d9fa38ce45317ad776d85954fe71 100644 |
--- a/build/config/android/config.gni |
+++ b/build/config/android/config.gni |
@@ -30,10 +30,6 @@ if (is_android) { |
android_sdk_version = default_android_sdk_version |
android_sdk_build_tools_version = default_android_sdk_build_tools_version |
- # 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 = |
"//build/android/ant/chromium-debug.keystore" |
android_default_keystore_name = "chromiumdebugkey" |
@@ -191,8 +187,4 @@ if (is_android) { |
} else { |
assert(false, "Unknown Android ABI: " + current_cpu) |
} |
-} else { |
- if (!defined(is_android_webview_build)) { |
- is_android_webview_build = false |
- } |
} |