| Index: ipc/ipc.gyp
|
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
|
| index a2476511a84f2d8f62766fefdaa53b3e80d4eb06..ace836b3a1b02b4aa48f8ea83a52106157d138c7 100644
|
| --- a/ipc/ipc.gyp
|
| +++ b/ipc/ipc.gyp
|
| @@ -37,7 +37,6 @@
|
| 'test_support_ipc',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| - '../base/base.gyp:run_all_unittests',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| @@ -57,6 +56,7 @@
|
| 'ipc_sync_message_unittest.h',
|
| 'ipc_test_base.cc',
|
| 'ipc_test_base.h',
|
| + 'run_all_unittests.cc',
|
| 'sync_socket_unittest.cc',
|
| 'unix_domain_socket_util_unittest.cc',
|
| ],
|
|
|