summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 549f57b..e7096f0 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -62,12 +62,14 @@ if env['PLATFORM'] in ('posix', 'win32'):
'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 @@ if env['PLATFORM'] == 'win32':
'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',