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 9b093a0a7dbc01e14c9da5b4c0ba3c3ab1817e97..f5e486f43146b602199482e13272bd40bc5ad95a 100644 |
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn |
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn |
@@ -39,15 +39,16 @@ component("system") { |
"channel_manager.h", |
"configuration.cc", |
"configuration.h", |
+ "connection_manager.cc", |
"connection_manager.h", |
"core.cc", |
"core.h", |
"data_pipe.cc", |
"data_pipe.h", |
- "data_pipe_impl.cc", |
- "data_pipe_impl.h", |
"data_pipe_consumer_dispatcher.cc", |
"data_pipe_consumer_dispatcher.h", |
+ "data_pipe_impl.cc", |
+ "data_pipe_impl.h", |
"data_pipe_producer_dispatcher.cc", |
"data_pipe_producer_dispatcher.h", |
"dispatcher.cc", |
@@ -166,7 +167,6 @@ test("mojo_system_unittests") { |
"data_pipe_impl_unittest.cc", |
"data_pipe_unittest.cc", |
"dispatcher_unittest.cc", |
- "local_data_pipe_impl_unittest.cc", |
"memory_unittest.cc", |
"message_pipe_dispatcher_unittest.cc", |
"message_pipe_test_utils.cc", |
@@ -203,8 +203,8 @@ test("mojo_system_unittests") { |
test("mojo_message_pipe_perftests") { |
sources = [ |
"message_pipe_perftest.cc", |
- "message_pipe_test_utils.h", |
"message_pipe_test_utils.cc", |
+ "message_pipe_test_utils.h", |
] |
deps = [ |