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

Unified Diff: android_webview/apk/java/proguard.flags

Issue 2541993002: Add GMS to WebView build (Closed)
Patch Set: fix proguard failure, add comments Created 4 years 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
Index: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index ce3afe0a2bde0dcbb11381fde57c9dd60114e389..d76920e6a345a75b355b873206250185801f51ac 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -63,3 +63,6 @@
public void setDisabledActionModeMenuItems(int);
public int getDisabledActionModeMenuItems();
}
+
+# We strip some unused resources when preprocessing the GMS client libs.
+-dontwarn com.google.android.gms.R**
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/java/src/org/chromium/android_webview/PlatformServiceBridge.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698