summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 8761002..7f2fd74 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -218,8 +218,13 @@ 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'):
@@ -230,8 +235,6 @@ 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',
)