From 933cc00eb856db684b9e64b7486ca20edbb2c3ea Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Fri, 21 Nov 2008 20:50:39 +0000 Subject: Port some files in chrome/common to Linux. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=3649 Review URL: http://codereview.chromium.org/10255 Patch from Paweł Hajdan jr . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5848 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/common.scons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/common.scons') 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', -- cgit v1.1