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

Unified Diff: ipc/ipc.gyp

Issue 12386010: Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-revert fix to tests Created 7 years, 9 months 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
« no previous file with comments | « no previous file | ipc/ipc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 5e2f3a75203066c0701027d1fb1d99d6fde055d3..a2476511a84f2d8f62766fefdaa53b3e80d4eb06 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -58,6 +58,7 @@
'ipc_test_base.cc',
'ipc_test_base.h',
'sync_socket_unittest.cc',
+ 'unix_domain_socket_util_unittest.cc',
],
'conditions': [
['toolkit_uses_gtk == 1', {
@@ -65,6 +66,11 @@
'../build/linux/system.gyp:gtk',
],
}],
+ ['OS == "win" or OS == "ios"', {
+ 'sources!': [
+ 'unix_domain_socket_util_unittest.cc',
+ ],
+ }],
['OS == "android" and gtest_target_type == "shared_library"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
« no previous file with comments | « no previous file | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698