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

Unified Diff: chrome/android/java/proguard-dont-obfuscate.flags

Issue 2369573002: Add GN arg "enable_proguard_obfuscation" (Closed)
Patch Set: Add GN arg "enable_proguard_obfuscation" Created 4 years, 3 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 | « chrome/android/java/proguard.flags ('k') | chrome/android/java/proguard-obfuscate.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/proguard-dont-obfuscate.flags
diff --git a/build/linux/unbundle/libwebp.gn b/chrome/android/java/proguard-dont-obfuscate.flags
similarity index 54%
copy from build/linux/unbundle/libwebp.gn
copy to chrome/android/java/proguard-dont-obfuscate.flags
index 217911167b95466b4a64790f4cff7449da4a7253..b410239eabbc6adc8739695e0f52d42fde2f9681 100644
--- a/build/linux/unbundle/libwebp.gn
+++ b/chrome/android/java/proguard-dont-obfuscate.flags
@@ -2,9 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("libwebp") {
- libs = [
- "webp",
- "webpdemux",
- ]
+# Disables obfuscation for chromium packages.
+-keepnames,allowoptimization class com.google.android.apps.chrome.**,org.chromium.** {
+ *;
}
« no previous file with comments | « chrome/android/java/proguard.flags ('k') | chrome/android/java/proguard-obfuscate.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698