| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 4f806cbf9b93e7736f42f348685b15f92a773867..c52d5495ea17663ee149791441edeb421987e04e 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -69,6 +69,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',
|
| ],
|
| @@ -86,6 +89,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../base/base.gyp:base_message_loop_tests',
|
| '../testing/gtest.gyp:gtest',
|
| 'mojo_common_lib',
|
| 'mojo_run_all_unittests',
|
| @@ -93,6 +97,7 @@
|
| ],
|
| 'sources': [
|
| 'common/handle_watcher_unittest.cc',
|
| + 'common/message_pump_mojo_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS == "win"', {
|
|
|