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

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: . 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
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 75a097d3d0aa71b52dc40d9034aafc94c0455bff..97b537618827353fd8ec98b07f768e1d2a957955 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -70,6 +70,8 @@ component("system") {
"wait_set_dispatcher.h",
"waiter.cc",
"waiter.h",
+ "watcher_set.cc",
+ "watcher_set.h",
]
defines = [
@@ -147,6 +149,7 @@ test("mojo_system_unittests") {
"waiter_test_utils.cc",
"waiter_test_utils.h",
"waiter_unittest.cc",
+ "watch_unittest.cc",
]
if (!is_ios) {

Powered by Google App Engine
This is Rietveld 408576698