Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: ipc/ipc.gyp

Issue 418004: This adds the first version of SyncSocket to base, along with a trivial unitt... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ipc/ipc.gyp
===================================================================
--- ipc/ipc.gyp (revision 32457)
+++ ipc/ipc.gyp (working copy)
@@ -101,6 +101,11 @@
'../views/views.gyp:views',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'sync_socket_unittest.cc',
+ ],
+ }],
],
},
]
« base/sync_socket.h ('K') | « base/sync_socket_win.cc ('k') | ipc/ipc_tests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698