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

Unified Diff: skia/skia.vcproj

Issue 13080: Move convolver and image_operations from base/gfx to skia/ext. This is just... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 | « skia/ext/image_operations_unittest.cc ('k') | skia/skia.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.vcproj
===================================================================
--- skia/skia.vcproj (revision 6267)
+++ skia/skia.vcproj (working copy)
@@ -1309,6 +1309,14 @@
Name="ext"
>
<File
+ RelativePath=".\ext\convolver.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\ext\convolver.h"
+ >
+ </File>
+ <File
RelativePath=".\ext\bitmap_platform_device.h"
>
</File>
@@ -1321,6 +1329,14 @@
>
</File>
<File
+ RelativePath=".\ext\image_operations.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\ext\image_operations.h"
+ >
+ </File>
+ <File
RelativePath=".\ext\platform_canvas.h"
>
</File>
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | skia/skia.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698