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

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

Issue 2691493003: Add keep_cronet_api.xml to keep @string/CronetProviderClassName (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | components/cronet/android/api/res/raw/keep_cronet_api.xml » ('j') | 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 b399a563ed7f6b6e595af2245cceb00fcc35addf..d9f1c7b35ebc1dcb9cc2ee59be6a9a1f6f25f7a9 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -1394,6 +1394,15 @@ copy("cronet_package_copy_test_files") {
]
}
+copy("cronet_package_copy_resources") {
+ sources = [
+ "api/res/raw/keep_cronet_api.xml",
+ ]
+ outputs = [
+ "$_package_dir/res/raw/{{source_file_part}}",
+ ]
+}
+
# Enforce that ARM Neon is not used when building for ARMv7
if (target_cpu == "arm" && arm_version == 7 && !arm_use_neon) {
action("enforce_no_neon") {
@@ -1473,6 +1482,7 @@ group("cronet_package") {
":cronet_package_copy",
":cronet_package_copy_native_lib",
":cronet_package_copy_native_lib_unstripped",
+ ":cronet_package_copy_resources",
":cronet_test_package",
":generate_javadoc",
":generate_licenses",
« no previous file with comments | « no previous file | components/cronet/android/api/res/raw/keep_cronet_api.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698