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

Unified Diff: third_party/ow2_asm/BUILD.gn

Issue 2517203002: Reland of Add GN build rules to allow java_assertion_enabler to enable Java asserts. (Closed)
Patch Set: format nit Created 4 years, 1 month 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/ow2_asm/BUILD.gn
diff --git a/third_party/ow2_asm/BUILD.gn b/third_party/ow2_asm/BUILD.gn
index a86953ccf113d1faa90db77a541ebac51a85d806..4511c45bbaac0158bef8e322dccb412f2ff01908 100644
--- a/third_party/ow2_asm/BUILD.gn
+++ b/third_party/ow2_asm/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/android/rules.gni")
java_prebuilt("asm_java") {
- testonly = true
+ # Not "testonly" because //build/android/java_assertion_enabler depends on it.
jar_path = "lib/asm-5.0.1.jar"
}

Powered by Google App Engine
This is Rietveld 408576698