diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 21:07:41 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 21:07:41 +0000 |
commit | 351057cfd10365381a085d70f55d0565222141c0 (patch) | |
tree | 419f19edbc445c7b1793e40f1773352b8f98f9a7 /webkit/build | |
parent | 2d2697f9ae8f588c104c017209c1e6158ab53c25 (diff) | |
download | chromium_src-351057cfd10365381a085d70f55d0565222141c0.zip chromium_src-351057cfd10365381a085d70f55d0565222141c0.tar.gz chromium_src-351057cfd10365381a085d70f55d0565222141c0.tar.bz2 |
WebKit Merge 41017:41057, Chromium Side
R=tony
Review URL: http://codereview.chromium.org/21460
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 161f7b5..0db8ffd 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -636,7 +636,6 @@ input_files = [ '$WEBCORE_DIR/rendering/RenderImageGeneratedContent.cpp', '$WEBCORE_DIR/rendering/RenderInline.cpp', '$WEBCORE_DIR/rendering/RenderLayer.cpp', - '$WEBCORE_DIR/rendering/RenderLegend.cpp', '$WEBCORE_DIR/rendering/RenderLineBoxList.cpp', '$WEBCORE_DIR/rendering/RenderListBox.cpp', '$WEBCORE_DIR/rendering/RenderListItem.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 87a4149..859401f 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -3329,14 +3329,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLegend.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLegend.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.cpp" > </File> |