summaryrefslogtreecommitdiffstats
path: root/base/gfx/base_gfx.scons
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:48:29 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 20:48:29 +0000
commit90d22e2aeeedb9e3084fba0773b6ca713021765b (patch)
treeea968c9a2c1d6d07a1bd0f2e508bda5029fc20a4 /base/gfx/base_gfx.scons
parentfc78fd42b81a97d3d15419e679f3ff9e0f470d9c (diff)
downloadchromium_src-90d22e2aeeedb9e3084fba0773b6ca713021765b.zip
chromium_src-90d22e2aeeedb9e3084fba0773b6ca713021765b.tar.gz
chromium_src-90d22e2aeeedb9e3084fba0773b6ca713021765b.tar.bz2
Move base/gfx/skia_util to skia/ext/skia_util_win.
In a later pass, I will separate off the cross-platform part of this file into skia/ext/skia_util (only one function). Review URL: http://codereview.chromium.org/13101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx/base_gfx.scons')
-rw-r--r--base/gfx/base_gfx.scons2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons
index e699344..a69206b 100644
--- a/base/gfx/base_gfx.scons
+++ b/base/gfx/base_gfx.scons
@@ -32,7 +32,6 @@ input_files = [
'point.cc',
'rect.cc',
'size.cc',
- 'skia_utils.cc',
]
if env['PLATFORM'] in ('posix', 'darwin'):
@@ -41,7 +40,6 @@ if env['PLATFORM'] in ('posix', 'darwin'):
to_be_ported_files = [
'gdi_util.cc',
'native_theme.cc',
- 'skia_utils.cc',
]
for remove in to_be_ported_files:
input_files.remove(remove)