| 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 5dd2682ceab5046199bcacf9a19755efa63d2029..95ee992e1484fb335a28b45350c33c51cb32241c 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
|
| @@ -82,8 +82,6 @@
|
| "message_pipe_dispatcher.h",
|
| "message_pipe_endpoint.cc",
|
| "message_pipe_endpoint.h",
|
| - "mutex.cc",
|
| - "mutex.h",
|
| "options_validation.h",
|
| "platform_handle_dispatcher.cc",
|
| "platform_handle_dispatcher.h",
|
| @@ -105,7 +103,6 @@
|
| "simple_dispatcher.h",
|
| "slave_connection_manager.cc",
|
| "slave_connection_manager.h",
|
| - "thread_annotations.h",
|
| "transport_data.cc",
|
| "transport_data.h",
|
| "unique_identifier.cc",
|
| @@ -192,7 +189,6 @@
|
| "message_pipe_test_utils.h",
|
| "message_pipe_unittest.cc",
|
| "multiprocess_message_pipe_unittest.cc",
|
| - "mutex_unittest.cc",
|
| "options_validation_unittest.cc",
|
| "platform_handle_dispatcher_unittest.cc",
|
| "raw_channel_unittest.cc",
|
| @@ -203,7 +199,6 @@
|
| "simple_dispatcher_unittest.cc",
|
| "test_channel_endpoint_client.cc",
|
| "test_channel_endpoint_client.h",
|
| - "thread_annotations_unittest.cc",
|
| "unique_identifier_unittest.cc",
|
| "waiter_test_utils.cc",
|
| "waiter_test_utils.h",
|
|
|