Index: third_party/mojo/src/mojo/edk/system/BUILD.gn |
diff --git a/third_party/mojo/src/mojo/edk/system/BUILD.gn b/third_party/mojo/src/mojo/edk/system/BUILD.gn |
index 71dcac2594d1af77c7b4737f28b508323a5766d1..656ac72473ae9eb9f6bdcabba92c3522b5cb41b4 100644 |
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn |
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn |
@@ -110,6 +110,8 @@ component("system") { |
"transport_data.h", |
"unique_identifier.cc", |
"unique_identifier.h", |
+ "wait_set_dispatcher.cc", |
+ "wait_set_dispatcher.h", |
"waiter.cc", |
"waiter.h", |
] |
@@ -210,6 +212,7 @@ test("mojo_system_unittests") { |
"test_channel_endpoint_client.h", |
"thread_annotations_unittest.cc", |
"unique_identifier_unittest.cc", |
+ "wait_set_dispatcher_unittest.cc", |
"waiter_test_utils.cc", |
"waiter_test_utils.h", |
"waiter_unittest.cc", |