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

Unified Diff: mojo/android/BUILD.gn

Issue 2583933003: Replace deprecated Android java test annotations (Closed)
Patch Set: Rebase again :( Created 4 years 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: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index e09fb353fff63b1b76d7b4f79c1be4b267741514..527b1cfa6d80d4217617c970eba3f544c2907570 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -107,6 +107,7 @@ android_library("mojo_javatests") {
"//mojo/public/interfaces/bindings/tests:test_mojom_import_java",
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",
+ "//third_party/android_support_test_runner:runner_java",
]
data = [
@@ -146,6 +147,7 @@ instrumentation_test_apk("mojo_test_apk") {
"//base:base_java",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//mojo/public/java:bindings_java",
+ "//third_party/android_support_test_runner:runner_java",
]
shared_libraries = [ ":mojo_java_unittests" ]
apk_name = "MojoTest"

Powered by Google App Engine
This is Rietveld 408576698