summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authorsehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 00:28:02 +0000
committersehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 00:28:02 +0000
commit182c44faa58c15e474682f2ad349eca5a6a2235f (patch)
tree183ecce85bf6f84b4b9ed77ae358103ede765864 /ipc/ipc.gyp
parent4ebb4f136e3e5040351b4e29ca79fe1153ce606d (diff)
downloadchromium_src-182c44faa58c15e474682f2ad349eca5a6a2235f.zip
chromium_src-182c44faa58c15e474682f2ad349eca5a6a2235f.tar.gz
chromium_src-182c44faa58c15e474682f2ad349eca5a6a2235f.tar.bz2
Implement SyncSocket class for Posix targets (Linux, Mac), and enable the
corresponding unittest. This feature, as a reminder, allows low-latency (blocking) send/receive between processes, and will be used for real-time thread synchronization for Pepper audio and for direct synchronization for 3D video. Review URL: http://codereview.chromium.org/431043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index eecf1df..8a35b4f 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -89,6 +89,7 @@
'ipc_sync_message_unittest.h',
'ipc_tests.cc',
'ipc_tests.h',
+ 'sync_socket_unittest.cc',
],
'conditions': [
['OS=="linux"', {
@@ -101,11 +102,6 @@
'../views/views.gyp:views',
],
}],
- ['OS=="win"', {
- 'sources': [
- 'sync_socket_unittest.cc',
- ],
- }],
],
},
]