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

Unified Diff: chrome/BUILD.gn

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component build 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b1fd8a78aa6fe5107a4303d181715a453fd95c9b..ae9555a21610989a9891cf5bb7967e6e7f581567 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -565,6 +565,9 @@ if (is_android) {
sources = [
"app/android/chrome_android_initializer.cc",
"app/android/chrome_android_initializer.h",
+ "app/android/chrome_jni_onload_delegate.cc",
+ "app/android/chrome_jni_onload_delegate.h",
+ "app/android/chrome_jni_onload.cc",
"app/android/chrome_main_delegate_android.cc",
"app/android/chrome_main_delegate_android.h",
"app/chrome_main_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698