| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 5009b50e1f5bbe80ea873e56588a951d30f12c1c..adfa81f119bca4daa5857b70212283158a52e88d 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -557,10 +557,9 @@ if (is_android) {
|
| # TODO(GYP) support use_system_icu.
|
| if (icu_use_data_file) {
|
| if (is_ios) {
|
| - group("icudata") {
|
| - # TODO(GYP): Provide an empty group so that this target does not
|
| - # unconditionally fail. The dat file needs to be bundled separately. In
|
| - # the longer term, need to figure out how to use system ICU
|
| + bundle_data("icudata") {
|
| + sources = [ "source/data/in/icudtl.dat" ]
|
| + outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
|
| }
|
| } else {
|
| copy("icudata") {
|
|
|