summaryrefslogtreecommitdiffstats
path: root/third_party/junit/BUILD.gn
diff options
context:
space:
mode:
authormikecase <mikecase@chromium.org>2015-03-26 17:26:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-27 00:26:45 +0000
commit3c7961f35b4c125cb3e2d44a678938847beeebf4 (patch)
treeea08a48524bf48cd97ebb851a96e3f6253332714 /third_party/junit/BUILD.gn
parent216445cb5b5e14daa7d0126b01d878a7a11605d4 (diff)
downloadchromium_src-3c7961f35b4c125cb3e2d44a678938847beeebf4.zip
chromium_src-3c7961f35b4c125cb3e2d44a678938847beeebf4.tar.gz
chromium_src-3c7961f35b4c125cb3e2d44a678938847beeebf4.tar.bz2
Minor fixes to junit and robolectric BUILD.gn files.
BUG= Review URL: https://codereview.chromium.org/1036093002 Cr-Commit-Position: refs/heads/master@{#322508}
Diffstat (limited to 'third_party/junit/BUILD.gn')
-rw-r--r--third_party/junit/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn
index 1b02acf..babe0f2 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",
]