diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-22 22:43:41 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-22 22:43:41 +0000 |
commit | e74488ce038ed78956cae3bd26daf61c722f9b39 (patch) | |
tree | 715dede1a6120e4b8e6ec845f8f336f0d4f792ae /chrome/common/common.scons | |
parent | bc2274f796a84892829b4dbdb7f57dde34ed6f21 (diff) | |
download | chromium_src-e74488ce038ed78956cae3bd26daf61c722f9b39.zip chromium_src-e74488ce038ed78956cae3bd26daf61c722f9b39.tar.gz chromium_src-e74488ce038ed78956cae3bd26daf61c722f9b39.tar.bz2 |
Bring up IPC::ChannelProxy on POSIX.
Review URL: http://codereview.chromium.org/16426
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index 4ef1cef..5f5e919 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -41,6 +41,10 @@ if env.Bit('windows'): input_files = [] +input_files.extend([ + 'ipc_channel_proxy.cc', +]) + if not env.Bit('mac'): # TODO(port): Port to Mac. input_files.extend([ @@ -91,7 +95,6 @@ if env.Bit('windows'): 'gfx/icon_util.cc', 'gfx/path.cc', 'gfx/text_elider.cc', - 'ipc_channel_proxy.cc', 'ipc_logging.cc', 'ipc_sync_channel.cc', 'ipc_sync_message.cc', |