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 bf42e40f8dccc929cc1259f24b1fddbe555204ed..f0ad7c48247f398508f7063cbc9c093c51f7c369 100644 |
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn |
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn |
@@ -33,8 +33,7 @@ component("system") { |
"channel_endpoint_client.h", |
"channel_endpoint_id.cc", |
"channel_endpoint_id.h", |
- "channel_info.cc", |
- "channel_info.h", |
+ "channel_id.h", |
"channel_manager.cc", |
"channel_manager.h", |
"configuration.cc", |
@@ -61,6 +60,8 @@ component("system") { |
"handle_table.h", |
"incoming_endpoint.cc", |
"incoming_endpoint.h", |
+ "ipc_support.cc", |
+ "ipc_support.h", |
"local_data_pipe_impl.cc", |
"local_data_pipe_impl.h", |
"local_message_pipe_endpoint.cc", |
@@ -84,6 +85,7 @@ component("system") { |
"options_validation.h", |
"platform_handle_dispatcher.cc", |
"platform_handle_dispatcher.h", |
+ "process_identifier.h", |
"proxy_message_pipe_endpoint.cc", |
"proxy_message_pipe_endpoint.h", |
"raw_channel.cc", |
@@ -172,6 +174,7 @@ test("mojo_system_unittests") { |
"data_pipe_unittest.cc", |
"dispatcher_unittest.cc", |
"endpoint_relayer_unittest.cc", |
+ "ipc_support_unittest.cc", |
"memory_unittest.cc", |
"message_in_transit_queue_unittest.cc", |
"message_in_transit_test_utils.cc", |