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

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

Issue 4097: Implement better JS exception handling by abstracting KJS::ExecState into an ... (Closed) Base URL: svn://chrome-svn/chrome/branches/chrome_webkit_merge_branch/
Patch Set: '' Created 12 years, 3 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 | « no previous file | 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/V8Bindings/V8Bindings.vcproj
===================================================================
--- webkit/build/V8Bindings/V8Bindings.vcproj (revision 2614)
+++ webkit/build/V8Bindings/V8Bindings.vcproj (working copy)
@@ -1128,6 +1128,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8NSResolver.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8NSResolver.cpp"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8OverflowEvent.cpp"
>
</File>
@@ -2265,6 +2273,14 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\JSNSResolver.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\bindings\v8\JSNSResolver.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\JSXPathNSResolver.cpp"
>
</File>
@@ -2301,6 +2317,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bridge\ExceptionContextV8.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\v8_binding.h"
>
</File>
« no previous file with comments | « no previous file | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698