summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 17:23:23 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 17:23:23 +0000
commit0f94b6da9060c01223dbad8a91d514700309bca3 (patch)
treed672ee78e301542e44939755f5d380f74f8f356f /webkit/webkit.gyp
parent4932fff7246536aa9513333a815484df42b5b05c (diff)
downloadchromium_src-0f94b6da9060c01223dbad8a91d514700309bca3.zip
chromium_src-0f94b6da9060c01223dbad8a91d514700309bca3.tar.gz
chromium_src-0f94b6da9060c01223dbad8a91d514700309bca3.tar.bz2
Roll DEPS to grab the following patch and apply GYP changes:
2009-06-30 Adam Langley <agl@google.com> Reviewed by Eric Seidel. Chromium: Add complex text support on Linux. https://bugs.webkit.org/show_bug.cgi?id=25068 This patch adds complex text support on Linux using Harfbuzz. It's not the fastest code possible: some caching of font tables will certainly be required. However, it's probably the simplest code that works. This will require checking in new baselines in the Chromium tree for those layout tests which now pass. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45379 268f45cc-cd09-0410-ab3c-d52691b4dbfc git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 2172414..819ef90 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4024,6 +4024,7 @@
],
'sources': [
'../third_party/WebKit/WebCore/platform/graphics/chromium/VDMXParser.cpp',
+ '../third_party/WebKit/WebCore/platform/graphics/chromium/HarfbuzzSkia.cpp',
],
'sources!': [
# Not yet ported to Linux.