summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 22:33:04 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 22:33:04 +0000
commit57caa52a6d58d0ae69c54a77818d75b9e0af0234 (patch)
tree35e773f8964e81a73b1652f10067eac5ebc86d1a /third_party
parentcfcede8223dc3b78fbc92961ba926ffb517f9560 (diff)
downloadchromium_src-57caa52a6d58d0ae69c54a77818d75b9e0af0234.zip
chromium_src-57caa52a6d58d0ae69c54a77818d75b9e0af0234.tar.gz
chromium_src-57caa52a6d58d0ae69c54a77818d75b9e0af0234.tar.bz2
Revert 161663. Does not compile on Chrome OS.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/harfbuzz-ng/harfbuzz.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp
index 7f89abb..f8b09ea 100644
--- a/third_party/harfbuzz-ng/harfbuzz.gyp
+++ b/third_party/harfbuzz-ng/harfbuzz.gyp
@@ -31,6 +31,9 @@
'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',
@@ -93,6 +96,7 @@
],
'sources/': [
['exclude', 'src/hb-glib\\.(cc|h)$'],
+ ['exclude', 'src/hb-gobject.*\\.(cc|h)$'],
],
'include_dirs': [
'src',
@@ -112,6 +116,7 @@
],
'sources/': [
['include', 'src/hb-glib\\.(cc|h)$'],
+ ['include', 'src/hb-gobject.*\\.(cc|h)$'],
],
'dependencies': [
'../../base/base.gyp:base',