summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings
diff options
context:
space:
mode:
authorpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 02:12:45 +0000
committerpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 02:12:45 +0000
commite0c0505ed7c35b88796e0a7466d792b1ac8d13d3 (patch)
tree9dca29c93727eb6e07403bba8d4a97177fbf22ee /webkit/build/V8Bindings
parent519c492fc66735bf2542edc457337cf27abc3bf9 (diff)
downloadchromium_src-e0c0505ed7c35b88796e0a7466d792b1ac8d13d3.zip
chromium_src-e0c0505ed7c35b88796e0a7466d792b1ac8d13d3.tar.gz
chromium_src-e0c0505ed7c35b88796e0a7466d792b1ac8d13d3.tar.bz2
Re-apply change 10840 since today's WebKit merge brought in the pieces it depends
on (and that depend on it). Unforking Document.idl and HTMLCanvasElement.idl Original review URL: http://codereview.chromium.org/39050 TBR=mbelshe Review URL: http://codereview.chromium.org/39103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r--webkit/build/V8Bindings/SConscript2
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj8
2 files changed, 10 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index e3b0415..a1763aa 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -358,10 +358,12 @@ inputs = [
'$WEBCORE_DIR/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8ClipboardCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8DocumentCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8DOMParserConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8DOMStringListCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8DOMWindowCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8EventCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLDocumentCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp',
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 2308aa4..6246f35 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -148,6 +148,10 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DocumentCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DOMParserConstructor.cpp"
>
</File>
@@ -164,6 +168,10 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCanvasElementCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCollectionCustom.cpp"
>
</File>