summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 01:34:02 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 01:34:02 +0000
commited3ec74cd00a2cd85854446062fa888f289f787f (patch)
treef60f2bd5da53c550f24f00985bf1d685c996eef8 /remoting/remoting_webapp_files.gypi
parent757eb800b0b2c1ac1ee4a5b850523db0a153970d (diff)
downloadchromium_src-ed3ec74cd00a2cd85854446062fa888f289f787f.zip
chromium_src-ed3ec74cd00a2cd85854446062fa888f289f787f.tar.gz
chromium_src-ed3ec74cd00a2cd85854446062fa888f289f787f.tar.bz2
Remove HostDispatcher, rename HostNativeMessaging to HostDaemonFacade
HostDispatcher class is not useful after NPAPI removal. Also updated HostNativeMessaging to match the interface that was provided by HostDispatcher and renamed it to HostDaemonFacade. Review URL: https://codereview.chromium.org/349883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index dad8b6e..d31799d 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -65,10 +65,9 @@
# Includes both it2me and me2me files.
'remoting_webapp_js_host_files': [
'webapp/host_controller.js',
- 'webapp/host_dispatcher.js',
+ 'webapp/host_daemon_facade.js',
'webapp/host_it2me_dispatcher.js',
'webapp/host_it2me_native_messaging.js',
- 'webapp/host_native_messaging.js',
'webapp/host_session.js',
],
# Logging and stats JavaScript files.