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

Unified Diff: base/gfx/base_gfx.scons

Issue 13101: Move base/gfx/skia_util to skia/ext/skia_util_win.... (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 | « base/build/base_gfx.vcproj ('k') | base/gfx/skia_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/base_gfx.scons
===================================================================
--- base/gfx/base_gfx.scons (revision 6295)
+++ base/gfx/base_gfx.scons (working copy)
@@ -32,7 +32,6 @@
'point.cc',
'rect.cc',
'size.cc',
- 'skia_utils.cc',
]
if env['PLATFORM'] in ('posix', 'darwin'):
@@ -41,7 +40,6 @@
to_be_ported_files = [
'gdi_util.cc',
'native_theme.cc',
- 'skia_utils.cc',
]
for remove in to_be_ported_files:
input_files.remove(remove)
« no previous file with comments | « base/build/base_gfx.vcproj ('k') | base/gfx/skia_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698