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

Unified Diff: scripts/make_data.sh

Issue 2652023002: Adds Hans-Hant transliterators and drops el-Upper from ICU data (Closed)
Patch Set: Merge remote-tracking branch 'refs/remotes/origin/master' into zh_data_icu Created 3 years, 10 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 | « scripts/data_files_to_preserve.txt ('k') | source/data/translit/css3transform.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/make_data.sh
diff --git a/scripts/make_data.sh b/scripts/make_data.sh
index 41975d05b47ca641623f4557eb74fd3e6369840e..cc3c35a615b9e7563b70e2d28256272122026852 100755
--- a/scripts/make_data.sh
+++ b/scripts/make_data.sh
@@ -42,7 +42,7 @@ function rewrite_data_makefile {
function build_data {
make clean
make
- sed -i 's/css3transform.res/root.res/' out/tmp/icudata.lst
+ sed -i 's/root_subset.res/root.res/' out/tmp/icudata.lst
make
}
« no previous file with comments | « scripts/data_files_to_preserve.txt ('k') | source/data/translit/css3transform.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698