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

Unified Diff: chrome/chrome_paks.gni

Issue 2372923002: Move Monochrome locale .pak files upstream (Closed)
Patch Set: remove unused target: monochrome_assets 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
« chrome/android/BUILD.gn ('K') | « chrome/android/monochrome_repack_locales.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_paks.gni
diff --git a/chrome/chrome_paks.gni b/chrome/chrome_paks.gni
index b4f86fb4ebe435cd439080a751b108e6cdd80b4d..bee08f8be21cd1b3e17d48f57ac2e9ce0272acb5 100644
--- a/chrome/chrome_paks.gni
+++ b/chrome/chrome_paks.gni
@@ -167,6 +167,8 @@ template("chrome_extra_paks") {
# output_dir [required]: Directory to output .pak files. Locale .pak files
# will always be place in $output_dir/locales
# additional_extra_paks: List of extra .pak sources for resources.pak.
+# additional_locale_source_patterns: additional_source_patterns for
+# chrome_repack_locales().
# copy_data_to_bundle:
# deps:
# output_dir:
@@ -225,6 +227,9 @@ template("chrome_paks") {
"visibility",
])
+ if (defined(invoker.additional_locale_source_patterns)) {
+ additional_source_patterns = invoker.additional_locale_source_patterns
+ }
input_locales = locales
output_dir = "${invoker.output_dir}/locales"
« chrome/android/BUILD.gn ('K') | « chrome/android/monochrome_repack_locales.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698