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

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

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 9 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/js/waiting_callback.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 b0acf237b36121c2878133f7f574780df9c22996..3c94e153ea793c36be84b71234414dcb1dc56dbf 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -66,8 +66,10 @@ component("system") {
"wait_set_dispatcher.h",
"waiter.cc",
"waiter.h",
- "watcher.cc",
- "watcher.h",
+ "watch.cc",
+ "watch.h",
+ "watcher_dispatcher.cc",
+ "watcher_dispatcher.h",
"watcher_set.cc",
"watcher_set.h",
]
@@ -167,7 +169,7 @@ test("mojo_system_unittests") {
"waiter_test_utils.cc",
"waiter_test_utils.h",
"waiter_unittest.cc",
- "watch_unittest.cc",
+ "watcher_unittest.cc",
]
if (!is_ios) {
« no previous file with comments | « mojo/edk/js/waiting_callback.cc ('k') | mojo/edk/system/awakable_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698