summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript.port
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port15
1 files changed, 0 insertions, 15 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 0fd7279..8d31e02 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -119,34 +119,19 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# Remove from the list files that haven't yet been made portable
# to Mac and Linux.
remove_files = [
- '$PORT_DIR/bridge/chromium/PluginsChromium.cpp',
'$PORT_DIR/platform/network/chromium/NetworkStateNotifierChromium.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/chromium/ContextMenuItemChromium.cpp',
- '$PORT_DIR/platform/chromium/ContextMenuChromium.cpp',
'$PORT_DIR/platform/chromium/CursorChromium.cpp',
'$PORT_DIR/platform/chromium/DragDataChromium.cpp',
- '$PORT_DIR/platform/chromium/DragImageChromium.cpp',
- '$PORT_DIR/platform/chromium/FileChooserChromium.cpp',
- '$PORT_DIR/platform/chromium/MimeTypeRegistryChromium.cpp',
'$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp',
'$PORT_DIR/platform/chromium/PopupMenuChromium.cpp',
- '$PORT_DIR/platform/chromium/SSLKeyGeneratorChromium.cpp',
'$PORT_DIR/platform/chromium/ScrollViewChromium.cpp',
- '$PORT_DIR/platform/chromium/SearchPopupMenuChromium.cpp',
- '$PORT_DIR/platform/chromium/SharedTimerChromium.cpp',
- '$PORT_DIR/platform/chromium/SystemTimeChromium.cpp',
- '$PORT_DIR/platform/chromium/TextBoundariesChromium.cpp',
- '$PORT_DIR/platform/chromium/TextBreakIteratorInternalICUChromium.cpp',
'$PORT_DIR/platform/chromium/WidgetChromium.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
- '$PORT_DIR/platform/graphics/GraphicsContextSkia.cpp',
'$PORT_DIR/platform/graphics/ImageSkia.cpp',
- '$PORT_DIR/platform/graphics/PlatformContextSkia.cpp',
'$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
]
for remove in remove_files: