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

Unified Diff: webkit/build/V8Bindings/V8Bindings.vcproj

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/SConscript ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/V8Bindings/V8Bindings.vcproj
===================================================================
--- webkit/build/V8Bindings/V8Bindings.vcproj (revision 8350)
+++ webkit/build/V8Bindings/V8Bindings.vcproj (working copy)
@@ -2280,6 +2280,22 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8Worker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8Worker.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8WorkerLocation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8WorkerLocation.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequest.cpp"
>
</File>
@@ -2561,6 +2577,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\Threading.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\v8_binding.h"
>
</File>
@@ -2625,9 +2645,21 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCustom.cpp"
>
</File>
+ <File
+ RelativePath="..\..\port\bindings\v8\WorkerScriptController.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\bindings\v8\WorkerScriptController.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>
« no previous file with comments | « webkit/build/V8Bindings/SConscript ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698