diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-30 19:14:31 +0000 |
commit | 2ae5547f328619cf90c2cefd4603e5db62469fe7 (patch) | |
tree | 83dc46cf5afdccc0b2aa1643ced08f3b3e4ca3b1 /webkit/build/WebCore | |
parent | 4ca4e4d93de615dd2ce5a4c5f442bd7760b0951c (diff) | |
download | chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.zip chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.gz chromium_src-2ae5547f328619cf90c2cefd4603e5db62469fe7.tar.bz2 |
Revert sdk 6.1 upgrade changes.
TBR=nsylvain
Review URL: http://codereview.chromium.org/17021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 517f170..09cc470 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -894,6 +894,7 @@ if env.Bit('windows'): '$WEBCORE_DIR/platform/graphics/chromium/ThemeHelperChromiumWin.cpp', '$WEBCORE_DIR/platform/graphics/chromium/UniscribeHelper.cpp', '$WEBCORE_DIR/platform/graphics/chromium/UniscribeHelperTextRun.cpp', + '$WEBCORE_DIR/platform/graphics/opentype/OpenTypeUtilities.cpp', ]) if env.Bit('linux'): diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 8a37fd6..91417b1 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1615,6 +1615,14 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\UniscribeHelperTextRun.h" > </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\opentype\OpenTypeUtilities.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\opentype\OpenTypeUtilities.h" + > + </File> </Filter> <Filter Name="skia" |