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

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

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 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
« no previous file with comments | « extensions/browser/mojo/service_registration.cc ('k') | services/shell/public/cpp/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/BUILD.gn
diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
index f179341e3f15ad6b1c1450d8f82f10f9d8500143..5035f54df5ed4f6bff558be80676d503ffcdca04 100644
--- a/services/shell/public/cpp/BUILD.gn
+++ b/services/shell/public/cpp/BUILD.gn
@@ -21,8 +21,10 @@ source_set("sources") {
"interface_binder.h",
"interface_factory.h",
"interface_factory_impl.h",
+ "interface_provider.h",
"interface_registry.h",
"lib/application_runner.cc",
+ "lib/callback_binder.cc",
"lib/callback_binder.h",
"lib/capabilities.cc",
"lib/connection_impl.cc",
@@ -31,14 +33,13 @@ source_set("sources") {
"lib/connector_impl.h",
"lib/identity.cc",
"lib/interface_factory_binder.h",
+ "lib/interface_provider.cc",
"lib/interface_registry.cc",
"lib/names.cc",
- "lib/remote_interface_registry.cc",
"lib/shell_client.cc",
"lib/shell_connection.cc",
"lib/shell_connection_ref.cc",
"names.h",
- "remote_interface_registry.h",
"shell_client.h",
"shell_connection.h",
"shell_connection_ref.h",
« no previous file with comments | « extensions/browser/mojo/service_registration.cc ('k') | services/shell/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698