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

Unified Diff: testing/android/BUILD.gn

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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: testing/android/BUILD.gn
diff --git a/testing/android/BUILD.gn b/testing/android/BUILD.gn
index 1cf250b6f23e3dcc62e36ea18a37b885f5724aef..e0288f64f3a7e96d41a10c4f4199b15b324f0bb2 100644
--- a/testing/android/BUILD.gn
+++ b/testing/android/BUILD.gn
@@ -8,7 +8,9 @@ import("//build/config/android/rules.gni")
source_set("native_test_native_code") {
testonly = true
sources = [
+ "native_test_jni_onload.cc",
"native_test_launcher.cc",
+ "native_test_launcher.h",
]
libs = [ "log" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698