diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 23:13:23 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 23:13:23 +0000 |
commit | 375c8aac0bbf06a2a9bba81a5dc9d9853a5ff123 (patch) | |
tree | fe2b0f17ba58130aba06c8a132ba8c5182eb248d /third_party | |
parent | cd57cc5a246367c2558fefa04ae9eca8f4d545d2 (diff) | |
download | chromium_src-375c8aac0bbf06a2a9bba81a5dc9d9853a5ff123.zip chromium_src-375c8aac0bbf06a2a9bba81a5dc9d9853a5ff123.tar.gz chromium_src-375c8aac0bbf06a2a9bba81a5dc9d9853a5ff123.tar.bz2 |
Don't compile harfbuzz-ng files that provide g_object wrappers.
We don't use the g_object interface to harfbuzz-ng and these
symbols don't exist on ChromeOS.
BUG=None
Review URL: https://codereview.chromium.org/11111023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/harfbuzz-ng/harfbuzz.gyp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp index f8b09ea..c586f90 100644 --- a/third_party/harfbuzz-ng/harfbuzz.gyp +++ b/third_party/harfbuzz-ng/harfbuzz.gyp @@ -29,11 +29,6 @@ 'src/hb-font-private.hh', 'src/hb-font.cc', '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', @@ -94,10 +89,6 @@ 'src/hb-warning.cc', 'src/hb.h', ], - 'sources/': [ - ['exclude', 'src/hb-glib\\.(cc|h)$'], - ['exclude', 'src/hb-gobject.*\\.(cc|h)$'], - ], 'include_dirs': [ 'src', ], @@ -110,18 +101,6 @@ '../../third_party/icu/icu.gyp:icuuc', ], 'conditions': [ - ['use_glib == 1', { - 'defines': [ - 'HAVE_GLIB', - ], - 'sources/': [ - ['include', 'src/hb-glib\\.(cc|h)$'], - ['include', 'src/hb-gobject.*\\.(cc|h)$'], - ], - 'dependencies': [ - '../../base/base.gyp:base', - ], - }], ['clang==1', { 'xcode_settings': { 'WARNING_CFLAGS': [ |