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

Unified Diff: base/BUILD.gn

Issue 2501193003: Selectively perform JNI registration in render processes on Android. (Closed)
Patch Set: Conditionally register JNI based on process type. Created 3 years, 11 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 | base/android/java/src/org/chromium/base/JNIUtils.java » ('j') | base/android/jni_android.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 69dfcc5b3bbe28700b259a9ad2e2decec8e70b4c..89df6baf2ca1aaa39a912c69c35d5e1fd9afc797 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2580,6 +2580,7 @@ if (is_android) {
java_cpp_enum("base_android_java_enums_srcjar") {
sources = [
"android/application_status_listener.h",
+ "android/jni_android.h",
"android/library_loader/library_load_from_apk_status_codes.h",
"android/library_loader/library_loader_hooks.h",
"memory/memory_pressure_listener.h",
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/JNIUtils.java » ('j') | base/android/jni_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698