Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/harfbuzz-ng/harfbuzz.gyp

Issue 10510004: Roll harfbuzz-ng 3b8fd9c48f4bde368bf2d465c148b9743a9216ee (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/': [
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698