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

Unified Diff: skia/SConscript

Issue 11808: Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ... (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 5861)
+++ skia/SConscript (working copy)
@@ -155,6 +155,10 @@
]
if env['PLATFORM'] == 'posix':
+ input_files.append('ext/bitmap_platform_device_linux.cc')
+ input_files.append('ext/platform_canvas_linux.cc')
+ input_files.append('ext/platform_device_linux.cc')
+
# On Linux we use Skia to render fonts with FreeType and fontconfig
input_files.remove('sgl/SkTypeface_fake.cpp')
input_files.remove('ports/SkFontHost_none.cpp')

Powered by Google App Engine
This is Rietveld 408576698