summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-26 22:37:31 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-26 22:37:31 +0000
commit97d3174709213ee527b000297b61240ccc9a81c9 (patch)
treede0c16541a15a1221553dd179cceba3b868d161c /remoting/remoting.gyp
parent930633b198cf64a5d8af1881602ca83799c80dc7 (diff)
downloadchromium_src-97d3174709213ee527b000297b61240ccc9a81c9.zip
chromium_src-97d3174709213ee527b000297b61240ccc9a81c9.tar.gz
chromium_src-97d3174709213ee527b000297b61240ccc9a81c9.tar.bz2
Add status service for remoting host.
Host status service will accepts WebSocket connections from the webapp and provides updates with the current status of the host. BUG=132904 Review URL: https://chromiumcodereview.appspot.com/11362267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e8333d5..200d96e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1575,6 +1575,8 @@
'host/host_secret.cc',
'host/host_secret.h',
'host/host_status_observer.h',
+ 'host/host_status_service.cc',
+ 'host/host_status_service.h',
'host/host_user_interface.cc',
'host/host_user_interface.h',
'host/in_memory_host_config.cc',