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

Side by Side Diff: android_webview/apk/java/proguard.flags

Issue 802453002: [android_webview] Split out an apk folder from the glue folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 # Most of the flags in this file are duplicated to refer to both the pre- and 1 # Most of the flags in this file are duplicated to refer to both the pre- and
2 # post-jarjar remapping versions of the class names. This enables the same 2 # post-jarjar remapping versions of the class names. This enables the same
3 # config file to be used whether jarjar is enabled or not. 3 # config file to be used whether jarjar is enabled or not.
4 4
5 5
6 # Keep the factory and its public members; it's the main entry point used by the 6 # Keep the factory and its public members; it's the main entry point used by the
7 # framework. 7 # framework.
8 -keep class com.android.webview.chromium.WebViewChromiumFactoryProvider { 8 -keep class com.android.webview.chromium.WebViewChromiumFactoryProvider {
9 public *; 9 public *;
10 } 10 }
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <init>(...); 92 <init>(...);
93 } 93 }
94 94
95 -keep class com.android.org.chromium.ui.ColorPickerSimple { 95 -keep class com.android.org.chromium.ui.ColorPickerSimple {
96 <init>(...); 96 <init>(...);
97 } 97 }
98 98
99 -keep class com.android.org.chromium.ui.ColorPickerMoreButton { 99 -keep class com.android.org.chromium.ui.ColorPickerMoreButton {
100 <init>(...); 100 <init>(...);
101 } 101 }
OLDNEW
« no previous file with comments | « android_webview/apk/java/AndroidManifest.xml ('k') | android_webview/apk/java/res/drawable-hdpi/icon_webview.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698