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

Unified Diff: mojo/edk/system/BUILD.gn

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/embedder/entrypoints.cc ('k') | mojo/edk/system/awakable_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 75a097d3d0aa71b52dc40d9034aafc94c0455bff..b9cac173358a96d63140c1ec8c301cbbe72d33c4 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -64,12 +64,18 @@ component("system") {
"ports_message.h",
"remote_message_pipe_bootstrap.cc",
"remote_message_pipe_bootstrap.h",
+ "request_context.cc",
+ "request_context.h",
"shared_buffer_dispatcher.cc",
"shared_buffer_dispatcher.h",
"wait_set_dispatcher.cc",
"wait_set_dispatcher.h",
"waiter.cc",
"waiter.h",
+ "watcher.cc",
+ "watcher.h",
+ "watcher_set.cc",
+ "watcher_set.h",
]
defines = [
@@ -147,6 +153,7 @@ test("mojo_system_unittests") {
"waiter_test_utils.cc",
"waiter_test_utils.h",
"waiter_unittest.cc",
+ "watch_unittest.cc",
]
if (!is_ios) {
« no previous file with comments | « mojo/edk/embedder/entrypoints.cc ('k') | mojo/edk/system/awakable_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698