Index: testing/android/BUILD.gn |
diff --git a/testing/android/BUILD.gn b/testing/android/BUILD.gn |
index 1cf250b6f23e3dcc62e36ea18a37b885f5724aef..d4f82e34abc57045d2dd0422bd9ab97b840c2c30 100644 |
--- a/testing/android/BUILD.gn |
+++ b/testing/android/BUILD.gn |
@@ -8,7 +8,11 @@ import("//build/config/android/rules.gni") |
source_set("native_test_native_code") { |
testonly = true |
sources = [ |
+ "native_test_jni_onload_delegate.cc", |
+ "native_test_jni_onload_delegate.h", |
+ "native_test_jni_onload.cc", |
"native_test_launcher.cc", |
+ "native_test_launcher.h", |
] |
libs = [ "log" ] |
deps = [ |