From 124261e8e09608110c41d88f01c65f23606c8274 Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Tue, 23 Dec 2008 18:22:27 +0000 Subject: Move port/page/chromium to WebCore/page/chromium, Win and Linux build R=darin Review URL: http://codereview.chromium.org/16802 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7420 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/SConscript.port | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'webkit/SConscript.port') diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 4312f96..9fd227d 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -28,11 +28,6 @@ input_files = [ '$PORT_DIR/bridge/chromium/PluginsChromium.cpp', '$PORT_DIR/page/Location.cpp', - '$PORT_DIR/page/chromium/AccessibilityObjectChromium.cpp', - '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp', - '$PORT_DIR/page/chromium/DragControllerChromium.cpp', - '$PORT_DIR/page/chromium/EventHandlerChromium.cpp', - '$PORT_DIR/page/chromium/FrameChromium.cpp', '$PORT_DIR/platform/image-decoders/bmp/BMPImageDecoder.cpp', '$PORT_DIR/platform/image-decoders/bmp/BMPImageReader.cpp', @@ -51,13 +46,6 @@ if env.Bit('mac'): '$PORT_DIR/rendering/RenderThemeMac.mm', ]) - # Remove from the list files that haven't yet been made portable to Mac. - to_be_ported_files = [ - '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp', - '$PORT_DIR/page/chromium/EventHandlerChromium.cpp', - ] - input_files = list(set(input_files) - set(to_be_ported_files)) - if env.get('KJS'): input_files.extend([ '$PORT_DIR/bridge/KJSBridge.cpp', -- cgit v1.1