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

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
Patch Set: . Created 4 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 | « mojo/shell/identity.cc ('k') | mojo/shell/public/cpp/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
index 2ebc220d00c5562d3bcb2db71b2802beff1e73aa..1ad689202bdf05a264a97496127d2f1cc101a8af 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -23,6 +23,7 @@ source_set("sources") {
"application_runner.h",
"connect.h",
"connection.h",
+ "connector.h",
"initialize_base_and_icu.cc",
"interface_binder.h",
"interface_factory.h",
@@ -31,6 +32,8 @@ source_set("sources") {
"lib/application_runner.cc",
"lib/connection_impl.cc",
"lib/connection_impl.h",
+ "lib/connector_impl.cc",
+ "lib/connector_impl.h",
"lib/interface_factory_binder.h",
"lib/interface_registry.cc",
"lib/shell_client.cc",
« no previous file with comments | « mojo/shell/identity.cc ('k') | mojo/shell/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698