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

Unified Diff: android_webview/android_webview.gyp

Issue 1007443002: Update WebView's android framework jar to 5.1.0_r1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add minor gyp tidyup Created 5 years, 9 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 | « no previous file | android_webview/apk/system_webview_apk_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 39ae4acabd56f231952140fcbe775de329d833cb..beb84d230e34cbc59bb1ae63046bb09103c49089 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -382,12 +382,11 @@
{
'target_name': 'system_webview_apk',
'variables': {
- 'android_sdk_jar': '<(DEPTH)/third_party/android_platform/webview/frameworks_1622219.jar',
'apk_name': 'SystemWebView',
+ 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_5.1.0_r1.jar',
'android_manifest_path': 'apk/java/AndroidManifest.xml',
- 'java_in_dir': '../android_webview/glue/java',
+ 'java_in_dir': 'glue/java',
'resource_dir': 'apk/java/res',
- 'shared_resources': 1,
},
'includes': [ 'apk/system_webview_apk_common.gypi' ],
},
« no previous file with comments | « no previous file | android_webview/apk/system_webview_apk_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698