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

Unified Diff: third_party/junit/BUILD.gn

Issue 2750593002: Android: Treat third_party/junit as prebuilt (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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 7859257ca86bee82b02772bb9a583fd36f43776f..e786315f0716773430af2ac0bdfe5e7161ad7065 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -209,4 +209,7 @@ java_library("junit") {
"src/src/main/java/org/junit/validator/TestClassValidator.java",
"src/src/main/java/org/junit/validator/ValidateWith.java",
]
+
+ # Work-around for combined android projects not having java.lang.management.
+ gradle_treat_as_prebuilt = true
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698