diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 22:56:37 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 22:56:37 +0000 |
commit | 0398c320ae167c350ee3fc8d79e6a4ecf94f25df (patch) | |
tree | 12711b2dfb5e8198c90080b39facee05080acaca /remoting/remoting.gyp | |
parent | a0ee86c8d352a4768ee9f7532b14c53274225cf3 (diff) | |
download | chromium_src-0398c320ae167c350ee3fc8d79e6a4ecf94f25df.zip chromium_src-0398c320ae167c350ee3fc8d79e6a4ecf94f25df.tar.gz chromium_src-0398c320ae167c350ee3fc8d79e6a4ecf94f25df.tar.bz2 |
Dispatch HostController requests to NativeMessaging host or NPAPI plugin.
Add HostDispatcher class which tries to initialize
NativeMessaging, falling back to the NPAPI plugin if
NativeMessaging is unsupported. The HostController makes
all Me2Me requests via this new class, which dispatches
them to the NativeMessaging host or the NPAPI plugin. If
support status is not yet known (the test is asynchronous),
the request is added to a pending queue, and is dispatched
when the status has been determined.
BUG=173509
Review URL: https://chromiumcodereview.appspot.com/14780005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 6a4c6c3..53ad96f 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -188,9 +188,9 @@ 'webapp/format_iq.js', 'webapp/host.js', 'webapp/host_controller.js', + 'webapp/host_dispatcher.js', 'webapp/host_list.js', 'webapp/host_native_messaging.js', - 'webapp/host_plugin_wrapper.js', 'webapp/host_screen.js', 'webapp/host_session.js', 'webapp/host_settings.js', |