diff options
author | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 04:54:21 +0000 |
---|---|---|
committer | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 04:54:21 +0000 |
commit | 240005f7d5c37274d9423cd2d6d4c651b70c5db9 (patch) | |
tree | 27a0200f1a5ee66205893b61c6c8a0fcb2c7a84a /third_party/harfbuzz-ng/harfbuzz.gyp | |
parent | 8b9ada8f789a090fd2ce93dd90e05b4800cc5271 (diff) | |
download | chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.zip chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.tar.gz chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.tar.bz2 |
Roll harfbuzz-ng to 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
The revision removes static initializers.
BUG=none
TEST=compiled
Review URL: https://chromiumcodereview.appspot.com/10533060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng/harfbuzz.gyp')
-rw-r--r-- | third_party/harfbuzz-ng/harfbuzz.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp index 6a69487..f76d606 100644 --- a/third_party/harfbuzz-ng/harfbuzz.gyp +++ b/third_party/harfbuzz-ng/harfbuzz.gyp @@ -64,22 +64,24 @@ '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-normalize.cc', '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.cc', 'src/hb-set-private.hh', + 'src/hb-set.cc', + 'src/hb-set.h', 'src/hb-shape.cc', 'src/hb-shape.h', 'src/hb-tt-font.cc', 'src/hb-unicode-private.hh', 'src/hb-unicode.cc', 'src/hb-unicode.h', + 'src/hb-uniscribe-private.hh', 'src/hb-version.h', 'src/hb-warning.cc', 'src/hb.h', |