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

Unified Diff: base/android/proguard/chromium_code.flags

Issue 2385113003: Enable VR Shell for release build too (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/proguard/chromium_code.flags
diff --git a/base/android/proguard/chromium_code.flags b/base/android/proguard/chromium_code.flags
index be3186fc9b3316b25c15506b12f8a8d153f7ba10..a2ad4404f73e592038848a033d0028e2ca24ba25 100644
--- a/base/android/proguard/chromium_code.flags
+++ b/base/android/proguard/chromium_code.flags
@@ -34,6 +34,9 @@
-keepclasseswithmembers class * {
@org.chromium.base.annotations.UsedByReflection <methods>;
}
+-keepclasseswithmembers class * {
+ @org.chromium.base.annotations.UsedByReflection <fields>;
+}
-keepclasseswithmembers,includedescriptorclasses class * {
native <methods>;
}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698