commit | 12df68d441322eb8b4bc8a84b0c94d9fb0c14a69 | [log] [tgz] |
---|---|---|
author | Filip Filmar <fmil@google.com> | Wed Feb 08 19:40:37 2023 +0000 |
committer | Frank Tang <ftang@chromium.org> | Thu Feb 09 01:49:29 2023 +0000 |
tree | bfb2c20fb121b228c52288aed28785821557742c | |
parent | ff6a3e5c196edb7c03b7b27ee26f56ab2e487db4 [diff] |
[icudata] Make 'copy_icudata' a public_deps Otherwise, the targets depending on :icudata will not see the the indirection, and will not recognize the `icudtl.dat` file as an output, which fails the `gn gen` step. With this change, compilation succeeds again. Tested: compiled for target_os="android" Bug: fuchsia:117972 Change-Id: Ie9ec42d922d498c779b075b13249c8d5b15b3d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/4231817 Reviewed-by: Frank Tang <ftang@chromium.org>