diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 00:44:49 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 00:44:49 +0000 |
commit | 83f6e08f4c56ef411ad1da5f3bfd4711ec94b052 (patch) | |
tree | 6bf8e871963cfc1ab8bf6190dceed5b9631cf8ee /skia/skia.gyp | |
parent | d5c0e0e416a67e7e8dd98745cdf1bdc7de20517c (diff) | |
download | chromium_src-83f6e08f4c56ef411ad1da5f3bfd4711ec94b052.zip chromium_src-83f6e08f4c56ef411ad1da5f3bfd4711ec94b052.tar.gz chromium_src-83f6e08f4c56ef411ad1da5f3bfd4711ec94b052.tar.bz2 |
Add Harfbuzz to third_party and Skia support for such.
Harfbuzz is an open source library which is a unification of the Qt
and Pango shaping engines. We'll be using it on Chromium Linux to
perform complex text shaping.
Additionally, we add support for Harfbuzz into Skia, guarded by
SKIA_HARFBUZZ.
http://codereview.chromium.org/63035/show
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index bdf2de1..cd165bc 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -691,6 +691,8 @@ '../build/linux/system.gyp:gdk', '../build/linux/system.gyp:fontconfig', '../build/linux/system.gyp:freetype2', + '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', + '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', ], 'cflags': [ '-Wno-unused', @@ -700,6 +702,9 @@ 'ports/SkFontHost_none.cpp', 'sgl/SkTypeface_fake.cpp', ], + 'defines': [ + 'SKIA_HARFBUZZ', + ], }], [ 'OS == "mac"', { 'defines': [ |