diff options
-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', |