Index: ipc/ipc.gyp |
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp |
index 5ed8b66e022031a3bb02419a021edcb304674da7..5f1762e3684046d73851a29e2f3de5d96d3a4fe9 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', |
], |