summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript.port
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-15 21:37:30 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-15 21:37:30 +0000
commitbc29b8529abf688f7c0cffde617866536f82b203 (patch)
tree2c9b45ffc246e88a6cf1145c9acd971147327253 /webkit/SConscript.port
parentf0f349cff11966bfc68444b148dfaeec45425878 (diff)
downloadchromium_src-bc29b8529abf688f7c0cffde617866536f82b203.zip
chromium_src-bc29b8529abf688f7c0cffde617866536f82b203.tar.gz
chromium_src-bc29b8529abf688f7c0cffde617866536f82b203.tar.bz2
Move contents of platform/graphics/svg to svg/graphics/skia to
match where the files will live once we upstream them. (There are no mac project changes because our mac port does not use any of these files.) R=evan Review URL: http://codereview.chromium.org/14127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port14
1 files changed, 7 insertions, 7 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 2270e2d3..37c24f2 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -85,13 +85,13 @@ input_files = [
'$PORT_DIR/platform/graphics/chromium/FontCustomPlatformData.cpp',
- '$PORT_DIR/platform/graphics/svg/RenderPathSkia.cpp',
- '$PORT_DIR/platform/graphics/svg/SkiaSupport.cpp',
- '$PORT_DIR/platform/graphics/svg/SVGPaintServerGradientSkia.cpp',
- '$PORT_DIR/platform/graphics/svg/SVGPaintServerPatternSkia.cpp',
- '$PORT_DIR/platform/graphics/svg/SVGPaintServerSkia.cpp',
- '$PORT_DIR/platform/graphics/svg/SVGResourceFilterSkia.cpp',
- '$PORT_DIR/platform/graphics/svg/SVGResourceMaskerSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/RenderPathSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/SkiaSupport.cpp',
+ '$PORT_DIR/svg/graphics/skia/SVGPaintServerGradientSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/SVGPaintServerPatternSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/SVGPaintServerSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/SVGResourceFilterSkia.cpp',
+ '$PORT_DIR/svg/graphics/skia/SVGResourceMaskerSkia.cpp',
'$PORT_DIR/platform/image-decoders/bmp/BMPImageDecoder.cpp',
'$PORT_DIR/platform/image-decoders/bmp/BMPImageReader.cpp',