| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index 01393464dbbb6bd94094d8c92e51b85a82aae551..1a1424fbe538fd0d6a51a6245137bfa08f021dbf 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -104,8 +104,6 @@ component("system") {
|
| "transport_data.h",
|
| "unique_identifier.cc",
|
| "unique_identifier.h",
|
| - "waitable_event.cc",
|
| - "waitable_event.h",
|
| "waiter.cc",
|
| "waiter.h",
|
| ]
|
| @@ -176,7 +174,6 @@ mojo_edk_unittests("mojo_system_unittests") {
|
| "test_channel_endpoint_client.cc",
|
| "test_channel_endpoint_client.h",
|
| "unique_identifier_unittest.cc",
|
| - "waitable_event_unittest.cc",
|
| "waiter_test_utils.cc",
|
| "waiter_test_utils.h",
|
| "waiter_unittest.cc",
|
|
|