diff options
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r-- | ipc/ipc.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index 5ed8b66..5f1762e 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -33,6 +33,7 @@ 'type': '<(gtest_target_type)', 'dependencies': [ 'ipc', + 'test_support_ipc', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', @@ -83,8 +84,11 @@ 'dependencies': [ 'ipc', '../base/base.gyp:base', + '../testing/gtest.gyp:gtest', ], 'sources': [ + 'ipc_multiprocess_test.cc', + 'ipc_multiprocess_test.h', 'ipc_test_sink.cc', 'ipc_test_sink.h', ], |