diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 00:10:26 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 00:10:26 +0000 |
commit | 788a2f3d1b5754a49d9d748f5b79f0ea48eb50e3 (patch) | |
tree | 8eaec79ea1b9e61c5f058e3094810cc529abb312 /webkit/build | |
parent | c1c659b50335de695a8e57543d479207a846c8db (diff) | |
download | chromium_src-788a2f3d1b5754a49d9d748f5b79f0ea48eb50e3.zip chromium_src-788a2f3d1b5754a49d9d748f5b79f0ea48eb50e3.tar.gz chromium_src-788a2f3d1b5754a49d9d748f5b79f0ea48eb50e3.tar.bz2 |
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
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
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 = [ |