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

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

Issue 10915172: harfbuzz-ng roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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-atomic-private.hh » ('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 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',
+ ]
+ }],
],
},
],
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb-atomic-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698