Index: ipc/mojo/BUILD.gn |
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn |
index 97d3be8eaa4dacb75241ac28bf0111991d594733..39855c4bfca4aa32a242734b652680d6ecaa2fe2 100644 |
--- a/ipc/mojo/BUILD.gn |
+++ b/ipc/mojo/BUILD.gn |
@@ -13,21 +13,21 @@ mojom("client_channel") { |
component("mojo") { |
sources = [ |
- "client_channel.mojom", |
"async_handle_waiter.cc", |
"async_handle_waiter.h", |
+ "client_channel.mojom", |
"ipc_channel_mojo.cc", |
"ipc_channel_mojo.h", |
"ipc_channel_mojo_host.cc", |
"ipc_channel_mojo_host.h", |
+ "ipc_message_pipe_reader.cc", |
+ "ipc_message_pipe_reader.h", |
"ipc_mojo_bootstrap.cc", |
"ipc_mojo_bootstrap.h", |
"ipc_mojo_handle_attachment.cc", |
"ipc_mojo_handle_attachment.h", |
"ipc_mojo_message_helper.cc", |
"ipc_mojo_message_helper.h", |
- "ipc_message_pipe_reader.cc", |
- "ipc_message_pipe_reader.h", |
] |
defines = [ "IPC_MOJO_IMPLEMENTATION" ] |