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

Unified Diff: mojo/android/BUILD.gn

Issue 2203073002: [Android] Switch instrumentation tests to generated device isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-isolate-generation
Patch Set: rebase 2 Created 4 years, 4 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 | « content/shell/android/BUILD.gn ('k') | mojo/mojo_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index 813701c85d0e5ce58af7ba729b5005de18d18257..2b4db7a3cacead7afce52c35df5310e006e7d4b3 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -102,6 +102,10 @@ android_library("mojo_javatests") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
]
+
+ data = [
+ "//mojo/public/interfaces/bindings/tests/data/validation/",
+ ]
}
shared_library("mojo_java_unittests") {
@@ -141,5 +145,4 @@ instrumentation_test_apk("mojo_test_apk") {
shared_libraries = [ ":mojo_java_unittests" ]
apk_name = "MojoTest"
android_manifest = "javatests/AndroidManifest.xml"
- isolate_file = "../mojo_test_apk.isolate"
}
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | mojo/mojo_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698