summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript.port
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 04:22:56 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 04:22:56 +0000
commite8a946a41a7135ebc490148fba70f229eabea3df (patch)
treedb812d126a0b788032a5f85c521b9fbcd91761c2 /webkit/SConscript.port
parent80606caf22ba4f9137e66a447beb76646a3f3725 (diff)
downloadchromium_src-e8a946a41a7135ebc490148fba70f229eabea3df.zip
chromium_src-e8a946a41a7135ebc490148fba70f229eabea3df.tar.gz
chromium_src-e8a946a41a7135ebc490148fba70f229eabea3df.tar.bz2
Sync the SConscript to my last port changes (removal of some graphics files).
Review URL: http://codereview.chromium.org/8951 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 2c483cc..d3c8d6b5 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -71,7 +71,6 @@ input_files = [
'$PORT_DIR/platform/graphics/FloatRectSkia.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
'$PORT_DIR/platform/graphics/GradientSkia.cpp',
- '$PORT_DIR/platform/graphics/GraphicsContextPlatformPrivate.cpp',
'$PORT_DIR/platform/graphics/GraphicsContextSkia.cpp',
'$PORT_DIR/platform/graphics/ImageBufferSkia.cpp',
'$PORT_DIR/platform/graphics/ImageSkia.cpp',
@@ -82,9 +81,7 @@ input_files = [
'$PORT_DIR/platform/graphics/PathSkia.cpp',
'$PORT_DIR/platform/graphics/PatternSkia.cpp',
'$PORT_DIR/platform/graphics/PlatformContextSkia.cpp',
- '$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
'$PORT_DIR/platform/graphics/SkiaUtils.cpp',
- '$PORT_DIR/platform/graphics/SkPaintContext.cpp',
'$PORT_DIR/platform/graphics/svg/RenderPathSkia.cpp',
'$PORT_DIR/platform/graphics/svg/SkiaSupport.cpp',
@@ -141,7 +138,6 @@ if env['PLATFORM'] == 'darwin':
'$PORT_DIR/platform/chromium/WidgetChromium.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
'$PORT_DIR/platform/graphics/ImageSkia.cpp',
- '$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
]
for remove in remove_files:
input_files.remove(remove)