From 788a2f3d1b5754a49d9d748f5b79f0ea48eb50e3 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Wed, 7 Jan 2009 00:10:26 +0000 Subject: Linux: Move GdkSkia to skia/ext GdkSkia doesn't belong in our WebKit port. Thus we move it into Skia. A separate change will remove the files from the port repository but, since the build files are all into the main repo, this is a complete change in itself. Review URL: http://codereview.chromium.org/16561 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7635 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/WebCore/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/build') diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index bad715f..64acc3c 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -919,8 +919,6 @@ if env.Bit('linux'): '$WEBCORE_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', '$WEBCORE_DIR/platform/graphics/chromium/IconChromiumLinux.cpp', '$WEBCORE_DIR/platform/graphics/chromium/SimpleFontDataLinux.cpp', - - '$WEBCORE_DIR/platform/graphics/skia/GdkSkia.cc', ]) # Remove from the list files that haven't yet been made portable to Linux. to_be_ported_files = [ -- cgit v1.1