summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-29 17:39:53 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-29 17:39:53 +0000
commit28a664412359284fa2b5b4cd549b38682ce8fe85 (patch)
tree342b9ea5f3a908d2fd4d329748fb45f3ec96ceb2 /chrome/common
parent91cae96baf9c2fda832a4c90006d3288a25631c8 (diff)
downloadchromium_src-28a664412359284fa2b5b4cd549b38682ce8fe85.zip
chromium_src-28a664412359284fa2b5b4cd549b38682ce8fe85.tar.gz
chromium_src-28a664412359284fa2b5b4cd549b38682ce8fe85.tar.bz2
* Update xcode project to add files compiled on Linux but not on OS X in chrome/common.
* Update chrome/common/common.scons for OS X. * bring up property_bag_unittest.cc on Linux & OS X. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/common.scons58
1 files changed, 29 insertions, 29 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 58e1146..8edc509 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -42,44 +42,44 @@ if env.Bit('windows'):
input_files = []
input_files.extend([
+ 'animation.cc',
+ 'chrome_constants.cc',
+ 'chrome_counters.cc',
+ 'chrome_paths.cc',
+ 'chrome_switches.cc',
+ 'common_glue.cc',
+ 'debug_flags.cc',
+ 'env_vars.cc',
+ 'gfx/chrome_canvas.cc',
+ 'gfx/color_utils.cc',
'ipc_channel_proxy.cc',
+ 'ipc_message.cc',
+ 'ipc_message_utils.cc',
'ipc_sync_message.cc',
+ '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',
+ 'property_bag.cc',
+ 'slide_animation.cc',
+ 'sqlite_compiled_statement.cc',
+ 'sqlite_utils.cc',
+ 'task_queue.cc',
+ 'throb_animation.cc',
+ 'thumbnail_score.cc',
+ 'visitedlink_common.cc',
])
if not env.Bit('mac'):
# TODO(port): Port to Mac.
input_files.extend([
- 'animation.cc',
- 'chrome_constants.cc',
- 'chrome_counters.cc',
- 'chrome_paths.cc',
- 'chrome_switches.cc',
- 'common_glue.cc',
- 'debug_flags.cc',
- 'env_vars.cc',
- 'gfx/chrome_canvas.cc',
- 'gfx/color_utils.cc',
- 'ipc_message.cc',
- 'ipc_message_utils.cc',
- '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',
'pref_service.cc',
- 'property_bag.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',
])
if env.Bit('windows'):