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

Side by Side Diff: build/android/main_dex_classes.flags

Issue 2501193003: Selectively perform JNI registration in render processes on Android. (Closed)
Patch Set: Add @MainDex where it's missing 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 unified diff | Download patch
OLDNEW
1 -keep @**.MainDex class * { 1 -keep @**.MainDex class * {
2 *; 2 *;
3 } 3 }
4 4
5 -keepclasseswithmembers class * { 5 -keepclasseswithmembers class * {
6 public static ** asInterface(android.os.IBinder); 6 public static ** asInterface(android.os.IBinder);
7 } 7 }
8 8
9 # Required when code coverage is enabled. 9 # Required when code coverage is enabled.
10 -keep class com.vladium.** { 10 -keep class com.vladium.** {
11 *; 11 *;
12 } 12 }
13
OLDNEW
« base/android/jni_generator/jni_generator.py ('K') | « base/android/jni_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698