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

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

Issue 883843002: Update mojo sdk to rev 126532ce21c5c3c55a1e1693731411cb60169efd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 11 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 67310c849d36996125fc34f8ed63788034532abd..12fa225a8ef4db247692b73d10c91b84b5f391a5 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -39,6 +39,7 @@ component("system") {
"channel_manager.h",
"configuration.cc",
"configuration.h",
+ "connection_manager.h",
"core.cc",
"core.h",
"data_pipe.cc",
@@ -62,6 +63,8 @@ component("system") {
"local_message_pipe_endpoint.h",
"mapping_table.cc",
"mapping_table.h",
+ "master_connection_manager.cc",
+ "master_connection_manager.h",
"memory.cc",
"memory.h",
"message_in_transit.cc",
@@ -87,6 +90,8 @@ component("system") {
"shared_buffer_dispatcher.h",
"simple_dispatcher.cc",
"simple_dispatcher.h",
+ "slave_connection_manager.cc",
+ "slave_connection_manager.h",
"transport_data.cc",
"transport_data.h",
"unique_identifier.cc",
@@ -104,6 +109,7 @@ component("system") {
public_deps = [
"../embedder",
+ "../embedder:delegates",
"../embedder:platform",
"../../public/c/system",
]
@@ -139,6 +145,7 @@ test("mojo_system_unittests") {
"channel_endpoint_id_unittest.cc",
"channel_manager_unittest.cc",
"channel_unittest.cc",
+ "connection_manager_unittest.cc",
"core_test_base.cc",
"core_test_base.h",
"core_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698