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

Unified Diff: base/BUILD.gn

Issue 2583933003: Replace deprecated Android java test annotations (Closed)
Patch Set: 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 a038579d95c623929ac9b6b9036ffe3c51e9fb0d..9e3a373eb3c8ee5bcf9a5725ccd3a7fd89511d51 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2438,6 +2438,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