diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-19 15:58:55 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-19 15:58:55 +0000 |
commit | 23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd (patch) | |
tree | 06e451dc4618209dff5ac0cc14d7cd4be0e58374 /chrome/common/SConscript | |
parent | c45b0b4811d594009e988ecf9eb5b6da55e7f5df (diff) | |
download | chromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.zip chromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.tar.gz chromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.tar.bz2 |
Build a bunch more of chrome/ on Linux.
Patch from Pawel Hajdan Jr.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/SConscript')
-rw-r--r-- | chrome/common/SConscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript index d5f7f5d3..3c0931c 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -51,12 +51,14 @@ input_files = [] if env['PLATFORM'] in ('posix', 'win32'): # TODO(port): Port to Mac. input_files.extend([ + 'animation.cc', 'chrome_constants.cc', 'chrome_counters.cc', 'chrome_switches.cc', 'debug_flags.cc', 'env_vars.cc', 'gfx/color_utils.cc', + 'ipc_message.cc', 'jpeg_codec.cc', 'json_value_serializer.cc', 'libxml_utils.cc', @@ -66,6 +68,7 @@ if env['PLATFORM'] in ('posix', 'win32'): 'pref_names.cc', 'slide_animation.cc', 'sqlite_compiled_statement.cc', + 'sqlite_utils.cc', 'task_queue.cc', 'throb_animation.cc', 'thumbnail_score.cc', @@ -75,7 +78,6 @@ if env['PLATFORM'] in ('posix', 'win32'): if env['PLATFORM'] == 'win32': # TODO(port): Port these. input_files.extend([ - 'animation.cc', 'child_process.cc', 'chrome_paths.cc', 'chrome_plugin_lib.cc', @@ -95,7 +97,6 @@ if env['PLATFORM'] == 'win32': 'ipc_channel.cc', 'ipc_channel_proxy.cc', 'ipc_logging.cc', - 'ipc_message.cc', 'ipc_message_utils.cc', 'ipc_sync_channel.cc', 'ipc_sync_message.cc', @@ -113,7 +114,6 @@ if env['PLATFORM'] == 'win32': 'resource_bundle.cc', 'resource_dispatcher.cc', 'security_filter_peer.cc', - 'sqlite_utils.cc', 'time_format.cc', 'win_safe_util.cc', 'win_util.cc', |