summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 21:05:14 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 21:05:14 +0000
commitd9c77c72ec839acd88bda6ffb04862af4c06d51f (patch)
tree5ee8fb5ce62d898b28820ed74026801075da8d6c /chrome/common/common.scons
parenta9587174bf756946e32ac84f6ba6a38923f10ce3 (diff)
downloadchromium_src-d9c77c72ec839acd88bda6ffb04862af4c06d51f.zip
chromium_src-d9c77c72ec839acd88bda6ffb04862af4c06d51f.tar.gz
chromium_src-d9c77c72ec839acd88bda6ffb04862af4c06d51f.tar.bz2
adding more grit love to other targets, updating scons files for things that work on mac. moving the shell script phase to a standalone target to share it between targets. adding new unit test files.
Review URL: http://codereview.chromium.org/16585 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons11
1 files changed, 3 insertions, 8 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index c3f00ee..c491b80 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -67,26 +67,21 @@ input_files.extend([
'notification_service.cc',
'pref_member.cc',
'pref_names.cc',
+ 'pref_service.cc',
'property_bag.cc',
'render_messages.cc',
+ 'resource_dispatcher.cc',
'slide_animation.cc',
'sqlite_compiled_statement.cc',
'sqlite_utils.cc',
'task_queue.cc',
'throb_animation.cc',
+ 'time_format.cc',
'thumbnail_score.cc',
'unzip.cc',
'visitedlink_common.cc',
])
-if not env.Bit('mac'):
- # TODO(port): Port to Mac.
- input_files.extend([
- 'pref_service.cc',
- 'resource_dispatcher.cc',
- 'time_format.cc',
- ])
-
if env.Bit('windows'):
# TODO(port): Port these.
input_files.extend([