OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |