summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj28
-rw-r--r--webkit/build/port/port.vcproj10
-rw-r--r--webkit/port/DerivedSources.make3
-rw-r--r--webkit/port/bindings/v8/ScheduledAction.h (renamed from webkit/port/dom/ScheduledAction.h)0
4 files changed, 18 insertions, 23 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 5da844e..527d5b4 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -2457,11 +2457,11 @@
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\JSDOMBinding.h"
+ RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp"
+ RelativePath="..\..\port\bindings\v8\JSDOMBinding.h"
>
</File>
<File
@@ -2473,14 +2473,6 @@
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCustom.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp"
- >
- </File>
- <File
RelativePath=".\precompiled_v8bindings.cpp"
>
<FileConfiguration
@@ -2505,11 +2497,11 @@
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\ScriptCallContextV8.cpp"
+ RelativePath="..\..\port\bindings\v8\ScheduledAction.h"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\ScriptController.h"
+ RelativePath="..\..\port\bindings\v8\ScriptCallContextV8.cpp"
>
</File>
<File
@@ -2517,6 +2509,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\ScriptController.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\v8_binding.h"
>
</File>
@@ -2572,6 +2568,14 @@
RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h"
>
</File>
+ <File
+ RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCustom.cpp"
+ >
+ </File>
</Files>
<Globals>
</Globals>
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj
index e459cb4..f2976ed 100644
--- a/webkit/build/port/port.vcproj
+++ b/webkit/build/port/port.vcproj
@@ -157,20 +157,12 @@
</File>
</Filter>
<Filter
- Name="dom"
+ Name="page"
>
<File
RelativePath="..\..\port\page\Location.cpp"
>
</File>
- <File
- RelativePath="..\..\port\dom\ScheduledAction.h"
- >
- </File>
- </Filter>
- <Filter
- Name="page"
- >
<Filter
Name="chromium"
>
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index b7443fc..ae7c2a5 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -28,7 +28,6 @@
VPATH = \
$(PORTROOT)/../pending \
$(PORTROOT)/css \
- $(PORTROOT)/dom \
$(PORTROOT)/html \
$(PORTROOT)/page \
$(PORTROOT)/page/inspector \
@@ -1163,5 +1162,5 @@ V8%.h : %.idl $(V8_SCRIPTS)
rm -f $@; \
for i in 1 2 3 4 5 6 7 8 9 10; do \
if test -e $@; then break; fi; \
- perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/pending --include ../../../webkit/port/dom --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \
+ perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/pending --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \
done
diff --git a/webkit/port/dom/ScheduledAction.h b/webkit/port/bindings/v8/ScheduledAction.h
index ea4be9b..ea4be9b 100644
--- a/webkit/port/dom/ScheduledAction.h
+++ b/webkit/port/bindings/v8/ScheduledAction.h