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

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

Issue 1179733005: Update mojo sdk to rev bdbb0c7e396fc4044a8b194058d7a7e529715286 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update CommandBufferImpl (Binding::OnConnectionError is no more) Created 5 years, 6 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
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",
« no previous file with comments | « third_party/mojo/src/mojo/edk/embedder/test_embedder.cc ('k') | third_party/mojo/src/mojo/edk/system/channel_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698