summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorsehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 16:14:53 +0000
committersehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 16:14:53 +0000
commit0840cc764d0f0b693d3762c356b7d35e58d343af (patch)
tree8f1f90ef17b8e395f27f239beaf86ce9b5af6467 /base/base.gyp
parent160673757540777e7db373c56b61673f05870c99 (diff)
downloadchromium_src-0840cc764d0f0b693d3762c356b7d35e58d343af.zip
chromium_src-0840cc764d0f0b693d3762c356b7d35e58d343af.tar.gz
chromium_src-0840cc764d0f0b693d3762c356b7d35e58d343af.tar.bz2
This adds the first version of SyncSocket to base, along with a trivial unittest.
SyncSocket provides a blocking send/receive that can be used for synchronization. Review URL: http://codereview.chromium.org/418004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 75ce295..86e4996 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -300,6 +300,8 @@
'string_util.cc',
'string_util.h',
'string_util_win.h',
+ 'sync_socket.h',
+ 'sync_socket_win.cc',
'sys_info.h',
'sys_info_chromeos.cc',
'sys_info_freebsd.cc',