diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:28:02 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:28:02 +0000 |
commit | 182c44faa58c15e474682f2ad349eca5a6a2235f (patch) | |
tree | 183ecce85bf6f84b4b9ed77ae358103ede765864 /base/base.gyp | |
parent | 4ebb4f136e3e5040351b4e29ca79fe1153ce606d (diff) | |
download | chromium_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 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 49a6773..d225ef3 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -308,6 +308,7 @@ 'string_util_win.h', 'sync_socket.h', 'sync_socket_win.cc', + 'sync_socket_posix.cc', 'sys_info.h', 'sys_info_chromeos.cc', 'sys_info_freebsd.cc', |