Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: webkit/build/V8Bindings/SConscript

Issue 27336: Hook up upstreamed V8 bindings, Chromium side (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/build/V8Bindings/V8Bindings.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/V8Bindings/SConscript
===================================================================
--- webkit/build/V8Bindings/SConscript (revision 10703)
+++ webkit/build/V8Bindings/SConscript (working copy)
@@ -330,10 +330,10 @@
'$PORT_DIR/bindings/v8/np_v8object.cpp',
'$PORT_DIR/bindings/v8/npruntime.cpp',
'$PORT_DIR/bindings/v8/RGBColor.cpp',
- '$PORT_DIR/bindings/v8/ScriptCallFrame.cpp',
- '$PORT_DIR/bindings/v8/ScriptCallStack.cpp',
- '$PORT_DIR/bindings/v8/ScriptInstance.cpp',
- '$PORT_DIR/bindings/v8/ScriptValue.cpp',
+ '$WEBCORE_DIR/bindings/v8/ScriptCallFrame.cpp',
+ '$WEBCORE_DIR/bindings/v8/ScriptCallStack.cpp',
+ '$WEBCORE_DIR/bindings/v8/ScriptInstance.cpp',
+ '$WEBCORE_DIR/bindings/v8/ScriptValue.cpp',
'$PORT_DIR/bindings/v8/v8_custom.cpp',
'$PORT_DIR/bindings/v8/v8_events.cpp',
'$PORT_DIR/bindings/v8/v8_helpers.cpp',
@@ -354,20 +354,38 @@
'$PORT_DIR/bindings/v8/extensions/Interval.cpp',
'$PORT_DIR/bindings/v8/extensions/Playback.cpp',
+ '$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/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/V8HTMLCollectionCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8HTMLDocumentCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp',
- '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.h',
'$WEBCORE_DIR/bindings/v8/custom/V8LocationCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8MessageChannelConstructor.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodeMapCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp',
- '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.h',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NavigatorCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NodeCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NodeFilterCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NodeIteratorCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8NodeListCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8StyleSheetListCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8SVGElementInstanceCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8SVGLengthCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8SVGMatrixCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8TreeWalkerCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8XMLSerializerConstructor.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8XSLTProcessorCustom.cpp',
]
if env.Bit('windows'):
« no previous file with comments | « no previous file | webkit/build/V8Bindings/V8Bindings.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698