diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 19:55:32 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 19:55:32 +0000 |
commit | f760515c64d3ac5183156f795d2d2daade452a7c (patch) | |
tree | ee86b0a5fcddb7bd4f17670e04a62e5d7b1c3de1 /webkit/SConscript.port | |
parent | b43c97c9b09d545890942909d1a0a4102847430b (diff) | |
download | chromium_src-f760515c64d3ac5183156f795d2d2daade452a7c.zip chromium_src-f760515c64d3ac5183156f795d2d2daade452a7c.tar.gz chromium_src-f760515c64d3ac5183156f795d2d2daade452a7c.tar.bz2 |
Compile ImageSkia under Linux.
Review URL: http://codereview.chromium.org/8048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 1e6af37..0df06fb 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -121,7 +121,6 @@ if env['PLATFORM'] == 'posix': '$PORT_DIR/platform/chromium/DragDataChromium.cpp', '$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp', '$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp', - '$PORT_DIR/platform/graphics/ImageSkia.cpp', ] for remove in remove_files: input_files.remove(remove) |