Attempt at making HandleWatcher tests less flakey
HandleWatcher was using a TickClock to get now but not
MessagePumpMojo. This meant if a test set a TickClock both places
would not use it, resulting in two different times being used.
BUG=none
TEST=none
[email protected]
Review URL: https://codereview.chromium.org/196473024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257275 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0351783..637b9ef 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -250,6 +250,8 @@
'common/message_pump_mojo.cc',
'common/message_pump_mojo.h',
'common/message_pump_mojo_handler.h',
+ 'common/time_helper.cc',
+ 'common/time_helper.h',
],
},
{