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

Unified Diff: webkit/build/V8Bindings/SConscript

Issue 17246: Add V8 bindings for Worker (Part I). (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « webkit/build/JavaScriptCore/WTF.vcproj ('k') | 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 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'):
« no previous file with comments | « webkit/build/JavaScriptCore/WTF.vcproj ('k') | webkit/build/V8Bindings/V8Bindings.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698