summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/V8Bindings/SConscript2
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj20
-rw-r--r--webkit/build/WebCore/SConscript2
-rw-r--r--webkit/build/WebCore/WebCore.vcproj32
4 files changed, 46 insertions, 10 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index 657f59f..54696d3 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -54,6 +54,8 @@ inputs = [
'$DERIVED_DIR/V8CDATASection.cpp',
'$DERIVED_DIR/V8CharacterData.cpp',
'$DERIVED_DIR/V8Clipboard.cpp',
+ '$DERIVED_DIR/V8ClientRect.cpp',
+ '$DERIVED_DIR/V8ClientRectList.cpp',
'$DERIVED_DIR/V8Comment.cpp',
'$DERIVED_DIR/V8Console.cpp',
'$DERIVED_DIR/V8Counter.cpp',
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 2df370f..40de847 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -292,6 +292,22 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8ClientRect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8ClientRect.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8ClientRectList.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8ClientRectList.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8Clipboard.cpp"
>
</File>
@@ -2729,11 +2745,11 @@
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp"
+ RelativePath="..\..\port\bindings\v8\V8WorkerContextCustom.cpp"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\V8WorkerContextCustom.cpp"
+ RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp"
>
</File>
<File
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index aec04d0..ca0623c 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -109,6 +109,8 @@ input_files = [
'$WEBCORE_DIR/dom/ChildNodeList.cpp',
'$WEBCORE_DIR/dom/ClassNames.cpp',
'$WEBCORE_DIR/dom/ClassNodeList.cpp',
+ '$WEBCORE_DIR/dom/ClientRect.cpp',
+ '$WEBCORE_DIR/dom/ClientRectList.cpp',
'$WEBCORE_DIR/dom/Clipboard.cpp',
'$WEBCORE_DIR/dom/ClipboardEvent.cpp',
'$WEBCORE_DIR/dom/Comment.cpp',
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj
index 74c0ee4..a31e744 100644
--- a/webkit/build/WebCore/WebCore.vcproj
+++ b/webkit/build/WebCore/WebCore.vcproj
@@ -4297,6 +4297,22 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRectList.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRectList.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Clipboard.cpp"
>
</File>
@@ -5189,14 +5205,6 @@
>
</File>
<File
- RelativePath="..\..\..\third_party\WebKit\WebCore\editing\Selection.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\editing\Selection.h"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SelectionController.cpp"
>
</File>
@@ -5293,6 +5301,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisibleSelection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisibleSelection.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\editing\WrapContentsInDummySpanCommand.cpp"
>
</File>