Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Switch to minimal ICU data config for flutter #5922

Merged
merged 1 commit into from
Aug 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shell/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ copy("flutter_shell_assets") {
visibility = [ ":*" ]

sources = [
"//third_party/icu/android/icudtl.dat",
"//third_party/icu/flutter/icudtl.dat",
]

outputs = [
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/darwin/desktop/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "."
}

Expand Down
2 changes: 1 addition & 1 deletion shell/platform/darwin/ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/embedder/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down