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

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

Issue 1681933005: Extracts InterfaceRegistry from ConnectionImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nested
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/mojo_base.gyp ('k') | mojo/shell/public/cpp/connection.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 5f59c601531c380cc893aa8c3168115805761ffb..b368a50b19a36ae3e9ee3b1dedb4c3df58bcdd35 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -27,10 +27,12 @@ source_set("sources") {
"interface_binder.h",
"interface_factory.h",
"interface_factory_impl.h",
+ "interface_registry.h",
"lib/application_runner.cc",
"lib/connection_impl.cc",
"lib/connection_impl.h",
"lib/interface_factory_binder.h",
+ "lib/interface_registry.cc",
"lib/shell_client.cc",
"lib/shell_connection.cc",
"shell.h",
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/shell/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698