| 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) {
|
|
|