Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 77f8aa6a06e90fc4df8f4126f0bb96e2ee33f2bb..e743593a25e791edf65bfac6ef6a8804ed17c8a2 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -539,9 +539,9 @@ if (is_android) { |
| 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 = [ |
| + "source/data/in/icudtl.dat", |
| + ] |
| } |
| } else { |
| copy("icudata") { |