summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 18:42:04 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 18:42:04 +0000
commitcf77971c71e3e8fd5d4e749c5590c3e05de78bea (patch)
tree9bd715efa10896c1790b6aba9bb69b61187f34ff /chrome
parent8452116bda43955af947d28fcf2ea76a34aec923 (diff)
downloadchromium_src-cf77971c71e3e8fd5d4e749c5590c3e05de78bea.zip
chromium_src-cf77971c71e3e8fd5d4e749c5590c3e05de78bea.tar.gz
chromium_src-cf77971c71e3e8fd5d4e749c5590c3e05de78bea.tar.bz2
Rename chrome_font.cc to chrome_font_win.cc in the scons build.
TBR=agl Review URL: http://codereview.chromium.org/13792 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/common.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index eba23c6..2a93a21 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -85,7 +85,6 @@ if env['PLATFORM'] == 'win32':
'common_glue.cc',
'drag_drop_types.cc',
'gfx/chrome_canvas.cc',
- 'gfx/chrome_font.cc',
'gfx/emf.cc',
'gfx/icon_util.cc',
'gfx/path.cc',
@@ -114,6 +113,7 @@ if env['PLATFORM'] == 'win32':
if env['PLATFORM'] == 'win32':
# Windows specific files
input_files.extend([
+ 'gfx/chrome_font_win.cc',
'ipc_channel_win.cc',
])
elif env['PLATFORM'] == 'posix':