Index: chrome/common/common.scons |
=================================================================== |
--- chrome/common/common.scons (revision 5823) |
+++ chrome/common/common.scons (working copy) |
@@ -62,12 +62,14 @@ |
'notification_service.cc', |
'pref_member.cc', |
'pref_names.cc', |
+ 'pref_service.cc', |
'slide_animation.cc', |
'sqlite_compiled_statement.cc', |
'sqlite_utils.cc', |
'task_queue.cc', |
'throb_animation.cc', |
'thumbnail_score.cc', |
+ 'time_format.cc', |
'visitedlink_common.cc', |
]) |
@@ -99,13 +101,11 @@ |
'net/url_request_intercept_job.cc', |
'os_exchange_data.cc', |
'plugin_messages.cc', |
- 'pref_service.cc', |
'process_watcher.cc', |
'render_messages.cc', |
'resource_bundle.cc', |
'resource_dispatcher.cc', |
'security_filter_peer.cc', |
- 'time_format.cc', |
'win_safe_util.cc', |
'win_util.cc', |
'worker_thread_ticker.cc', |