| Index: mojo/mojo_edk.gyp
|
| diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
|
| index 144d8c0c3412b3da8840d65452973d8a9efb81b7..f95cde462343599aeefea7085157bc777be6e191 100644
|
| --- a/mojo/mojo_edk.gyp
|
| +++ b/mojo/mojo_edk.gyp
|
| @@ -112,12 +112,18 @@
|
| 'edk/system/ports_message.h',
|
| 'edk/system/remote_message_pipe_bootstrap.cc',
|
| 'edk/system/remote_message_pipe_bootstrap.h',
|
| + 'edk/system/request_context.cc',
|
| + 'edk/system/request_context.h',
|
| 'edk/system/shared_buffer_dispatcher.cc',
|
| 'edk/system/shared_buffer_dispatcher.h',
|
| 'edk/system/wait_set_dispatcher.cc',
|
| 'edk/system/wait_set_dispatcher.h',
|
| 'edk/system/waiter.cc',
|
| 'edk/system/waiter.h',
|
| + 'edk/system/watcher.cc',
|
| + 'edk/system/watcher.h',
|
| + 'edk/system/watcher_set.cc',
|
| + 'edk/system/watcher_set.h',
|
| # Test-only code:
|
| # TODO(vtl): It's a little unfortunate that these end up in the same
|
| # component as non-test-only code. In the static build, this code
|
|
|