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

Unified Diff: testing/android/native_test/BUILD.gn

Issue 2735113003: Changing SpawnChild to return a struct.
Patch Set: Created 3 years, 9 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 | « services/service_manager/tests/util.cc ('k') | testing/android/native_test/java/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/BUILD.gn
diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
index 728cec028b93ae4ef2cfe0c6c5754aa61be1d1c8..fbcc5628bad405ae562154f8c7226b7d1ad964c8 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -40,6 +40,7 @@ android_library("native_main_runner_java") {
java_files = [ "java/src/org/chromium/native_test/MainRunner.java" ]
deps = [
"//base:base_java",
+ "//mojo/public/java:system_java",
]
}
@@ -68,4 +69,7 @@ generate_jni("native_test_jni_headers") {
"java/src/org/chromium/native_test/NativeTest.java",
]
jni_package = "testing"
+ deps = [
+ "//mojo/public/java:system_java",
+ ]
}
« no previous file with comments | « services/service_manager/tests/util.cc ('k') | testing/android/native_test/java/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698