diff options
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 12 |
1 files changed, 0 insertions, 12 deletions
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',
|