Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: mojo/edk/system/BUILD.gn

Issue 936173002: Rename LocalDataPipe -> LocalDataPipeImpl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | mojo/edk/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698