Mojo: Add a Mojo-specific multiprocess test base class.
This sets up (most of) the infrastructure that'll be needed to set up a
PlatformChannel between parent and child processes.
[email protected], darin
Review URL: https://codereview.chromium.org/99473007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238425 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 015a9d8..7cb5bec6 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -40,9 +40,12 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../testing/gtest.gyp:gtest',
'mojo_system',
],
'sources': [
+ 'common/test/multiprocess_test_base.cc',
+ 'common/test/multiprocess_test_base.h',
'common/test/run_all_unittests.cc',
],
},
@@ -183,6 +186,7 @@
'common/common_similarity_traits_unittest.cc',
'common/handle_watcher_unittest.cc',
'common/message_pump_mojo_unittest.cc',
+ 'common/test/multiprocess_test_base_unittest.cc',
],
'conditions': [
['OS == "win"', {