summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_base.gyp
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-08 18:25:40 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-09 02:26:41 +0000
commit3fff9403b5cf1e1d65ff18f059f4cb9eb0203d2f (patch)
tree92a2344d8c580c578ed751cdb45e4f4143d6e6bc /mojo/mojo_base.gyp
parent740ba2b48d40b28e3226dfaa0df7572da558eafb (diff)
downloadchromium_src-3fff9403b5cf1e1d65ff18f059f4cb9eb0203d2f.zip
chromium_src-3fff9403b5cf1e1d65ff18f059f4cb9eb0203d2f.tar.gz
chromium_src-3fff9403b5cf1e1d65ff18f059f4cb9eb0203d2f.tar.bz2
Rename ServiceConnector to InterfaceBinder.
Also fixes a subtle bug introduced with my ServiceConnectorRegistry removal... the default binder must only be consulted when no registered binder exists for the interface name. R=rockot@chromium.org BUG= Review URL: https://codereview.chromium.org/1678923003 Cr-Commit-Position: refs/heads/master@{#374273}
Diffstat (limited to 'mojo/mojo_base.gyp')
-rw-r--r--mojo/mojo_base.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 86a028f..b451a6e 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -230,16 +230,16 @@
'shell/public/cpp/connection.h',
'shell/public/cpp/initialize_base_and_icu.cc',
'shell/public/cpp/initialize_base_and_icu.h',
+ 'shell/public/cpp/interface_binder.h',
'shell/public/cpp/interface_factory.h',
'shell/public/cpp/interface_factory_impl.h',
'shell/public/cpp/lib/app_lifetime_helper.cc',
'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_connector.h',
+ 'shell/public/cpp/lib/interface_factory_binder.h',
'shell/public/cpp/lib/shell_client.cc',
'shell/public/cpp/lib/shell_connection.cc',
- 'shell/public/cpp/service_connector.h',
'shell/public/cpp/shell.h',
'shell/public/cpp/shell_client.h',
'shell/public/cpp/shell_connection.h',