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

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

Issue 18180: Fix for bug 6100:... (Closed) Base URL: svn://chrome-svn/chrome/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
Index: webkit/build/V8Bindings/V8Bindings.vcproj
===================================================================
--- webkit/build/V8Bindings/V8Bindings.vcproj (revision 8058)
+++ webkit/build/V8Bindings/V8Bindings.vcproj (working copy)
@@ -200,6 +200,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8CanvasRenderingContext2D.cpp"
>
</File>
@@ -2469,6 +2477,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\CanvasPixelArray.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\RGBColor.cpp"
>
</File>
@@ -2517,6 +2529,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\CanvasPixelArray.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\ScriptSourceCode.h"
>
</File>
@@ -2593,6 +2609,10 @@
>
</File>
<File
+ RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp"
>
</File>

Powered by Google App Engine
This is Rietveld 408576698