summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r--webkit/build/V8Bindings/SConscript3
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj20
2 files changed, 23 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index e3182c5..11aa400 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -53,6 +53,7 @@ inputs = [
'$DERIVED_DIR/V8BarInfo.cpp',
'$DERIVED_DIR/V8CanvasGradient.cpp',
'$DERIVED_DIR/V8CanvasPattern.cpp',
+ '$DERIVED_DIR/V8CanvasPixelArray.cpp',
'$DERIVED_DIR/V8CanvasRenderingContext2D.cpp',
'$DERIVED_DIR/V8CDATASection.cpp',
'$DERIVED_DIR/V8CharacterData.cpp',
@@ -322,6 +323,7 @@ inputs = [
'$DERIVED_DIR/V8XPathResult.cpp',
'$DERIVED_DIR/V8XSLTProcessor.cpp',
+ '$PORT_DIR/bindings/v8/CanvasPixelArray.cpp',
'$PORT_DIR/bindings/v8/JSDOMBinding.cpp',
'$PORT_DIR/bindings/v8/JSXPathNSResolver.cpp',
'$PORT_DIR/bindings/v8/np_v8object.cpp',
@@ -340,6 +342,7 @@ inputs = [
'$PORT_DIR/bindings/v8/v8_npobject.cpp',
'$PORT_DIR/bindings/v8/v8_proxy.cpp',
'$PORT_DIR/bindings/v8/v8_vectornodelist.cpp',
+ '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp',
'$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp',
'$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp',
]
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 8e37bea..4d038f2 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -200,6 +200,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8CanvasRenderingContext2D.cpp"
>
</File>
@@ -2477,6 +2485,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\CanvasPixelArray.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\RGBColor.cpp"
>
</File>
@@ -2525,6 +2537,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\CanvasPixelArray.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\ScriptSourceCode.h"
>
</File>
@@ -2601,6 +2617,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp"
>
</File>