| 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'):
|
|
|