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", |
] |