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

Unified Diff: android_webview/tools/system_webview_shell/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: android_webview/tools/system_webview_shell/BUILD.gn
diff --git a/android_webview/tools/system_webview_shell/BUILD.gn b/android_webview/tools/system_webview_shell/BUILD.gn
index 61077fa81a6d8e584ce4413c2707c7d4098d76eb..1b813b023523ddc80a5bc9099d419e86670a11b5 100644
--- a/android_webview/tools/system_webview_shell/BUILD.gn
+++ b/android_webview/tools/system_webview_shell/BUILD.gn
@@ -55,6 +55,7 @@ instrumentation_test_apk("system_webview_shell_page_cycler_apk") {
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
"//testing/android/reporter:reporter_java",
+ "//third_party/android_support_test_runner:runner_java",
]
}
@@ -71,6 +72,7 @@ instrumentation_test_apk("system_webview_shell_layout_test_apk") {
"//base:base_java",
"//base:base_java_test_support",
"//testing/android/reporter:reporter_java",
+ "//third_party/android_support_test_runner:runner_java",
]
data = [
"test/data/",

Powered by Google App Engine
This is Rietveld 408576698