Index: ipc/ipc.gyp |
=================================================================== |
--- ipc/ipc.gyp (revision 187239) |
+++ ipc/ipc.gyp (working copy) |
@@ -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', |