diff options
Diffstat (limited to 'chrome/common/SConscript')
-rw-r--r-- | chrome/common/SConscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript index 52c9e0e..edbbfbb 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -54,6 +54,7 @@ if env['PLATFORM'] in ('posix', 'win32'): 'animation.cc', 'chrome_constants.cc', 'chrome_counters.cc', + 'chrome_paths.cc', 'chrome_switches.cc', 'debug_flags.cc', 'env_vars.cc', @@ -62,7 +63,9 @@ if env['PLATFORM'] in ('posix', 'win32'): 'jpeg_codec.cc', 'json_value_serializer.cc', 'libxml_utils.cc', + 'logging_chrome.cc', 'net/cookie_monster_sqlite.cc', + 'notification_registrar.cc', 'notification_service.cc', 'pref_member.cc', 'pref_names.cc', @@ -79,7 +82,6 @@ if env['PLATFORM'] == 'win32': # TODO(port): Port these. input_files.extend([ 'child_process.cc', - 'chrome_paths.cc', 'chrome_plugin_lib.cc', 'chrome_plugin_util.cc', 'chrome_process_filter.cc', @@ -101,10 +103,8 @@ if env['PLATFORM'] == 'win32': 'ipc_sync_message.cc', 'jstemplate_builder.cc', 'l10n_util.cc', - 'logging_chrome.cc', 'message_router.cc', 'net/url_request_intercept_job.cc', - 'notification_registrar.cc', 'os_exchange_data.cc', 'plugin_messages.cc', 'pref_service.cc', |