diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 07:19:13 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 07:19:13 +0000 |
commit | cf881f057a14eacb46c60be6dbbc39af41d104bc (patch) | |
tree | 17b2f332cbe0e4bcf20aaad01213158896cc0326 /remoting/remoting.gyp | |
parent | 5d36454f5026efa282a02ab18a2dc7a7c02379a9 (diff) | |
download | chromium_src-cf881f057a14eacb46c60be6dbbc39af41d104bc.zip chromium_src-cf881f057a14eacb46c60be6dbbc39af41d104bc.tar.gz chromium_src-cf881f057a14eacb46c60be6dbbc39af41d104bc.tar.bz2 |
Rename DaemonPlugin class to HostController.
Review URL: http://codereview.chromium.org/9998003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 4e9a928..ef927de 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -132,9 +132,9 @@ 'webapp/connection_stats.css', 'webapp/connection_stats.js', 'webapp/cs_oauth2_trampoline.js', - 'webapp/daemon_plugin.js', 'webapp/event_handlers.js', 'webapp/format_iq.js', + 'webapp/host_controller.js', 'webapp/host_list.js', 'webapp/host_screen.js', 'webapp/host_session.js', @@ -640,7 +640,7 @@ 'host/plugin/host_script_object.cc', 'webapp/_locales/en/messages.json', 'webapp/client_screen.js', - 'webapp/daemon_plugin.js', + 'webapp/host_controller.js', 'webapp/host_table_entry.js', 'webapp/host_setup_dialog.js', 'webapp/main.html', @@ -657,7 +657,7 @@ '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', 'webapp/_locales/en/messages.json', 'webapp/client_screen.js', - 'webapp/daemon_plugin.js', + 'webapp/host_controller.js', 'webapp/host_table_entry.js', 'webapp/host_setup_dialog.js', 'webapp/main.html', |