Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: chrome/common/common.scons

Issue 16479: Bring up chrome/common/render_mesages.cc on POSIX. (Closed)
Patch Set: also bring up message_router.cc. Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698