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

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
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/guava/BUILD.gn
diff --git a/third_party/guava/BUILD.gn b/third_party/guava/BUILD.gn
index 2713ac35edcacf919b8c548568c6e7695a56c69e..9e4567f5eaa5c092ea316da5a336e0eec44260bc 100644
--- a/third_party/guava/BUILD.gn
+++ b/third_party/guava/BUILD.gn
@@ -400,4 +400,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"
}
« no previous file with comments | « 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