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

Unified Diff: base/BUILD.gn

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and sync Created 5 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/base_jni_onload.h » ('j') | no next file with comments »
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 b31fed150b73c1a0c2e13d30767ba2a176d7bb75..1a4d91948383bc59efa5530b7d0a514a4d22d46a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -23,6 +23,8 @@ component("base") {
"allocator/type_profiler_control.h",
"android/application_status_listener.cc",
"android/application_status_listener.h",
+ "android/base_jni_onload.cc",
+ "android/base_jni_onload.h",
"android/base_jni_registrar.cc",
"android/base_jni_registrar.h",
"android/build_info.cc",
@@ -46,6 +48,7 @@ component("base") {
"android/jni_android.h",
"android/jni_array.cc",
"android/jni_array.h",
+ "android/jni_onload_delegate.h",
"android/jni_registrar.cc",
"android/jni_registrar.h",
"android/jni_string.cc",
« no previous file with comments | « no previous file | base/android/base_jni_onload.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698