summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/build/WebCore/SConscript17
1 files changed, 1 insertions, 16 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index d0576a2..eec4d3a 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -730,23 +730,8 @@ if env['PLATFORM'] in ('darwin', 'posix'):
'$WEBCORE_DIR/css/CSSFontFaceSource.cpp',
'$WEBCORE_DIR/loader/CachedFont.cpp',
- # Need PasteboardHelper.h
- '$WEBCORE_DIR/editing/Editor.cpp',
-
- # Needs base/gfx/platform_device
- '$WEBCORE_DIR/html/CanvasRenderingContext2D.cpp',
-
- # Missing gtk bits.
+ # Missing WebCore::FrameView::printPanScrollIcon
'$WEBCORE_DIR/page/EventHandler.cpp',
- '$WEBCORE_DIR/platform/ContextMenu.cpp',
- '$WEBCORE_DIR/platform/FileChooser.cpp',
- '$WEBCORE_DIR/rendering/RenderFileUploadControl.cpp',
- '$WEBCORE_DIR/rendering/RenderMenuList.cpp',
- '$WEBCORE_DIR/rendering/HitTestResult.cpp',
- '$WEBCORE_DIR/rendering/RenderListBox.cpp',
- '$WEBCORE_DIR/rendering/RenderLayer.cpp',
- '$WEBCORE_DIR/rendering/RenderTheme.cpp',
- '$WEBCORE_DIR/rendering/RenderTextControl.cpp',
]
for remove in remove_files:
input_files.remove(remove)