summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-04-15 22:32:54 +0300
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-23 13:31:33 +0200
commit11e75f99553ce9db733333ebe15a2e933022ab5e (patch)
tree32eb6d862f2a54f614f9819731a10a531d93a2df
parent4641ad76e87c5c50f6dd9f0890afddf6260fccc9 (diff)
downloadqtwebengine-chromium-11e75f99553ce9db733333ebe15a2e933022ab5e.tar.gz
Update the ICU shim headers
This adds the nine (9) missing headers from the bundled ICU, allowing for the shim headers to be generated for them during the build. Thanks to: Arfrever Frehtes Taifersar Arahesis Change-Id: I63c13b0983867df87b81e7f8d4e2fa4af8e2be4a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/third_party/icu/BUILD.gn23
1 files changed, 16 insertions, 7 deletions
diff --git a/chromium/third_party/icu/BUILD.gn b/chromium/third_party/icu/BUILD.gn
index 9b2d709fcb6..aecffff7cf2 100644
--- a/chromium/third_party/icu/BUILD.gn
+++ b/chromium/third_party/icu/BUILD.gn
@@ -1153,6 +1153,8 @@ shim_headers("icui18n_shim") {
"measunit.h",
"measure.h",
"msgfmt.h",
+ "nounit.h",
+ "numberformatter.h",
"numfmt.h",
"numsys.h",
"plurfmt.h",
@@ -1180,11 +1182,11 @@ shim_headers("icui18n_shim") {
"tzrule.h",
"tztrans.h",
"ucal.h",
- "ucoleitr.h",
"ucol.h",
+ "ucoleitr.h",
"ucsdet.h",
- "udateintervalformat.h",
"udat.h",
+ "udateintervalformat.h",
"udatpg.h",
"ufieldpositer.h",
"uformattable.h",
@@ -1197,6 +1199,7 @@ shim_headers("icui18n_shim") {
"upluralrules.h",
"uregex.h",
"uregion.h",
+ "ureldatefmt.h",
"usearch.h",
"uspoof.h",
"utmscale.h",
@@ -1216,13 +1219,16 @@ shim_headers("icuuc_shim") {
"appendable.h",
"brkiter.h",
"bytestream.h",
- "bytestriebuilder.h",
"bytestrie.h",
+ "bytestriebuilder.h",
"caniter.h",
+ "casemap.h",
+ "char16ptr.h",
"chariter.h",
"dbbi.h",
"docmain.h",
"dtintrv.h",
+ "edits.h",
"enumset.h",
"errorcode.h",
"filteredbrk.h",
@@ -1245,23 +1251,26 @@ shim_headers("icuuc_shim") {
"rep.h",
"resbund.h",
"schriter.h",
+ "simpleformatter.h",
"std_string.h",
"strenum.h",
+ "stringoptions.h",
"stringpiece.h",
"stringtriebuilder.h",
"symtable.h",
"ubidi.h",
+ "ubiditransform.h",
"ubrk.h",
"ucasemap.h",
"ucat.h",
"uchar.h",
- "ucharstriebuilder.h",
"ucharstrie.h",
+ "ucharstriebuilder.h",
"uchriter.h",
"uclean.h",
+ "ucnv.h",
"ucnv_cb.h",
"ucnv_err.h",
- "ucnv.h",
"ucnvsel.h",
"uconfig.h",
"ucurr.h",
@@ -1280,8 +1289,8 @@ shim_headers("icuuc_shim") {
"unimatch.h",
"uniset.h",
"unistr.h",
- "unorm2.h",
"unorm.h",
+ "unorm2.h",
"uobject.h",
"urename.h",
"urep.h",
@@ -1294,10 +1303,10 @@ shim_headers("icuuc_shim") {
"ustring.h",
"ustringtrie.h",
"utext.h",
+ "utf.h",
"utf16.h",
"utf32.h",
"utf8.h",
- "utf.h",
"utf_old.h",
"utrace.h",
"utypes.h",