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

Unified Diff: chrome/android/java/proguard.flags

Issue 1324173002: [Background Sync] Use GcmNetworkManager to start the browser for sync events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@bgsync-fix-background5
Patch Set: Make BackgroundSyncLauncher testable Created 5 years, 2 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
Index: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 42f25bd386af3b142244f0e99a7e320106a44153..17a8e8ba0e36cc4f4a0943f73c5c796b06a4ff4c 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -113,6 +113,10 @@
*;
}
+-keepnames class com.google.android.gms.gcm.** {
Yaron 2015/10/19 20:34:36 How many methods does this add? You can use this t
iclelland 2015/10/20 18:56:05 According to that tool, there are 137 methods incl
+ *;
+}
+
-keepnames class jp.tomorrowkey.android.gifplayer.** {
public *;
}

Powered by Google App Engine
This is Rietveld 408576698