| Index: ios/web/test/BUILD.gn
|
| diff --git a/ios/web/test/BUILD.gn b/ios/web/test/BUILD.gn
|
| index da50f420aa0f60c1493bf1ca9abaeb2bf9edab91..383aa2d0552e048f29fd2b5adfc7e79689438cbe 100644
|
| --- a/ios/web/test/BUILD.gn
|
| +++ b/ios/web/test/BUILD.gn
|
| @@ -14,7 +14,7 @@ mojom("mojo_bindings") {
|
| use_new_wrapper_types = false
|
| }
|
|
|
| -repack_and_bundle("packed_resources") {
|
| +repack("packed_resources") {
|
| testonly = true
|
| sources = [
|
| "$root_gen_dir/ios/web/ios_web_resources.pak",
|
| @@ -25,7 +25,7 @@ repack_and_bundle("packed_resources") {
|
| "//ios/web:resources",
|
| ]
|
| output = "$target_gen_dir/resources.pak"
|
| - bundle_output = "{{bundle_resources_dir}}/{{source_file_part}}"
|
| + define_bundle_data = true
|
| }
|
|
|
| grit("resources") {
|
|
|