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

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

Issue 2320883006: 🍵 Refactor the various locale_paks() templates to be more shared (Closed)
Patch Set: another search&replace bug 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
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..5d78bd01ceda0a459257967f6a5ed842d2d25d17 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}}"
+ define_bundle_data = true
}

Powered by Google App Engine
This is Rietveld 408576698