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.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'):