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

Unified Diff: third_party/hamcrest/BUILD.gn

Issue 2764003003: Do not obfuscate hamcrest classes (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 | third_party/hamcrest/proguard.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hamcrest/BUILD.gn
diff --git a/third_party/hamcrest/BUILD.gn b/third_party/hamcrest/BUILD.gn
index 3680c1017250fdc531d6929a096893c44344f701..3c0c4d4ed3f6fd731df3418558c2479caf2db25c 100644
--- a/third_party/hamcrest/BUILD.gn
+++ b/third_party/hamcrest/BUILD.gn
@@ -17,16 +17,19 @@ java_prebuilt("hamcrest_core_java") {
supports_android = true
testonly = true
jar_path = "lib/hamcrest-core-1.3.jar"
+ proguard_configs = [ "//third_party/hamcrest/proguard.flags" ]
}
java_prebuilt("hamcrest_integration_java") {
supports_android = true
testonly = true
jar_path = "lib/hamcrest-integration-1.3.jar"
+ proguard_configs = [ "//third_party/hamcrest/proguard.flags" ]
}
java_prebuilt("hamcrest_library_java") {
supports_android = true
testonly = true
jar_path = "lib/hamcrest-library-1.3.jar"
+ proguard_configs = [ "//third_party/hamcrest/proguard.flags" ]
}
« no previous file with comments | « no previous file | third_party/hamcrest/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698