| Index: chrome/common/common.scons
|
| ===================================================================
|
| --- chrome/common/common.scons (revision 4761)
|
| +++ chrome/common/common.scons (working copy)
|
| @@ -47,6 +47,7 @@
|
| 'animation.cc',
|
| 'chrome_constants.cc',
|
| 'chrome_counters.cc',
|
| + 'chrome_paths.cc',
|
| 'chrome_switches.cc',
|
| 'debug_flags.cc',
|
| 'env_vars.cc',
|
| @@ -55,7 +56,9 @@
|
| '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',
|
| @@ -72,7 +75,6 @@
|
| # 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',
|
| @@ -94,10 +96,8 @@
|
| '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',
|
|
|