summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-20 02:45:24 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-20 02:45:24 +0000
commita329ecd9f56d8e7e585773154c0266e170a83569 (patch)
tree4213cab76c972bf230bc7b8778ed6d468215d58b /ipc/ipc.gyp
parent488473f8ffd7cac62b4cd01bcda787a5ff88ab22 (diff)
downloadchromium_src-a329ecd9f56d8e7e585773154c0266e170a83569.zip
chromium_src-a329ecd9f56d8e7e585773154c0266e170a83569.tar.gz
chromium_src-a329ecd9f56d8e7e585773154c0266e170a83569.tar.bz2
Add support for sockets that can listen and accept a connection.
These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index ebc590a..6865ee3 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -46,6 +46,7 @@
],
'sources': [
'file_descriptor_set_posix_unittest.cc',
+ 'ipc_channel_posix_unittest.cc',
'ipc_fuzzing_tests.cc',
'ipc_message_unittest.cc',
'ipc_send_fds_test.cc',