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

Unified Diff: blimp/client/app/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: blimp/client/app/BUILD.gn
diff --git a/blimp/client/app/BUILD.gn b/blimp/client/app/BUILD.gn
index 88cfe3d68485cf975ee437729cd9419fca0095df..bf285431073a29a75ac79f833678982115e0368c 100644
--- a/blimp/client/app/BUILD.gn
+++ b/blimp/client/app/BUILD.gn
@@ -294,6 +294,7 @@ if (is_android) {
"//blimp/client/public:public_headers_java",
"//components/signin/core/browser/android:java",
"//components/sync/android:sync_java",
+ "//third_party/android_support_test_runner:runner_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
"//ui/android:ui_java",
google_play_services_library,
@@ -383,6 +384,7 @@ if (is_android) {
android_manifest_dep = ":blimp_test_apk_manifest"
deps = [
":blimp_test_java",
+ "//third_party/android_support_test_runner:runner_java",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698