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

Unified Diff: skia/SConscript

Issue 11568: Move skia extensions from the port to skia/ext. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « chrome/chrome.sln ('k') | skia/ext/bitmap_platform_device_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/SConscript
===================================================================
--- skia/SConscript (revision 5845)
+++ skia/SConscript (working copy)
@@ -173,6 +173,12 @@
input_files.append('ext/platform_device_mac.cc')
if env['PLATFORM'] == 'win32':
+ input_files.append('ext/bitmap_platform_device_win.cc')
+ input_files.append('ext/platform_canvas_win.cc')
+ input_files.append('ext/platform_device_win.cc')
+ input_files.append('ext/vector_canvas.cc')
+ input_files.append('ext/vector_device.cc')
+
input_files.append('ports/SkThread_win.cpp')
env_p = env.Clone(
« no previous file with comments | « chrome/chrome.sln ('k') | skia/ext/bitmap_platform_device_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698