summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources75
1 files changed, 43 insertions, 32 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources b/Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources
index 20c5188e21f..02c7a46a198 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources
+++ b/Build/source/libs/harfbuzz/harfbuzz-src/src/Makefile.sources
@@ -88,6 +88,15 @@ HB_BASE_sources = \
hb-ot-layout-gdef-table.hh \
hb-ot-layout-gpos-table.hh \
hb-ot-layout-gsub-table.hh \
+ OT/glyf/glyf.hh \
+ OT/glyf/glyf-helpers.hh \
+ OT/glyf/loca.hh \
+ OT/glyf/path-builder.hh \
+ OT/glyf/Glyph.hh \
+ OT/glyf/GlyphHeader.hh \
+ OT/glyf/SimpleGlyph.hh \
+ OT/glyf/CompositeGlyph.hh \
+ OT/glyf/SubsetGlyph.hh \
OT/Layout/GSUB/Common.hh \
OT/Layout/GSUB/Sequence.hh \
OT/Layout/GSUB/SingleSubstFormat1.hh \
@@ -131,30 +140,29 @@ HB_BASE_sources = \
hb-ot-os2-unicode-ranges.hh \
hb-ot-post-macroman.hh \
hb-ot-post-table.hh \
- hb-ot-shape-complex-arabic-fallback.hh \
- hb-ot-shape-complex-arabic-joining-list.hh \
- hb-ot-shape-complex-arabic-table.hh \
- hb-ot-shape-complex-arabic-win1256.hh \
- hb-ot-shape-complex-arabic.cc \
- hb-ot-shape-complex-arabic.hh \
- hb-ot-shape-complex-default.cc \
- hb-ot-shape-complex-hangul.cc \
- hb-ot-shape-complex-hebrew.cc \
- hb-ot-shape-complex-indic-table.cc \
- hb-ot-shape-complex-indic.cc \
- hb-ot-shape-complex-indic.hh \
- hb-ot-shape-complex-khmer.cc \
- hb-ot-shape-complex-khmer.hh \
- hb-ot-shape-complex-myanmar.cc \
- hb-ot-shape-complex-myanmar.hh \
- hb-ot-shape-complex-syllabic.cc \
- hb-ot-shape-complex-syllabic.hh \
- hb-ot-shape-complex-thai.cc \
- hb-ot-shape-complex-use-table.hh \
- hb-ot-shape-complex-use.cc \
- hb-ot-shape-complex-vowel-constraints.cc \
- hb-ot-shape-complex-vowel-constraints.hh \
- hb-ot-shape-complex.hh \
+ hb-ot-shaper-arabic-fallback.hh \
+ hb-ot-shaper-arabic-joining-list.hh \
+ hb-ot-shaper-arabic-pua.hh \
+ hb-ot-shaper-arabic-table.hh \
+ hb-ot-shaper-arabic-win1256.hh \
+ hb-ot-shaper-arabic.cc \
+ hb-ot-shaper-arabic.hh \
+ hb-ot-shaper-default.cc \
+ hb-ot-shaper-hangul.cc \
+ hb-ot-shaper-hebrew.cc \
+ hb-ot-shaper-indic-table.cc \
+ hb-ot-shaper-indic.cc \
+ hb-ot-shaper-indic.hh \
+ hb-ot-shaper-khmer.cc \
+ hb-ot-shaper-myanmar.cc \
+ hb-ot-shaper-syllabic.cc \
+ hb-ot-shaper-syllabic.hh \
+ hb-ot-shaper-thai.cc \
+ hb-ot-shaper-use-table.hh \
+ hb-ot-shaper-use.cc \
+ hb-ot-shaper-vowel-constraints.cc \
+ hb-ot-shaper-vowel-constraints.hh \
+ hb-ot-shaper.hh \
hb-ot-shape-fallback.cc \
hb-ot-shape-fallback.hh \
hb-ot-shape-normalize.cc \
@@ -203,19 +211,19 @@ HB_BASE_RAGEL_GENERATED_sources = \
hb-buffer-deserialize-json.hh \
hb-buffer-deserialize-text.hh \
hb-number-parser.hh \
- hb-ot-shape-complex-indic-machine.hh \
- hb-ot-shape-complex-khmer-machine.hh \
- hb-ot-shape-complex-myanmar-machine.hh \
- hb-ot-shape-complex-use-machine.hh \
+ hb-ot-shaper-indic-machine.hh \
+ hb-ot-shaper-khmer-machine.hh \
+ hb-ot-shaper-myanmar-machine.hh \
+ hb-ot-shaper-use-machine.hh \
$(NULL)
HB_BASE_RAGEL_sources = \
hb-buffer-deserialize-json.rl \
hb-buffer-deserialize-text.rl \
hb-number-parser.rl \
- hb-ot-shape-complex-indic-machine.rl \
- hb-ot-shape-complex-khmer-machine.rl \
- hb-ot-shape-complex-myanmar-machine.rl \
- hb-ot-shape-complex-use-machine.rl \
+ hb-ot-shaper-indic-machine.rl \
+ hb-ot-shaper-khmer-machine.rl \
+ hb-ot-shaper-myanmar-machine.rl \
+ hb-ot-shaper-use-machine.rl \
$(NULL)
HB_BASE_headers = \
@@ -224,6 +232,7 @@ HB_BASE_headers = \
hb-blob.h \
hb-buffer.h \
hb-common.h \
+ hb-cplusplus.hh \
hb-deprecated.h \
hb-draw.h \
hb-face.h \
@@ -301,6 +310,8 @@ HB_SUBSET_sources = \
hb-subset.cc \
hb-subset.hh \
hb-repacker.hh \
+ graph/graph.hh \
+ graph/serialize.hh \
$(NULL)
HB_SUBSET_headers = \