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

Unified Diff: mojo/mojo_edk.gyp

Issue 1748503002: [mojo-edk] Add MojoWatch and MojoCancelWatch APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert RequestContext usage, nits Created 4 years, 10 months 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/edk/test/mojo_test_base.cc ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/edk/test/mojo_test_base.cc ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698