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

Unified Diff: third_party/junit/BUILD.gn

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated android_support_test_runner to use third_party/junit Created 4 years, 4 months 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: third_party/junit/BUILD.gn
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn
index 569f9e2533008b8032a6e508ccf6a49b218e22c7..9b607923385eb7381316c4453cd236f4786cbedb 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -7,6 +7,8 @@ import("//build/config/android/rules.gni")
java_library("junit") {
chromium_code = false
testonly = true
+ supports_android = true
+ use_host_bootclasspath = true
deps = [
"//third_party/hamcrest:hamcrest_java",
]

Powered by Google App Engine
This is Rietveld 408576698