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.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 5f5e919..14c2b92 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -43,6 +43,7 @@ input_files = []
input_files.extend([
'ipc_channel_proxy.cc',
+ 'ipc_sync_message.cc',
])
if not env.Bit('mac'):
@@ -97,7 +98,6 @@ if env.Bit('windows'):
'gfx/text_elider.cc',
'ipc_logging.cc',
'ipc_sync_channel.cc',
- 'ipc_sync_message.cc',
'jstemplate_builder.cc',
'l10n_util.cc',
'message_router.cc',