Skip to content

Commit

Permalink
tools: icu: V8 now need transliterator support
Browse files Browse the repository at this point in the history
This CL https://codereview.chromium.org/1812673005 added
transliterator support to V8
  • Loading branch information
ofrobots committed Jul 25, 2016
1 parent 33e95a7 commit fcd0595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/icu/icu-generic.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}],
],
'defines': [
'UCONFIG_NO_TRANSLITERATION=1',
'UCONFIG_NO_SERVICE=1',
'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
'U_ENABLE_DYLOAD=0',
Expand Down
2 changes: 1 addition & 1 deletion tools/icu/icu_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zone": "locales",
"converters": "none",
"stringprep": "locales",
"translit": "none",
"translit": "locales",
"brkfiles": "none",
"brkdict": "none",
"confusables": "none",
Expand Down

0 comments on commit fcd0595

Please sign in to comment.