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

Unified Diff: third_party/guava/BUILD.gn

Issue 484813002: Add support for prebuilt jars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-lint
Patch Set: Created 6 years, 4 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/guava/BUILD.gn
diff --git a/third_party/guava/BUILD.gn b/third_party/guava/BUILD.gn
index 7829a09833d895c2c065adf4ae0e1b5d4a6a4496..cd2c6f415e3b941838027eced6c277438e02416b 100644
--- a/third_party/guava/BUILD.gn
+++ b/third_party/guava/BUILD.gn
@@ -401,4 +401,7 @@ android_library("guava_javalib") {
"src/guava/src/com/google/common/eventbus/EventBus.java",
"src/guava/src/com/google/common/eventbus/AsyncEventBus.java",
]
+
+ proguard_preprocess = true
+ proguard_config = "proguard.flags"
}
« build/config/android/rules.gni ('K') | « build/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698