diff options
Diffstat (limited to 'webkit/build/V8Bindings/V8Bindings.vcproj')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 726a348..2dcd350 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -125,6 +125,30 @@ </References> <Files> <Filter + Name="custom" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomBinding.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomEventListener.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGElementInstanceCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGLengthCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGMatrixCustom.cpp" + > + </File> + </Filter> + <Filter Name="DerivedSources" > <File @@ -2657,6 +2681,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Binding.h" + > + </File> + <File RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayCustom.cpp" > </File> @@ -2665,6 +2693,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Proxy.h" + > + </File> + <File RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp" > </File> |