Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 557eec7172bf43fc1a82ff689aa2557f72996d35..35f5e840db24ec3107b076f1ba2a9a43cd54b28b 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -563,7 +563,7 @@ if (is_android) { |
if (icu_use_data_file) { |
if (is_ios) { |
bundle_data("icudata") { |
- sources = [ "source/data/in/icudtl.dat" ] |
+ sources = [ "common/icudtl.dat" ] |
outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ] |
} |
} else { |
@@ -574,7 +574,7 @@ if (icu_use_data_file) { |
] |
} else { |
sources = [ |
- "source/data/in/icudtl.dat", |
+ "common/icudtl.dat", |
] |
} |