diff options
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 28 | ||||
-rw-r--r-- | webkit/build/port/port.vcproj | 10 |
2 files changed, 17 insertions, 21 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" > |