summaryrefslogtreecommitdiffstats
path: root/third_party/harfbuzz-ng
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 22:17:42 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 22:17:42 +0000
commit39be0d1c783e1184765743cf6a18d476d56397be (patch)
tree36824637891d2481b7e9c74dc5072919114a574c /third_party/harfbuzz-ng
parent2e776f36f9679fb83590b2454642bce978bc95c8 (diff)
downloadchromium_src-39be0d1c783e1184765743cf6a18d476d56397be.zip
chromium_src-39be0d1c783e1184765743cf6a18d476d56397be.tar.gz
chromium_src-39be0d1c783e1184765743cf6a18d476d56397be.tar.bz2
Roll WebKit DEPS: 131128 -> 131194
TBR=shinyak git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng')
-rw-r--r--third_party/harfbuzz-ng/harfbuzz.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp
index f8b09ea..7f89abb 100644
--- a/third_party/harfbuzz-ng/harfbuzz.gyp
+++ b/third_party/harfbuzz-ng/harfbuzz.gyp
@@ -31,9 +31,6 @@
'src/hb-font.h',
'src/hb-glib.cc',
'src/hb-glib.h',
- 'src/hb-gobject-enums.cc',
- 'src/hb-gobject-structs.cc',
- 'src/hb-gobject.h',
'src/hb-icu.cc',
'src/hb-icu.h',
'src/hb-mutex-private.hh',
@@ -96,7 +93,6 @@
],
'sources/': [
['exclude', 'src/hb-glib\\.(cc|h)$'],
- ['exclude', 'src/hb-gobject.*\\.(cc|h)$'],
],
'include_dirs': [
'src',
@@ -116,7 +112,6 @@
],
'sources/': [
['include', 'src/hb-glib\\.(cc|h)$'],
- ['include', 'src/hb-gobject.*\\.(cc|h)$'],
],
'dependencies': [
'../../base/base.gyp:base',