diff --git a/shell/platform/android/BUILD.gn b/shell/platform/android/BUILD.gn index 29e51b776846b13b8cc1c70cae4979bccd4f7a8c..1723c52fc9fd260624e206e5b8b28a396aa1b026 100644 --- a/shell/platform/android/BUILD.gn +++ b/shell/platform/android/BUILD.gn @@ -160,7 +160,7 @@ copy("flutter_shell_assets") { visibility = [ ":*" ] sources = [ - "//third_party/icu/android/icudtl.dat", + "//third_party/icu/flutter/icudtl.dat", ] outputs = [ diff --git a/shell/platform/darwin/desktop/BUILD.gn b/shell/platform/darwin/desktop/BUILD.gn index 619c7ad82708448907cb864a1fbc6b8223f9caa6..a574249398b678c278c73af2bb075c9a2eff1daa 100644 --- a/shell/platform/darwin/desktop/BUILD.gn +++ b/shell/platform/darwin/desktop/BUILD.gn @@ -48,7 +48,7 @@ if (!is_fuchsia_host) { resource_copy_mac("mac_desktop_resources") { app_name = "FlutterTester" - resources = [ "//third_party/icu/common/icudtl.dat" ] + resources = [ "//third_party/icu/flutter/icudtl.dat" ] bundle_directory = "." } diff --git a/shell/platform/darwin/ios/BUILD.gn b/shell/platform/darwin/ios/BUILD.gn index 8deef8d7e8bb5275adf54cf78e0d3b1747e25772..ca640ed1345842d0b43dd03436e7ef10498f1753 100644 --- a/shell/platform/darwin/ios/BUILD.gn +++ b/shell/platform/darwin/ios/BUILD.gn @@ -212,7 +212,7 @@ copy("copy_framework_icu") { visibility = [ ":*" ] set_sources_assignment_filter([]) sources = [ - "//third_party/icu/ios/icudtl.dat", + "//third_party/icu/flutter/icudtl.dat", ] set_sources_assignment_filter(sources_assignment_filter) outputs = [ diff --git a/shell/platform/embedder/BUILD.gn b/shell/platform/embedder/BUILD.gn index a35c72332c54eeacc0e82667e72b40af8c2b8fbd..db3d102a8a18d26676aad92467078bb3f75337f4 100644 --- a/shell/platform/embedder/BUILD.gn +++ b/shell/platform/embedder/BUILD.gn @@ -114,7 +114,7 @@ if (is_mac) { copy("copy_icu") { visibility = [ ":*" ] sources = [ - "//third_party/icu/common/icudtl.dat", + "//third_party/icu/flutter/icudtl.dat", ] outputs = [ "$_flutter_embedder_framework_dir/Versions/A/Resources/icudtl.dat",