Index: chrome/common/common.scons |
diff --git a/chrome/common/common.scons b/chrome/common/common.scons |
index 14c2b92ace9b940b97f30670cc2672f2a4cab352..10632442d4fb0605ec03a0242f441236501e151d 100644 |
--- a/chrome/common/common.scons |
+++ b/chrome/common/common.scons |
@@ -44,6 +44,8 @@ input_files = [] |
input_files.extend([ |
'ipc_channel_proxy.cc', |
'ipc_sync_message.cc', |
+ 'message_router.cc', |
+ 'render_messages.cc', |
]) |
if not env.Bit('mac'): |
@@ -100,12 +102,10 @@ if env.Bit('windows'): |
'ipc_sync_channel.cc', |
'jstemplate_builder.cc', |
'l10n_util.cc', |
- 'message_router.cc', |
'net/url_request_intercept_job.cc', |
'os_exchange_data.cc', |
'plugin_messages.cc', |
'process_watcher.cc', |
- 'render_messages.cc', |
'resource_bundle.cc', |
'resource_dispatcher.cc', |
'security_filter_peer.cc', |