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

Unified Diff: third_party/junit/BUILD.gn

Issue 1036093002: Minor fixes to junit and robolectric BUILD.gn files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « testing/android/junit/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | 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 1b02acfef5f6403990d0947a75fea8e13daacc54..babe0f2bddfacd6a9effe22631362c8d5973243f 100644
--- a/third_party/junit/BUILD.gn
+++ b/third_party/junit/BUILD.gn
@@ -11,6 +11,8 @@ java_prebuilt("hamcrest") {
# GYP: //third_party/junit.gyp:junit_jar
java_library("junit") {
+ chromium_code = false
+ testonly = true
deps = [
":hamcrest",
]
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698