diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index 8edc509..a86aa6b 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -60,12 +60,14 @@ input_files.extend([ 'json_value_serializer.cc', 'libxml_utils.cc', 'logging_chrome.cc', + 'message_router.cc', 'net/cookie_monster_sqlite.cc', 'notification_registrar.cc', 'notification_service.cc', 'pref_member.cc', 'pref_names.cc', 'property_bag.cc', + 'render_messages.cc', 'slide_animation.cc', 'sqlite_compiled_statement.cc', 'sqlite_utils.cc', @@ -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', |