blob: 6838f738accc40d7834a3340a4496d5140c6e5af [file] [log] [blame]
# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../gn/skia.gni")
import("../third_party.gni")
declare_args() {
skia_use_system_harfbuzz = is_official_build && !is_wasm
}
if (skia_use_system_harfbuzz) {
system("harfbuzz") {
include_dirs = [ "/usr/include/harfbuzz" ]
libs = [ "harfbuzz" ]
if (skia_pdf_subset_harfbuzz) {
libs += [ "harfbuzz-subset" ]
}
}
} else {
third_party("harfbuzz") {
_src = "../externals/harfbuzz/src"
public_include_dirs = [
".",
_src,
]
defines = [
#"HAVE_FREETYPE",
#"HAVE_ICU",
#"HAVE_ICU_BUILTIN",
"HAVE_OT",
"HAVE_CONFIG_OVERRIDE_H",
"HB_NO_FALLBACK_SHAPE",
"HB_NO_WIN1256",
]
public = [
"$_src/hb-blob.h",
"$_src/hb-buffer.h",
"$_src/hb-common.h",
"$_src/hb-deprecated.h",
"$_src/hb-face.h",
"$_src/hb-font.h",
"$_src/hb-map.h",
"$_src/hb-ot-font.h",
"$_src/hb-ot-layout.h",
"$_src/hb-ot-math.h",
"$_src/hb-ot-shape.h",
"$_src/hb-ot-var.h",
"$_src/hb-ot.h",
"$_src/hb-set.h",
"$_src/hb-shape-plan.h",
"$_src/hb-shape.h",
"$_src/hb-subset.h",
"$_src/hb-unicode.h",
"$_src/hb-version.h",
"$_src/hb.h",
]
sources = [
"$_src/OT/Layout/Common/Coverage.hh",
"$_src/OT/Layout/Common/CoverageFormat1.hh",
"$_src/OT/Layout/Common/CoverageFormat2.hh",
"$_src/OT/Layout/Common/RangeRecord.hh",
"$_src/OT/Layout/GPOS/Anchor.hh",
"$_src/OT/Layout/GPOS/AnchorFormat1.hh",
"$_src/OT/Layout/GPOS/AnchorFormat2.hh",
"$_src/OT/Layout/GPOS/AnchorFormat3.hh",
"$_src/OT/Layout/GPOS/AnchorMatrix.hh",
"$_src/OT/Layout/GPOS/ChainContextPos.hh",
"$_src/OT/Layout/GPOS/Common.hh",
"$_src/OT/Layout/GPOS/ContextPos.hh",
"$_src/OT/Layout/GPOS/CursivePos.hh",
"$_src/OT/Layout/GPOS/CursivePosFormat1.hh",
"$_src/OT/Layout/GPOS/ExtensionPos.hh",
"$_src/OT/Layout/GPOS/GPOS.hh",
"$_src/OT/Layout/GPOS/LigatureArray.hh",
"$_src/OT/Layout/GPOS/MarkArray.hh",
"$_src/OT/Layout/GPOS/MarkBasePos.hh",
"$_src/OT/Layout/GPOS/MarkBasePosFormat1.hh",
"$_src/OT/Layout/GPOS/MarkLigPos.hh",
"$_src/OT/Layout/GPOS/MarkLigPosFormat1.hh",
"$_src/OT/Layout/GPOS/MarkMarkPos.hh",
"$_src/OT/Layout/GPOS/MarkMarkPosFormat1.hh",
"$_src/OT/Layout/GPOS/MarkRecord.hh",
"$_src/OT/Layout/GPOS/PairPos.hh",
"$_src/OT/Layout/GPOS/PairPosFormat1.hh",
"$_src/OT/Layout/GPOS/PairPosFormat2.hh",
"$_src/OT/Layout/GPOS/PairSet.hh",
"$_src/OT/Layout/GPOS/PairValueRecord.hh",
"$_src/OT/Layout/GPOS/PosLookup.hh",
"$_src/OT/Layout/GPOS/PosLookupSubTable.hh",
"$_src/OT/Layout/GPOS/SinglePos.hh",
"$_src/OT/Layout/GPOS/SinglePosFormat1.hh",
"$_src/OT/Layout/GPOS/SinglePosFormat2.hh",
"$_src/OT/Layout/GPOS/ValueFormat.hh",
"$_src/OT/Layout/GSUB/AlternateSet.hh",
"$_src/OT/Layout/GSUB/AlternateSubst.hh",
"$_src/OT/Layout/GSUB/AlternateSubstFormat1.hh",
"$_src/OT/Layout/GSUB/ChainContextSubst.hh",
"$_src/OT/Layout/GSUB/Common.hh",
"$_src/OT/Layout/GSUB/ContextSubst.hh",
"$_src/OT/Layout/GSUB/ExtensionSubst.hh",
"$_src/OT/Layout/GSUB/GSUB.hh",
"$_src/OT/Layout/GSUB/Ligature.hh",
"$_src/OT/Layout/GSUB/LigatureSet.hh",
"$_src/OT/Layout/GSUB/LigatureSubst.hh",
"$_src/OT/Layout/GSUB/LigatureSubstFormat1.hh",
"$_src/OT/Layout/GSUB/MultipleSubst.hh",
"$_src/OT/Layout/GSUB/MultipleSubstFormat1.hh",
"$_src/OT/Layout/GSUB/ReverseChainSingleSubst.hh",
"$_src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh",
"$_src/OT/Layout/GSUB/Sequence.hh",
"$_src/OT/Layout/GSUB/SingleSubst.hh",
"$_src/OT/Layout/GSUB/SingleSubstFormat1.hh",
"$_src/OT/Layout/GSUB/SingleSubstFormat2.hh",
"$_src/OT/Layout/GSUB/SubstLookup.hh",
"$_src/OT/Layout/GSUB/SubstLookupSubTable.hh",
"$_src/OT/Layout/types.hh",
"$_src/OT/glyf/CompositeGlyph.hh",
"$_src/OT/glyf/Glyph.hh",
"$_src/OT/glyf/GlyphHeader.hh",
"$_src/OT/glyf/SimpleGlyph.hh",
"$_src/OT/glyf/SubsetGlyph.hh",
"$_src/OT/glyf/glyf-helpers.hh",
"$_src/OT/glyf/glyf.hh",
"$_src/OT/glyf/loca.hh",
"$_src/OT/glyf/path-builder.hh",
"$_src/graph/coverage-graph.hh",
"$_src/graph/graph.hh",
"$_src/graph/gsubgpos-context.cc",
"$_src/graph/gsubgpos-context.hh",
"$_src/graph/gsubgpos-graph.hh",
"$_src/graph/pairpos-graph.hh",
"$_src/graph/serialize.hh",
"$_src/hb-aat-layout-ankr-table.hh",
"$_src/hb-aat-layout-bsln-table.hh",
"$_src/hb-aat-layout-common.hh",
"$_src/hb-aat-layout-feat-table.hh",
"$_src/hb-aat-layout-just-table.hh",
"$_src/hb-aat-layout-kerx-table.hh",
"$_src/hb-aat-layout-morx-table.hh",
"$_src/hb-aat-layout-opbd-table.hh",
"$_src/hb-aat-layout-trak-table.hh",
"$_src/hb-aat-layout.cc",
"$_src/hb-aat-layout.hh",
"$_src/hb-aat-ltag-table.hh",
"$_src/hb-aat-map.cc",
"$_src/hb-aat-map.hh",
"$_src/hb-aat.h",
"$_src/hb-algs.hh",
"$_src/hb-array.hh",
"$_src/hb-atomic.hh",
"$_src/hb-bimap.hh",
"$_src/hb-bit-page.hh",
"$_src/hb-bit-set-invertible.hh",
"$_src/hb-bit-set.hh",
"$_src/hb-blob.cc",
"$_src/hb-blob.hh",
"$_src/hb-buffer-deserialize-json.hh",
"$_src/hb-buffer-deserialize-text.hh",
"$_src/hb-buffer-serialize.cc",
"$_src/hb-buffer-verify.cc",
"$_src/hb-buffer.cc",
"$_src/hb-buffer.hh",
"$_src/hb-cache.hh",
"$_src/hb-cff-interp-common.hh",
"$_src/hb-cff-interp-cs-common.hh",
"$_src/hb-cff-interp-dict-common.hh",
"$_src/hb-cff1-interp-cs.hh",
"$_src/hb-cff2-interp-cs.hh",
"$_src/hb-common.cc",
"$_src/hb-config.hh",
"$_src/hb-cplusplus.hh",
"$_src/hb-debug.hh",
"$_src/hb-dispatch.hh",
"$_src/hb-draw.cc",
"$_src/hb-draw.h",
"$_src/hb-draw.hh",
"$_src/hb-face.cc",
"$_src/hb-face.hh",
"$_src/hb-font.cc",
"$_src/hb-font.hh",
"$_src/hb-iter.hh",
"$_src/hb-kern.hh",
"$_src/hb-machinery.hh",
"$_src/hb-map.cc",
"$_src/hb-map.hh",
"$_src/hb-meta.hh",
"$_src/hb-ms-feature-ranges.hh",
"$_src/hb-mutex.hh",
"$_src/hb-null.hh",
"$_src/hb-number-parser.hh",
"$_src/hb-number.cc",
"$_src/hb-number.hh",
"$_src/hb-object.hh",
"$_src/hb-open-file.hh",
"$_src/hb-open-type.hh",
"$_src/hb-ot-cff-common.hh",
"$_src/hb-ot-cff1-std-str.hh",
"$_src/hb-ot-cff1-table.cc",
"$_src/hb-ot-cff1-table.hh",
"$_src/hb-ot-cff2-table.cc",
"$_src/hb-ot-cff2-table.hh",
"$_src/hb-ot-cmap-table.hh",
"$_src/hb-ot-color-cbdt-table.hh",
"$_src/hb-ot-color-colr-table.hh",
"$_src/hb-ot-color-colrv1-closure.hh",
"$_src/hb-ot-color-cpal-table.hh",
"$_src/hb-ot-color-sbix-table.hh",
"$_src/hb-ot-color-svg-table.hh",
"$_src/hb-ot-color.cc",
"$_src/hb-ot-color.h",
"$_src/hb-ot-deprecated.h",
"$_src/hb-ot-face-table-list.hh",
"$_src/hb-ot-face.cc",
"$_src/hb-ot-face.hh",
"$_src/hb-ot-font.cc",
"$_src/hb-ot-gasp-table.hh",
"$_src/hb-ot-glyf-table.hh",
"$_src/hb-ot-hdmx-table.hh",
"$_src/hb-ot-head-table.hh",
"$_src/hb-ot-hhea-table.hh",
"$_src/hb-ot-hmtx-table.hh",
"$_src/hb-ot-kern-table.hh",
"$_src/hb-ot-layout-base-table.hh",
"$_src/hb-ot-layout-common.hh",
"$_src/hb-ot-layout-gdef-table.hh",
"$_src/hb-ot-layout-gpos-table.hh",
"$_src/hb-ot-layout-gsub-table.hh",
"$_src/hb-ot-layout-gsubgpos.hh",
"$_src/hb-ot-layout-jstf-table.hh",
"$_src/hb-ot-layout.cc",
"$_src/hb-ot-layout.hh",
"$_src/hb-ot-map.cc",
"$_src/hb-ot-map.hh",
"$_src/hb-ot-math-table.hh",
"$_src/hb-ot-math.cc",
"$_src/hb-ot-maxp-table.hh",
"$_src/hb-ot-meta-table.hh",
"$_src/hb-ot-meta.cc",
"$_src/hb-ot-meta.h",
"$_src/hb-ot-metrics.cc",
"$_src/hb-ot-metrics.hh",
"$_src/hb-ot-name-language-static.hh",
"$_src/hb-ot-name-language.hh",
"$_src/hb-ot-name-table.hh",
"$_src/hb-ot-name.cc",
"$_src/hb-ot-name.h",
"$_src/hb-ot-os2-table.hh",
"$_src/hb-ot-os2-unicode-ranges.hh",
"$_src/hb-ot-post-macroman.hh",
"$_src/hb-ot-post-table-v2subset.hh",
"$_src/hb-ot-post-table.hh",
"$_src/hb-ot-shape-fallback.cc",
"$_src/hb-ot-shape-fallback.hh",
"$_src/hb-ot-shape-normalize.cc",
"$_src/hb-ot-shape-normalize.hh",
"$_src/hb-ot-shape.cc",
"$_src/hb-ot-shape.hh",
"$_src/hb-ot-shaper-arabic-fallback.hh",
"$_src/hb-ot-shaper-arabic-joining-list.hh",
"$_src/hb-ot-shaper-arabic-pua.hh",
"$_src/hb-ot-shaper-arabic-table.hh",
"$_src/hb-ot-shaper-arabic.cc",
"$_src/hb-ot-shaper-arabic.hh",
"$_src/hb-ot-shaper-default.cc",
"$_src/hb-ot-shaper-hangul.cc",
"$_src/hb-ot-shaper-hebrew.cc",
"$_src/hb-ot-shaper-indic-machine.hh",
"$_src/hb-ot-shaper-indic-table.cc",
"$_src/hb-ot-shaper-indic.cc",
"$_src/hb-ot-shaper-indic.hh",
"$_src/hb-ot-shaper-khmer-machine.hh",
"$_src/hb-ot-shaper-khmer.cc",
"$_src/hb-ot-shaper-myanmar-machine.hh",
"$_src/hb-ot-shaper-myanmar.cc",
"$_src/hb-ot-shaper-syllabic.cc",
"$_src/hb-ot-shaper-syllabic.hh",
"$_src/hb-ot-shaper-thai.cc",
"$_src/hb-ot-shaper-use-machine.hh",
"$_src/hb-ot-shaper-use-table.hh",
"$_src/hb-ot-shaper-use.cc",
"$_src/hb-ot-shaper-vowel-constraints.cc",
"$_src/hb-ot-shaper-vowel-constraints.hh",
"$_src/hb-ot-shaper.hh",
"$_src/hb-ot-stat-table.hh",
"$_src/hb-ot-tag-table.hh",
"$_src/hb-ot-tag.cc",
"$_src/hb-ot-var-avar-table.hh",
"$_src/hb-ot-var-common.hh",
"$_src/hb-ot-var-fvar-table.hh",
"$_src/hb-ot-var-gvar-table.hh",
"$_src/hb-ot-var-hvar-table.hh",
"$_src/hb-ot-var-mvar-table.hh",
"$_src/hb-ot-var.cc",
"$_src/hb-ot-vorg-table.hh",
"$_src/hb-pool.hh",
"$_src/hb-priority-queue.hh",
"$_src/hb-repacker.hh",
"$_src/hb-sanitize.hh",
"$_src/hb-serialize.hh",
"$_src/hb-set-digest.hh",
"$_src/hb-set.cc",
"$_src/hb-set.hh",
"$_src/hb-shape-plan.cc",
"$_src/hb-shape-plan.hh",
"$_src/hb-shape.cc",
"$_src/hb-shaper-impl.hh",
"$_src/hb-shaper-list.hh",
"$_src/hb-shaper.cc",
"$_src/hb-shaper.hh",
"$_src/hb-static.cc",
"$_src/hb-string-array.hh",
"$_src/hb-subset-cff-common.cc",
"$_src/hb-subset-cff-common.hh",
"$_src/hb-subset-cff1.cc",
"$_src/hb-subset-cff1.hh",
"$_src/hb-subset-cff2.cc",
"$_src/hb-subset-cff2.hh",
"$_src/hb-subset-input.cc",
"$_src/hb-subset-input.hh",
"$_src/hb-subset-plan.cc",
"$_src/hb-subset-plan.hh",
"$_src/hb-subset-repacker.cc",
"$_src/hb-subset-repacker.h",
"$_src/hb-subset.cc",
"$_src/hb-subset.hh",
"$_src/hb-ucd-table.hh",
"$_src/hb-ucd.cc",
"$_src/hb-unicode-emoji-table.hh",
"$_src/hb-unicode.cc",
"$_src/hb-unicode.hh",
"$_src/hb-utf.hh",
"$_src/hb-vector.hh",
"$_src/hb.hh",
"config-override.h",
]
# The following sources are explicitly not used.
# They are referenced to aid in detecting previously uncategorized files.
unused_sources = [
"$_src/harfbuzz-subset.cc",
"$_src/harfbuzz.cc",
"$_src/hb-coretext.cc",
"$_src/hb-coretext.h",
"$_src/hb-directwrite.cc",
"$_src/hb-directwrite.h",
"$_src/hb-fallback-shape.cc",
"$_src/hb-ft.cc",
"$_src/hb-ft.h",
"$_src/hb-gdi.cc",
"$_src/hb-gdi.h",
"$_src/hb-glib.cc",
"$_src/hb-glib.h",
"$_src/hb-gobject-structs.cc",
"$_src/hb-gobject-structs.h",
"$_src/hb-gobject.h",
"$_src/hb-graphite2.cc",
"$_src/hb-graphite2.h",
"$_src/hb-icu.cc",
"$_src/hb-icu.h",
"$_src/hb-ot-shaper-arabic-win1256.hh",
"$_src/hb-style.cc",
"$_src/hb-style.h",
"$_src/hb-uniscribe.cc",
"$_src/hb-uniscribe.h",
"$_src/main.cc",
"$_src/test-algs.cc",
"$_src/test-array.cc",
"$_src/test-bimap.cc",
"$_src/test-buffer-serialize.cc",
"$_src/test-gpos-size-params.cc",
"$_src/test-gsub-would-substitute.cc",
"$_src/test-iter.cc",
"$_src/test-machinery.cc",
"$_src/test-map.cc",
"$_src/test-number.cc",
"$_src/test-ot-glyphname.cc",
"$_src/test-ot-meta.cc",
"$_src/test-ot-name.cc",
"$_src/test-priority-queue.cc",
"$_src/test-repacker.cc",
"$_src/test-serialize.cc",
"$_src/test-set.cc",
"$_src/test-unicode-ranges.cc",
"$_src/test-vector.cc",
"$_src/test.cc",
]
assert(unused_sources != [])
}
}