diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 22:35:15 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 22:35:15 +0000 |
commit | 23d5a7de9dad4713e100125f0c653965febaa22d (patch) | |
tree | 2d1fdf6f10a09515040a41106a9ce69d9f768953 /chrome/common | |
parent | 8f673f3a4ae44dcc2a91810b23d54568e215f7c6 (diff) | |
download | chromium_src-23d5a7de9dad4713e100125f0c653965febaa22d.zip chromium_src-23d5a7de9dad4713e100125f0c653965febaa22d.tar.gz chromium_src-23d5a7de9dad4713e100125f0c653965febaa22d.tar.bz2 |
Add common\ipc_message_utils.cc to SCons build.
TBR: maruel
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript index e6065ff..268a882 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -95,6 +95,7 @@ input_files = [ 'ipc_channel_proxy.cc',
'ipc_logging.cc',
'ipc_message.cc',
+ 'ipc_message_utils.cc',
'ipc_sync_channel.cc',
'ipc_sync_message.cc',
'jpeg_codec.cc',
|