| Index: webkit/build/V8Bindings/SConscript
|
| ===================================================================
|
| --- webkit/build/V8Bindings/SConscript (revision 8350)
|
| +++ webkit/build/V8Bindings/SConscript (working copy)
|
| @@ -311,6 +311,8 @@
|
| '$DERIVED_DIR/V8WebKitCSSTransformValue.cpp',
|
| '$DERIVED_DIR/V8WebKitTransitionEvent.cpp',
|
| '$DERIVED_DIR/V8WheelEvent.cpp',
|
| + '$DERIVED_DIR/V8Worker.cpp',
|
| + '$DERIVED_DIR/V8WorkerLocation.cpp',
|
| '$DERIVED_DIR/V8XMLHttpRequest.cpp',
|
| '$DERIVED_DIR/V8XMLHttpRequestException.cpp',
|
| '$DERIVED_DIR/V8XMLHttpRequestProgressEvent.cpp',
|
| @@ -344,7 +346,9 @@
|
| '$PORT_DIR/bindings/v8/v8_vectornodelist.cpp',
|
| '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp',
|
| '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp',
|
| + '$PORT_DIR/bindings/v8/V8WorkerCustom.cpp',
|
| '$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp',
|
| + '$PORT_DIR/bindings/v8/WorkerScriptController.cpp',
|
| ]
|
|
|
| if env.Bit('windows'):
|
|
|