| 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
|
| }
|
|
|