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

Unified Diff: icu.gyp

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 | « common/icudtl.dat ('k') | patches/locale_extra.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
diff --git a/icu.gyp b/icu.gyp
index bd5125e9b6f1e8ebe52bf4262afc15f98d79438f..9675c734ab7621a06086aa5afb713948952297d9 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -99,7 +99,7 @@
],
} , { # else: OS != android
'files': [
- 'source/data/in/icudtl.dat',
+ 'common/icudtl.dat',
],
}],
],
@@ -155,7 +155,7 @@
} , { # else: OS=="ios"
'link_settings': {
'mac_bundle_resources': [
- 'source/data/in/icudtl.dat',
+ 'common/icudtl.dat',
],
},
}], # OS!=ios
« no previous file with comments | « common/icudtl.dat ('k') | patches/locale_extra.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698