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

Unified Diff: mojo/mojo_base.gyp

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 | « no previous file | mojo/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 70623e15869f7a81359d02a38426331a03494fa2..d0e8ab1414db7ddd0508af36305dcedc86952bc7 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -232,10 +232,12 @@
'shell/public/cpp/interface_binder.h',
'shell/public/cpp/interface_factory.h',
'shell/public/cpp/interface_factory_impl.h',
+ 'shell/public/cpp/interface_registry.h',
'shell/public/cpp/lib/application_runner.cc',
'shell/public/cpp/lib/connection_impl.cc',
'shell/public/cpp/lib/connection_impl.h',
'shell/public/cpp/lib/interface_factory_binder.h',
+ 'shell/public/cpp/lib/interface_registry.cc',
'shell/public/cpp/lib/shell_client.cc',
'shell/public/cpp/lib/shell_connection.cc',
'shell/public/cpp/shell.h',
@@ -288,7 +290,7 @@
'mojo_public.gyp:mojo_environment_standalone',
],
'sources': [
- 'shell/public/cpp/tests/connection_impl_unittest.cc',
+ 'shell/public/cpp/tests/interface_registry_unittest.cc',
],
},
],
« no previous file with comments | « no previous file | mojo/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698