Index: mojo/edk/system/BUILD.gn |
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn |
index e07f087b6a270b77f44ad2661d60288a64343c79..c7b43461572195907c54d4819b8123844f98baa6 100644 |
--- a/mojo/edk/system/BUILD.gn |
+++ b/mojo/edk/system/BUILD.gn |
@@ -57,8 +57,8 @@ component("system") { |
"handle_table.h", |
"incoming_endpoint.cc", |
"incoming_endpoint.h", |
- "local_data_pipe.cc", |
- "local_data_pipe.h", |
+ "local_data_pipe_impl.cc", |
+ "local_data_pipe_impl.h", |
"local_message_pipe_endpoint.cc", |
"local_message_pipe_endpoint.h", |
"mapping_table.cc", |
@@ -157,7 +157,7 @@ test("mojo_system_unittests") { |
"core_unittest.cc", |
"data_pipe_unittest.cc", |
"dispatcher_unittest.cc", |
- "local_data_pipe_unittest.cc", |
+ "local_data_pipe_impl_unittest.cc", |
"memory_unittest.cc", |
"message_pipe_dispatcher_unittest.cc", |
"message_pipe_test_utils.cc", |