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

Unified Diff: base/gfx/base_gfx.scons

Issue 12842: Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.... (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_unittests.vcproj ('k') | base/gfx/convolver.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 6142)
+++ base/gfx/base_gfx.scons (working copy)
@@ -25,16 +25,13 @@
)
input_files = [
- 'convolver.cc',
'gdi_util.cc',
- 'image_operations.cc',
'native_theme.cc',
'png_decoder.cc',
'png_encoder.cc',
'point.cc',
'rect.cc',
'size.cc',
- 'skia_utils.cc',
]
if env['PLATFORM'] in ('posix', 'darwin'):
@@ -43,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_unittests.vcproj ('k') | base/gfx/convolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698