diff options
author | eae@chromium.org <eae@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 23:04:49 +0000 |
---|---|---|
committer | eae@chromium.org <eae@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 23:04:49 +0000 |
commit | a784fb74d3cf731b7c55d3f7a9358e1de5ffde62 (patch) | |
tree | 08a105941c3fabee6d0749bf0851f4df8854ed7c /third_party/harfbuzz-ng/harfbuzz.gyp | |
parent | 88c7b4be29f681fa8b4ed1b88129d9bf58a07f5b (diff) | |
download | chromium_src-a784fb74d3cf731b7c55d3f7a9358e1de5ffde62.zip chromium_src-a784fb74d3cf731b7c55d3f7a9358e1de5ffde62.tar.gz chromium_src-a784fb74d3cf731b7c55d3f7a9358e1de5ffde62.tar.bz2 |
Update harfbuzz-ng to 0.9.27
Update the version of harfbuzz to 0.9.27 and set the HAVE_ICU_BUILTIN
define to get it to use the builtin ICU functions.
This also reverts r202083003 as the updated version of harfbuzz-ng
includes that cherry-picked change.
BUG=354117
TBR=dglazkov@chromium.org
Review URL: https://codereview.chromium.org/205003003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng/harfbuzz.gyp')
-rw-r--r-- | third_party/harfbuzz-ng/harfbuzz.gyp | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp index 6416a0c..4448513 100644 --- a/third_party/harfbuzz-ng/harfbuzz.gyp +++ b/third_party/harfbuzz-ng/harfbuzz.gyp @@ -13,94 +13,98 @@ 'defines': [ 'HAVE_OT', 'HAVE_ICU', + 'HAVE_ICU_BUILTIN', 'HB_NO_MT', ], 'sources': [ 'src/hb-atomic-private.hh', 'src/hb-blob.cc', 'src/hb-blob.h', + 'src/hb-buffer.cc', 'src/hb-buffer-deserialize-json.hh', 'src/hb-buffer-deserialize-text.hh', + 'src/hb-buffer.h', 'src/hb-buffer-private.hh', 'src/hb-buffer-serialize.cc', - 'src/hb-buffer.cc', - 'src/hb-buffer.h', 'src/hb-cache-private.hh', 'src/hb-common.cc', 'src/hb-common.h', 'src/hb-deprecated.h', - 'src/hb-face-private.hh', 'src/hb-face.cc', 'src/hb-face.h', + 'src/hb-face-private.hh', 'src/hb-fallback-shape.cc', - 'src/hb-font-private.hh', 'src/hb-font.cc', 'src/hb-font.h', + 'src/hb-font-private.hh', + 'src/hb.h', 'src/hb-icu.cc', 'src/hb-icu.h', 'src/hb-mutex-private.hh', 'src/hb-object-private.hh', 'src/hb-open-file-private.hh', 'src/hb-open-type-private.hh', + 'src/hb-ot.h', 'src/hb-ot-head-table.hh', 'src/hb-ot-hhea-table.hh', 'src/hb-ot-hmtx-table.hh', + 'src/hb-ot-layout.cc', 'src/hb-ot-layout-common-private.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-private.hh', - 'src/hb-ot-layout-private.hh', - 'src/hb-ot-layout.cc', + 'src/hb-ot-layout-gsub-table.hh', 'src/hb-ot-layout.h', - 'src/hb-ot-map-private.hh', + 'src/hb-ot-layout-private.hh', 'src/hb-ot-map.cc', + 'src/hb-ot-map-private.hh', 'src/hb-ot-maxp-table.hh', 'src/hb-ot-name-table.hh', + 'src/hb-ot-shape.cc', + 'src/hb-ot-shape-complex-arabic.cc', 'src/hb-ot-shape-complex-arabic-fallback.hh', 'src/hb-ot-shape-complex-arabic-table.hh', - 'src/hb-ot-shape-complex-arabic.cc', 'src/hb-ot-shape-complex-default.cc', + 'src/hb-ot-shape-complex-hangul.cc', + 'src/hb-ot-shape-complex-hebrew.cc', + 'src/hb-ot-shape-complex-indic.cc', 'src/hb-ot-shape-complex-indic-machine.hh', 'src/hb-ot-shape-complex-indic-private.hh', 'src/hb-ot-shape-complex-indic-table.cc', - 'src/hb-ot-shape-complex-indic.cc', - 'src/hb-ot-shape-complex-myanmar-machine.hh', 'src/hb-ot-shape-complex-myanmar.cc', + 'src/hb-ot-shape-complex-myanmar-machine.hh', 'src/hb-ot-shape-complex-private.hh', - 'src/hb-ot-shape-complex-sea-machine.hh', 'src/hb-ot-shape-complex-sea.cc', + 'src/hb-ot-shape-complex-sea-machine.hh', 'src/hb-ot-shape-complex-thai.cc', - 'src/hb-ot-shape-fallback-private.hh', + 'src/hb-ot-shape-complex-tibetan.cc', 'src/hb-ot-shape-fallback.cc', - 'src/hb-ot-shape-normalize-private.hh', + 'src/hb-ot-shape-fallback-private.hh', + 'src/hb-ot-shape.h', '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-tag.cc', 'src/hb-ot-tag.h', - 'src/hb-ot.h', 'src/hb-private.hh', - 'src/hb-set-private.hh', 'src/hb-set.cc', 'src/hb-set.h', - 'src/hb-shape-plan-private.hh', - 'src/hb-shape-plan.cc', - 'src/hb-shape-plan.h', + 'src/hb-set-private.hh', 'src/hb-shape.cc', 'src/hb-shape.h', + 'src/hb-shape-plan.cc', + 'src/hb-shape-plan.h', + 'src/hb-shape-plan-private.hh', + 'src/hb-shaper.cc', 'src/hb-shaper-impl-private.hh', 'src/hb-shaper-list.hh', 'src/hb-shaper-private.hh', - 'src/hb-shaper.cc', - 'src/hb-tt-font.cc', - 'src/hb-unicode-private.hh', 'src/hb-unicode.cc', 'src/hb-unicode.h', + 'src/hb-unicode-private.hh', 'src/hb-utf-private.hh', 'src/hb-version.h', 'src/hb-warning.cc', - 'src/hb.h', ], 'include_dirs': [ 'src', |