Index: chrome/common/common.scons |
diff --git a/chrome/common/common.scons b/chrome/common/common.scons |
index 6c3378a902b4a2ae1d973ffaf4b88d7c907fd38d..2875d63f0b6c32d3d7afa2a7d5409a77dabf9bbc 100644 |
--- a/chrome/common/common.scons |
+++ b/chrome/common/common.scons |
@@ -73,7 +73,8 @@ input_files = ChromeFileList([ |
'gfx/icon_util.cc', |
'gfx/icon_util.h', |
'gfx/insets.h', |
- 'gfx/path.cc', |
+ 'gfx/path_gtk.cc', |
+ 'gfx/path_win.cc', |
'gfx/path.h', |
'gfx/text_elider.cc', |
'gfx/text_elider.h', |
@@ -236,7 +237,6 @@ if not env.Bit('windows'): |
'drag_drop_types.cc', |
'gfx/emf.cc', |
'gfx/icon_util.cc', |
- 'gfx/path.cc', |
'os_exchange_data.cc', |
'process_watcher.cc', |
) |
@@ -248,6 +248,7 @@ if not env.Bit('windows'): |
'classfactory.cc', |
'gfx/chrome_canvas_win.cc', |
'gfx/chrome_font_win.cc', |
+ 'gfx/path_win.cc', |
'ipc_channel_win.cc', |
'resource_bundle_win.cc', |
'win_safe_util.cc', |
@@ -263,6 +264,7 @@ if not env.Bit('linux'): |
'gfx/chrome_canvas_skia.cc', |
'gfx/chrome_font_gtk.cc', |
'gfx/chrome_font_skia.cc', |
+ 'gfx/path_gtk.cc', |
) |
if not env.Bit('mac'): |