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

Unified Diff: services/shell/shell_public.gyp

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 | « services/shell/public/cpp/remote_interface_registry.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell_public.gyp
diff --git a/services/shell/shell_public.gyp b/services/shell/shell_public.gyp
index 0b8f078cf5279470858f81ace08e863414124db5..148c71e178b0787805ce8f577de46463fe7e4cc5 100644
--- a/services/shell/shell_public.gyp
+++ b/services/shell/shell_public.gyp
@@ -47,6 +47,8 @@
'public/cpp/interface_registry.h',
'public/cpp/lib/application_runner.cc',
'public/cpp/lib/capabilities.cc',
+ 'public/cpp/lib/callback_binder.cc',
+ 'public/cpp/lib/callback_binder.h',
'public/cpp/lib/connection_impl.cc',
'public/cpp/lib/connection_impl.h',
'public/cpp/lib/connector_impl.cc',
@@ -55,12 +57,12 @@
'public/cpp/lib/interface_factory_binder.h',
'public/cpp/lib/interface_registry.cc',
'public/cpp/lib/names.cc',
- 'public/cpp/lib/remote_interface_registry.cc',
+ 'public/cpp/lib/interface_provider.cc',
'public/cpp/lib/shell_client.cc',
'public/cpp/lib/shell_connection.cc',
'public/cpp/lib/shell_connection_ref.cc',
'public/cpp/names.h',
- 'public/cpp/remote_interface_registry.h',
+ 'public/cpp/interface_provider.h',
'public/cpp/shell_client.h',
'public/cpp/shell_connection.h',
'public/cpp/shell_connection_ref.h',
« no previous file with comments | « services/shell/public/cpp/remote_interface_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698