diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 02:15:40 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 02:15:40 +0000 |
commit | 13324b2fe5b579fe0338ab30084b01e92e7523be (patch) | |
tree | 89d9b918c6fa0f5b7d70664a500933b2c0e8e432 /webkit/build | |
parent | 462e522c983de882463619a11430a073db6b04af (diff) | |
download | chromium_src-13324b2fe5b579fe0338ab30084b01e92e7523be.zip chromium_src-13324b2fe5b579fe0338ab30084b01e92e7523be.tar.gz chromium_src-13324b2fe5b579fe0338ab30084b01e92e7523be.tar.bz2 |
Chromium side of merge 40314:40364.
Review URL: http://codereview.chromium.org/19485
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8946 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, 9 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 553b45e..9ab98a3 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -631,6 +631,7 @@ input_files = [ '$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', '$WEBCORE_DIR/rendering/RenderListMarker.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index d343e99..d41b34d 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -3318,6 +3318,14 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLegend.h" > </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.h" + > + </File> <File RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListBox.cpp" > |