| Index: third_party/harfbuzz-ng/harfbuzz.gyp
|
| diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| index f76d60661e66f5b003a282e3d4fcb3a43d994212..f8b09eae973a6a6cbdd356395b2654a5e134920a 100644
|
| --- a/third_party/harfbuzz-ng/harfbuzz.gyp
|
| +++ b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| @@ -25,7 +25,6 @@
|
| 'src/hb-cache-private.hh',
|
| 'src/hb-common.cc',
|
| 'src/hb-common.h',
|
| - 'src/hb-fallback-shape-private.hh',
|
| 'src/hb-fallback-shape.cc',
|
| 'src/hb-font-private.hh',
|
| 'src/hb-font.cc',
|
| @@ -56,6 +55,7 @@
|
| 'src/hb-ot-map.cc',
|
| 'src/hb-ot-maxp-table.hh',
|
| 'src/hb-ot-name-table.hh',
|
| + '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-indic-machine.hh',
|
| @@ -64,6 +64,8 @@
|
| '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-fallback-private.hh',
|
| + 'src/hb-ot-shape-fallback.cc',
|
| 'src/hb-ot-shape-normalize-private.hh',
|
| 'src/hb-ot-shape-normalize.cc',
|
| 'src/hb-ot-shape-private.hh',
|
| @@ -75,13 +77,19 @@
|
| '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-shape.cc',
|
| 'src/hb-shape.h',
|
| + '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-uniscribe-private.hh',
|
| 'src/hb-version.h',
|
| 'src/hb-warning.cc',
|
| 'src/hb.h',
|
| @@ -114,6 +122,16 @@
|
| '../../base/base.gyp:base',
|
| ],
|
| }],
|
| + ['clang==1', {
|
| + 'xcode_settings': {
|
| + 'WARNING_CFLAGS': [
|
| + '-Wno-unused-value',
|
| + ],
|
| + },
|
| + 'cflags': [
|
| + '-Wno-unused-value',
|
| + ]
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|