diff options
Diffstat (limited to 'webkit/build')
| -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> |
