summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-13 23:35:11 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-13 23:35:11 +0000
commit04185d956254a3b506f1315b9659a734396c1a7f (patch)
treed952f21b69eae1ff60ec2ed2ad4f669276809aa9
parent806ca33bec1bf4d618d5ae6814f297ea027e72da (diff)
downloadchromium_src-04185d956254a3b506f1315b9659a734396c1a7f.zip
chromium_src-04185d956254a3b506f1315b9659a734396c1a7f.tar.gz
chromium_src-04185d956254a3b506f1315b9659a734396c1a7f.tar.bz2
Remove working files from the remove_files list, and reorganize Win32 speccific things.
Review URL: http://codereview.chromium.org/7284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3329 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/SConscript.port9
1 files changed, 2 insertions, 7 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index b3df118..caecbea 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -42,8 +42,6 @@ input_files = [
'$PORT_DIR/platform/GKURL.cpp',
'$PORT_DIR/platform/Language.cpp',
'$PORT_DIR/platform/TemporaryLinkStubs.cpp',
- '$PORT_DIR/platform/UniscribeStateTextRun.cpp',
- '$PORT_DIR/platform/WCDataObject.cpp',
'$PORT_DIR/platform/graphics/AffineTransformSkia.cpp',
'$PORT_DIR/platform/graphics/ColorSkia.cpp',
@@ -97,16 +95,11 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# to Mac and Linux.
remove_files = [
'$PORT_DIR/platform/BString.cpp',
- '$PORT_DIR/platform/UniscribeStateTextRun.cpp',
- '$PORT_DIR/platform/WCDataObject.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
'$PORT_DIR/platform/graphics/GraphicsContextSkia.cpp',
- '$PORT_DIR/platform/graphics/ImageBufferSkia.cpp',
'$PORT_DIR/platform/graphics/ImageSkia.cpp',
'$PORT_DIR/platform/graphics/PlatformContextSkia.cpp',
- '$PORT_DIR/platform/graphics/SkiaUtils.cpp',
'$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
- '$PORT_DIR/plugins/PluginDataChromium.cpp',
]
for remove in remove_files:
input_files.remove(remove)
@@ -146,6 +139,8 @@ if env['PLATFORM'] == 'win32':
'$PORT_DIR/platform/SystemTimeWin.cpp',
'$PORT_DIR/platform/TextBoundariesWin.cpp',
'$PORT_DIR/platform/TextBreakIteratorInternalICUWin.cpp',
+ '$PORT_DIR/platform/UniscribeStateTextRun.cpp',
+ '$PORT_DIR/platform/WCDataObject.cpp',
'$PORT_DIR/platform/WheelEventWin.cpp',
'$PORT_DIR/platform/WidgetWin.cpp',
'$PORT_DIR/platform/graphics/FontCacheWin.cpp',