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

Unified Diff: build/config/android/rules.gni

Issue 2404043002: Revert of Store only locale paks rather than all assets within BuildConfig.java (Closed)
Patch Set: Created 4 years, 2 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: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index faf5a964316dd0244aea0cff3b842d3b3cea5fbb..9033d222804d94de0e7e96020fec08bb53650751 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1732,10 +1732,10 @@
defines += [ "_DCHECK_IS_ON" ]
}
defines += [
- "COMPRESSED_LOCALE_LIST=" +
- "@FileArg($_rebased_build_config:compressed_locales_java_list)",
- "UNCOMPRESSED_LOCALE_LIST=" +
- "@FileArg($_rebased_build_config:uncompressed_locales_java_list)",
+ "COMPRESSED_ASSETS_LIST=" +
+ "@FileArg($_rebased_build_config:compressed_assets_java_list)",
+ "UNCOMPRESSED_ASSETS_LIST=" +
+ "@FileArg($_rebased_build_config:uncompressed_assets_java_list)",
]
}
_srcjar_deps += [ ":${_template_name}__build_config_java" ]
« no previous file with comments | « build/android/gyp/write_build_config.py ('k') | ui/android/java/src/org/chromium/ui/base/ResourceBundle.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698