Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: mojo/mojo.gyp

Issue 99473007: Mojo: Add a Mojo-specific multiprocess test base class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment + win fix Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/platform_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 015a9d8b0c8f9641e0d9326bbe911b54d4ff306d..7cb5bec64ba33119a7ec559a6a9ac7279b2eb3e8 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"', {
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/system/platform_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698