diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 19:24:26 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 19:24:26 +0000 |
commit | e452583e0c57660d364aca681146421895991dfd (patch) | |
tree | c79ed0ac0d4f30aefebe837278770bfe32f00442 /webkit/build | |
parent | bd1aecfa71424dfa796e88a048b36e1ba5cc76bb (diff) | |
download | chromium_src-e452583e0c57660d364aca681146421895991dfd.zip chromium_src-e452583e0c57660d364aca681146421895991dfd.tar.gz chromium_src-e452583e0c57660d364aca681146421895991dfd.tar.bz2 |
add more files to the linux webcore build
original patch from icefox (TorchMobile)
http://codereview.chromium.org/7383
Review URL: http://codereview.chromium.org/7445
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/SConscript | 17 |
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) |