Index: third_party/junit/BUILD.gn |
diff --git a/third_party/junit/BUILD.gn b/third_party/junit/BUILD.gn |
index 3db7902c3cf3f4585cb242d04979b2d8cad3eee7..7859257ca86bee82b02772bb9a583fd36f43776f 100644 |
--- a/third_party/junit/BUILD.gn |
+++ b/third_party/junit/BUILD.gn |
@@ -8,6 +8,7 @@ java_library("junit") { |
chromium_code = false |
testonly = true |
supports_android = true |
+ proguard_configs = [ "//third_party/junit/proguard.flags" ] |
deps = [ |
"//third_party/hamcrest:hamcrest_java", |
] |