Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: BUILD.gn

Issue 1823293002: Update timezone and apply miscellaneous locale data fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: fix a typo in README.chromium Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698