summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 23:14:58 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 23:14:58 +0000
commit8d5be6639e1e5d245995c57f6f61ae9a884a5016 (patch)
treeae3ecdfb7ffe6543ad46ece90b568c275a4e0fb6
parent7c8d2532deb52759a9b325dc787cafb0dbd8fda3 (diff)
downloadchromium_src-8d5be6639e1e5d245995c57f6f61ae9a884a5016.zip
chromium_src-8d5be6639e1e5d245995c57f6f61ae9a884a5016.tar.gz
chromium_src-8d5be6639e1e5d245995c57f6f61ae9a884a5016.tar.bz2
base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.cc
Review URL: http://codereview.chromium.org/7038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3150 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/gfx/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/SConscript b/base/gfx/SConscript
index b9e0d4a..c862193 100644
--- a/base/gfx/SConscript
+++ b/base/gfx/SConscript
@@ -51,8 +51,8 @@ if env['PLATFORM'] == 'win32':
# Some of these aren't really Windows-specific, they're just here until
# we have the port versions working.
input_files.extend([
- 'bitmap_header.cc',
'font_utils.cc',
+ 'gdi_util.cc',
'native_theme.cc',
'skia_utils.cc',
'uniscribe.cc',