| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index 57eebac1474aeca53b925c80430862c8c872e72c..e3c7b3764588f48bb4dfef46620e40834b28d5d1 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -79,8 +79,9 @@ component("system") {
|
| "transport_data.h",
|
| "waiter.cc",
|
| "waiter.h",
|
| - "waiter_list.cc",
|
| - "waiter_list.h",
|
| + "awakable.h",
|
| + "awakable_list.cc",
|
| + "awakable_list.h",
|
| ]
|
|
|
| defines = [
|
| @@ -144,7 +145,7 @@ test("mojo_system_unittests") {
|
| "run_all_unittests.cc",
|
| "shared_buffer_dispatcher_unittest.cc",
|
| "simple_dispatcher_unittest.cc",
|
| - "waiter_list_unittest.cc",
|
| + "awakable_list_unittest.cc",
|
| "waiter_test_utils.cc",
|
| "waiter_test_utils.h",
|
| "waiter_unittest.cc",
|
|
|