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

Unified Diff: base/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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7e28bf87cd231f70e0037e0244a927ed84429410..f623b0bdadf8638e2eeedba6cf27528dbfd7b933 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2439,6 +2439,7 @@ if (is_android) {
deps = [
":base_java",
":base_java_test_support",
+ "//third_party/android_support_test_runner:runner_java",
]
java_files = [
"android/javatests/src/org/chromium/base/AdvancedMockContextTest.java",

Powered by Google App Engine
This is Rietveld 408576698