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

Unified Diff: content/shell/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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 4ae34574a989434d56b9f62e1a00df4a6f6d01c2..bd907a9c7d2d21a7f1b70291038b1587221a07fc 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -142,6 +142,7 @@ android_library("content_shell_test_java") {
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
"//content/shell/android:content_shell_java",
+ "//third_party/android_support_test_runner:runner_java",
"//ui/android:ui_java",
]
java_files = [
@@ -157,6 +158,7 @@ instrumentation_test_apk("content_shell_test_apk") {
"//base:base_javatests",
"//content/public/android:content_javatests",
"//net/android:net_javatests",
+ "//third_party/android_support_test_runner:runner_java",
]
apk_under_test = ":content_shell_apk"
apk_name = "ContentShellTest"

Powered by Google App Engine
This is Rietveld 408576698