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

Unified Diff: components/precache/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: components/precache/android/BUILD.gn
diff --git a/components/precache/android/BUILD.gn b/components/precache/android/BUILD.gn
index d0becc032489c8e35e7da0043b63e4efa20fedf2..af995624b56529b328a3b0e9d3ce73ffa5466fdf 100644
--- a/components/precache/android/BUILD.gn
+++ b/components/precache/android/BUILD.gn
@@ -20,6 +20,7 @@ android_library("precache_javatests") {
deps = [
":precache_java",
"//base:base_java_test_support",
+ "//third_party/android_support_test_runner:runner_java",
]
java_files = [
"javatests/src/org/chromium/components/precache/DeviceStateTest.java",

Powered by Google App Engine
This is Rietveld 408576698