Index: third_party/harfbuzz-ng/harfbuzz.gyp |
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp |
index ea8e48d2a5fa7575c40abc33869e5c028e1a149a..6a694874693506378b69b79d438fc33808e54436 100644 |
--- a/third_party/harfbuzz-ng/harfbuzz.gyp |
+++ b/third_party/harfbuzz-ng/harfbuzz.gyp |
@@ -13,13 +13,16 @@ |
'defines': [ |
'HAVE_OT', |
'HAVE_ICU', |
+ 'HB_NO_MT', |
], |
'sources': [ |
+ 'src/hb-atomic-private.hh', |
'src/hb-blob.cc', |
'src/hb-blob.h', |
'src/hb-buffer-private.hh', |
'src/hb-buffer.cc', |
'src/hb-buffer.h', |
+ 'src/hb-cache-private.hh', |
'src/hb-common.cc', |
'src/hb-common.h', |
'src/hb-fallback-shape-private.hh', |
@@ -56,18 +59,21 @@ |
'src/hb-ot-shape-complex-arabic-table.hh', |
'src/hb-ot-shape-complex-arabic.cc', |
'src/hb-ot-shape-complex-indic-machine.hh', |
+ 'src/hb-ot-shape-complex-indic-private.hh', |
'src/hb-ot-shape-complex-indic-table.hh', |
'src/hb-ot-shape-complex-indic.cc', |
'src/hb-ot-shape-complex-misc.cc', |
'src/hb-ot-shape-complex-private.hh', |
'src/hb-ot-shape-normalize.cc', |
+ 'src/hb-ot-shape-normalize-private.hh', |
'src/hb-ot-shape-private.hh', |
'src/hb-ot-shape.cc', |
- 'src/hb-ot-shape.h', |
'src/hb-ot-tag.cc', |
'src/hb-ot-tag.h', |
'src/hb-ot.h', |
'src/hb-private.hh', |
+ 'src/hb-set.cc', |
+ 'src/hb-set-private.hh', |
'src/hb-shape.cc', |
'src/hb-shape.h', |
'src/hb-tt-font.cc', |
@@ -75,6 +81,7 @@ |
'src/hb-unicode.cc', |
'src/hb-unicode.h', |
'src/hb-version.h', |
+ 'src/hb-warning.cc', |
'src/hb.h', |
], |
'sources/': [ |