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

Unified Diff: webkit/build/WebCore/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/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/SConscript
===================================================================
--- webkit/build/WebCore/SConscript (revision 8350)
+++ webkit/build/WebCore/SConscript (working copy)
@@ -169,6 +169,12 @@
'$WEBCORE_DIR/dom/WebKitAnimationEvent.cpp',
'$WEBCORE_DIR/dom/WebKitTransitionEvent.cpp',
'$WEBCORE_DIR/dom/WheelEvent.cpp',
+ '$WEBCORE_DIR/dom/Worker.cpp',
+ '$WEBCORE_DIR/dom/WorkerContext.cpp',
+ '$WEBCORE_DIR/dom/WorkerLocation.cpp',
+ '$WEBCORE_DIR/dom/WorkerMessagingProxy.cpp',
+ '$WEBCORE_DIR/dom/WorkerTask.cpp',
+ '$WEBCORE_DIR/dom/WorkerThread.cpp',
'$WEBCORE_DIR/dom/XMLTokenizer.cpp',
'$WEBCORE_DIR/dom/XMLTokenizerLibxml2.cpp',
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698