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

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: Remove redundant default setting for java-version in javac.py 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
« no previous file with comments | « third_party/hamcrest/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/junit/BUILD.gn
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn
index 569f9e2533008b8032a6e508ccf6a49b218e22c7..3db7902c3cf3f4585cb242d04979b2d8cad3eee7 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/android/rules.gni")
java_library("junit") {
chromium_code = false
testonly = true
+ supports_android = true
deps = [
"//third_party/hamcrest:hamcrest_java",
]
« no previous file with comments | « third_party/hamcrest/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698