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

Unified Diff: third_party/junit/BUILD.gn

Issue 2273553002: Create BaseJUnitClassRunner to run junit4 style tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not obfuscate junit Created 4 years, 2 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
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",
]
« no previous file with comments | « base/test/android/junit/src/org/chromium/base/test/util/SkipCheckTest.java ('k') | third_party/junit/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698