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:17:36 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-15 21:17:36 +0000
commitf0f349cff11966bfc68444b148dfaeec45425878 (patch)
treebb8a83363c5a805f6fce0edacef4dd6b5cada415 /webkit/SConscript.port
parent80bd88bc057321950eb9db5dfdbe128af76fdbcc (diff)
downloadchromium_src-f0f349cff11966bfc68444b148dfaeec45425878.zip
chromium_src-f0f349cff11966bfc68444b148dfaeec45425878.tar.gz
chromium_src-f0f349cff11966bfc68444b148dfaeec45425878.tar.bz2
Fun file renaming patch.
SoundPosix.cpp -> SoundChromiumPosix.cpp IconMac.cpp -> IconChromiumMac.cpp IconLinux.cpp -> IconChromiumLinux.cpp R=evan Review URL: http://codereview.chromium.org/14433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 67c4e53..2270e2d3 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -136,16 +136,16 @@ if env['PLATFORM'] == 'posix':
input_files.extend([
'$PORT_DIR/platform/chromium/FileSystemChromiumLinux.cpp',
'$PORT_DIR/platform/chromium/gtk2drawing.c',
- '$PORT_DIR/platform/chromium/IconLinux.cpp',
'$PORT_DIR/platform/chromium/KeyCodeConversionGtk.cpp',
'$PORT_DIR/platform/chromium/RenderThemeGtk.cpp',
'$PORT_DIR/platform/chromium/ScrollbarThemeChromiumLinux.cpp',
- '$PORT_DIR/platform/chromium/SoundPosix.cpp',
+ '$PORT_DIR/platform/chromium/SoundChromiumPosix.cpp',
'$PORT_DIR/platform/graphics/chromium/FontCacheLinux.cpp',
'$PORT_DIR/platform/graphics/chromium/FontLinux.cpp',
'$PORT_DIR/platform/graphics/chromium/FontPlatformDataLinux.cpp',
'$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
+ '$PORT_DIR/platform/graphics/chromium/IconChromiumLinux.cpp',
'$PORT_DIR/platform/graphics/chromium/SimpleFontDataLinux.cpp',
'$PORT_DIR/platform/graphics/skia/GdkSkia.cc',