summaryrefslogtreecommitdiffstats
path: root/webkit/build/WebCore/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/WebCore/SConscript')
-rw-r--r--webkit/build/WebCore/SConscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index cf44db8..bff3591 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -97,6 +97,7 @@ input_files = [
'$WEBCORE_DIR/css/WebKitCSSKeyframesRule.cpp',
'$WEBCORE_DIR/css/WebKitCSSTransformValue.cpp',
+ '$WEBCORE_DIR/dom/ActiveDOMObject.cpp',
'$WEBCORE_DIR/dom/Attr.cpp',
'$WEBCORE_DIR/dom/Attribute.cpp',
'$WEBCORE_DIR/dom/BeforeTextInsertedEvent.cpp',
@@ -151,6 +152,7 @@ input_files = [
'$WEBCORE_DIR/dom/Range.cpp',
'$WEBCORE_DIR/dom/RegisteredEventListener.cpp',
'$WEBCORE_DIR/dom/ScriptElement.cpp',
+ '$WEBCORE_DIR/dom/ScriptExecutionContext.cpp',
'$WEBCORE_DIR/dom/SelectorNodeList.cpp',
'$WEBCORE_DIR/dom/StaticNodeList.cpp',
'$WEBCORE_DIR/dom/StyledElement.cpp',
@@ -370,6 +372,7 @@ input_files = [
'$WEBCORE_DIR/page/Frame.cpp',
'$WEBCORE_DIR/page/FrameTree.cpp',
'$WEBCORE_DIR/page/FrameView.cpp',
+ '$WEBCORE_DIR/page/Geolocation.cpp',
'$WEBCORE_DIR/page/History.cpp',
'$WEBCORE_DIR/page/MouseEventWithHitTestResults.cpp',
'$WEBCORE_DIR/page/Navigator.cpp',
@@ -393,7 +396,9 @@ input_files = [
'$WEBCORE_DIR/platform/DragData.cpp',
'$WEBCORE_DIR/platform/DragImage.cpp',
'$WEBCORE_DIR/platform/FileChooser.cpp',
+ '$WEBCORE_DIR/platform/GeolocationService.cpp',
'$WEBCORE_DIR/platform/KURL.cpp',
+ '$WEBCORE_DIR/platform/Length.cpp',
'$WEBCORE_DIR/platform/Logging.cpp',
'$PORT_DIR/platform/MIMETypeRegistry.cpp',
'$WEBCORE_DIR/platform/Scrollbar.cpp',
@@ -491,7 +496,6 @@ input_files = [
'$WEBCORE_DIR/rendering/InlineFlowBox.cpp',
'$WEBCORE_DIR/rendering/InlineTextBox.cpp',
'$WEBCORE_DIR/rendering/LayoutState.cpp',
- '$WEBCORE_DIR/rendering/Length.cpp',
'$WEBCORE_DIR/rendering/ListMarkerBox.cpp',
'$WEBCORE_DIR/rendering/MediaControlElements.cpp',
'$WEBCORE_DIR/rendering/PointerEventsHitRules.cpp',