From 04185d956254a3b506f1315b9659a734396c1a7f Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Mon, 13 Oct 2008 23:35:11 +0000 Subject: 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 --- webkit/SConscript.port | 9 ++------- 1 file 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', -- cgit v1.1