From 83f6e08f4c56ef411ad1da5f3bfd4711ec94b052 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 7 Apr 2009 00:44:49 +0000 Subject: 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 --- webkit/webkit.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webkit') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index d9682c1..3663ce7 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -3972,6 +3972,13 @@ # necessary to avoid build failure due to warnings generated by: # ../third_party/WebKit/WebCore/dom/Document.cpp 'scons_remove' : {'CXXFLAGS' : ['-Werror']}, + 'include_dirs' : [ + '../third_party/harfbuzz/src', + '../third_party/harfbuzz/contrib', + ], + 'defines': [ + 'SKIA_HARFBUZZ', + ], }], ['OS=="mac"', { 'actions': [ -- cgit v1.1