| Index: chrome/common/common.scons
|
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons
|
| index 7f2fd74df8f4e7beff2c234b1c5521e0a17445fd..87610023625a8624b99cc2e18b8dd2df2fbfc732 100644
|
| --- a/chrome/common/common.scons
|
| +++ b/chrome/common/common.scons
|
| @@ -218,13 +218,8 @@ if not env.Bit('windows'):
|
| 'gfx/icon_util.cc',
|
| 'gfx/path.cc',
|
| 'ipc_logging.cc',
|
| - 'jstemplate_builder.cc',
|
| 'os_exchange_data.cc',
|
| 'plugin_messages.cc',
|
| - 'process_watcher.cc',
|
| - 'security_filter_peer.cc',
|
| - 'win_safe_util.cc',
|
| - 'win_util.cc',
|
| )
|
|
|
| if not env.Bit('windows'):
|
| @@ -235,6 +230,8 @@ if not env.Bit('windows'):
|
| 'gfx/chrome_font_win.cc',
|
| 'ipc_channel_win.cc',
|
| 'resource_bundle_win.cc',
|
| + 'win_safe_util.cc',
|
| + 'win_util.cc',
|
| '$CHROME_DIR/tools/build/win/precompiled$OBJSUFFIX',
|
| )
|
|
|
|
|