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

Unified Diff: skia/SConscript

Issue 11357: Move the platform files form port to skia for Mac only. Hopefully this won't ... (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
Index: skia/SConscript
===================================================================
--- skia/SConscript (revision 5826)
+++ skia/SConscript (working copy)
@@ -167,6 +167,11 @@
if env['PLATFORM'] in ('darwin', 'posix'):
input_files.append('ports/SkThread_pthread.cpp')
+if env['PLATFORM'] == 'darwin':
+ input_files.append('ext/bitmap_platform_device_mac.cc')
+ input_files.append('ext/platform_canvas_mac.cc')
+ input_files.append('ext/platform_device_mac.cc')
+
if env['PLATFORM'] == 'win32':
input_files.append('ports/SkThread_win.cpp')

Powered by Google App Engine
This is Rietveld 408576698