Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1037)

Unified Diff: build/config/android/config.gni

Issue 2298093008: android webview: Upstream android 7 glue layer (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index be2331465845a32b47a206edd560ef770df892f8..fd222691743bd59f696f438c9b144928ad1626af 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -62,7 +62,7 @@ if (is_android) {
}
webview_public_framework_jar =
- "//third_party/android_platform/webview/frameworks_6.0.jar"
+ "//third_party/android_platform/webview/frameworks_7.0.0_r1.jar"
if (!defined(webview_framework_jar)) {
webview_framework_jar = webview_public_framework_jar
}
« no previous file with comments | « android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698