Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 72e6477a521f07a7457cd8365cf9bcd4e12551e2..fc8d8c0ba61091ec9129007b35c79b2aa50360f9 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -57,6 +57,9 @@ |
'sources': [ |
'common/handle_watcher.cc', |
'common/handle_watcher.h', |
+ 'common/message_pump_mojo.cc', |
+ 'common/message_pump_mojo.h', |
+ 'common/message_pump_mojo_handler.h', |
'common/scoped_message_pipe.cc', |
'common/scoped_message_pipe.h', |
], |
@@ -74,6 +77,7 @@ |
'type': 'executable', |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../base/base.gyp:base_message_loop_tests', |
'../base/base.gyp:run_all_unittests', |
'../testing/gtest.gyp:gtest', |
'mojo_common_lib', |
@@ -81,6 +85,7 @@ |
], |
'sources': [ |
'common/handle_watcher_unittest.cc', |
+ 'common/message_pump_mojo_unittest.cc', |
'common/test/run_all_unittests.cc', |
], |
'conditions': [ |