diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:14:58 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:14:58 +0000 |
commit | 8d5be6639e1e5d245995c57f6f61ae9a884a5016 (patch) | |
tree | ae3ecdfb7ffe6543ad46ece90b568c275a4e0fb6 | |
parent | 7c8d2532deb52759a9b325dc787cafb0dbd8fda3 (diff) | |
download | chromium_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/SConscript | 2 |
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', |