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

Unified Diff: ios/chrome/app/resources/BUILD.gn

Issue 2339213003: Reland of Refactor the various locale_paks() templates to be more shared (Closed)
Patch Set: Fix output path of the repack template on iOS. 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/chrome_repack_locales.gni ('k') | ios/chrome/app/resources/ios_chrome_repack.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/BUILD.gn
diff --git a/ios/chrome/app/resources/BUILD.gn b/ios/chrome/app/resources/BUILD.gn
index fd4da5c45b4a5f82cc7b693279f30a232e68f0d1..ba5d8676445bec56c2177047ccb8361f27ea73a5 100644
--- a/ios/chrome/app/resources/BUILD.gn
+++ b/ios/chrome/app/resources/BUILD.gn
@@ -39,7 +39,7 @@ ios_chrome_repack_all_scales("repack_scalable_resources") {
]
}
-ios_repack("repack_unscaled_resources") {
+repack("repack_unscaled_resources") {
visibility = [ ":packed_resources" ]
sources = [
"$root_gen_dir/components/components_resources.pak",
@@ -56,5 +56,5 @@ ios_repack("repack_unscaled_resources") {
"//ui/resources",
]
output = "$target_gen_dir/resources.pak"
- bundle_output = "{{bundle_resources_dir}}/{{source_file_part}}"
+ copy_data_to_bundle = true
}
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | ios/chrome/app/resources/ios_chrome_repack.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698