diff options
author | playmobil@google.com <playmobil@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 00:34:10 +0000 |
---|---|---|
committer | playmobil@google.com <playmobil@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 00:34:10 +0000 |
commit | 40b3d6d422b21c1a575d6fda4235dee828c083d7 (patch) | |
tree | 8ecf4544ff799750eaa22e055221ea29cbe0ee8e /webkit/build/WebCore | |
parent | 3c5281026a2bd92b33eb46418b46baec351d99ee (diff) | |
download | chromium_src-40b3d6d422b21c1a575d6fda4235dee828c083d7.zip chromium_src-40b3d6d422b21c1a575d6fda4235dee828c083d7.tar.gz chromium_src-40b3d6d422b21c1a575d6fda4235dee828c083d7.tar.bz2 |
Chrome side of WebKit Merge 40165:40297
Review URL: http://codereview.chromium.org/19603
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 3 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 32 |
2 files changed, 26 insertions, 9 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index fa4d730..04b4326 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -130,6 +130,7 @@ input_files = [ '$WEBCORE_DIR/dom/EventTargetNode.cpp', '$WEBCORE_DIR/dom/ExceptionBase.cpp', '$WEBCORE_DIR/dom/ExceptionCode.cpp', + '$WEBCORE_DIR/dom/FormControlElementWithState.cpp', '$WEBCORE_DIR/dom/FormControlElement.cpp', '$WEBCORE_DIR/dom/InputElement.cpp', '$WEBCORE_DIR/dom/KeyboardEvent.cpp', @@ -215,7 +216,6 @@ input_files = [ '$WEBCORE_DIR/editing/MoveSelectionCommand.cpp', '$WEBCORE_DIR/editing/RemoveCSSPropertyCommand.cpp', '$WEBCORE_DIR/editing/RemoveFormatCommand.cpp', - '$WEBCORE_DIR/editing/RemoveNodeAttributeCommand.cpp', '$WEBCORE_DIR/editing/RemoveNodeCommand.cpp', '$WEBCORE_DIR/editing/RemoveNodePreservingChildrenCommand.cpp', '$WEBCORE_DIR/editing/ReplaceSelectionCommand.cpp', @@ -235,6 +235,7 @@ input_files = [ '$WEBCORE_DIR/editing/WrapContentsInDummySpanCommand.cpp', '$WEBCORE_DIR/history/BackForwardListChromium.cpp', + '$WEBCORE_DIR/history/CachedFrame.cpp', '$WEBCORE_DIR/history/CachedPage.cpp', '$WEBCORE_DIR/history/PageCache.cpp', '$WEBCORE_DIR/history/HistoryItem.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 0e5d893..9e87138 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -287,6 +287,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMTimer.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMWindow.cpp" > </File> @@ -4467,6 +4471,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElement.cpp" > </File> @@ -5159,14 +5171,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeAttributeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeAttributeCommand.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeCommand.cpp" > </File> @@ -6047,6 +6051,18 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFrame.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFrame.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFramePlatformData.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedPage.cpp" > </File> |