diff options
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r-- | ipc/ipc.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index a247651..5e2f3a7 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -58,7 +58,6 @@ 'ipc_test_base.cc', 'ipc_test_base.h', 'sync_socket_unittest.cc', - 'unix_domain_socket_util_unittest.cc', ], 'conditions': [ ['toolkit_uses_gtk == 1', { @@ -66,11 +65,6 @@ '../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', |