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

Unified Diff: components/cronet/android/BUILD.gn

Issue 2329573002: Refactor base's proguard flags to be more usable by cronet (Closed)
Patch Set: 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/webapk/shell_apk/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 43edaac03bbbb391db988413fa912a7a0c26f3c7..cde4b92cec31a091cd97fd541b8e2e0aa2806ffb 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -402,7 +402,8 @@ android_apk("cronet_sample_apk") {
proguard_configs = [
"proguard.cfg",
"sample/javatests/proguard.cfg",
- "//base/android/base_proguard_config.flags",
+ "//base/android/proguard/chromium_apk.flags",
+ "//base/android/proguard/chromium_code.flags",
]
}
}
@@ -718,7 +719,8 @@ android_apk("cronet_perf_test_apk") {
proguard_configs = [
"proguard.cfg",
"test/javaperftests/proguard.cfg",
- "//base/android/base_proguard_config.flags",
+ "//base/android/proguard/chromium_apk.flags",
+ "//base/android/proguard/chromium_code.flags",
]
}
@@ -922,7 +924,7 @@ action("cronet_combine_proguard_flags") {
args = [
"--output-file",
rebase_path("$_package_dir/proguard.cfg", root_build_dir),
- rebase_path("//base/android/base_proguard_config.flags", root_build_dir),
+ rebase_path("//base/android/proguard/chromium_code.flags", root_build_dir),
rebase_path("//components/cronet/android/proguard.cfg", root_build_dir),
]
}
« no previous file with comments | « chrome/android/webapk/shell_apk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698