diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 18:12:34 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 18:12:34 +0000 |
commit | facf52d7aff1b18b8d1bc0496b0c5ec83060c383 (patch) | |
tree | d27108cd775b7030cc0cd67e7dc216678bc8a724 /remoting/remoting.gyp | |
parent | c799da3df7838f8beb8f3abc86382170f289562a (diff) | |
download | chromium_src-facf52d7aff1b18b8d1bc0496b0c5ec83060c383.zip chromium_src-facf52d7aff1b18b8d1bc0496b0c5ec83060c383.tar.gz chromium_src-facf52d7aff1b18b8d1bc0496b0c5ec83060c383.tar.bz2 |
Implemented on-demand installation of the Chromoting Host on Windows.
This CL also updates the Google Update interface definition file with v3 interfaces.
BUG=120991
Review URL: http://codereview.chromium.org/10021003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 2509c8b..bb2d586 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -554,6 +554,8 @@ 'host/plugin/daemon_controller_linux.cc', 'host/plugin/daemon_controller_mac.cc', 'host/plugin/daemon_controller_win.cc', + 'host/plugin/daemon_installer_win.cc', + 'host/plugin/daemon_installer_win.h', 'host/plugin/host_log_handler.cc', 'host/plugin/host_log_handler.h', 'host/plugin/host_plugin.cc', @@ -599,6 +601,7 @@ }], # OS=="mac" [ 'OS=="win"', { 'dependencies': [ + '../google_update/google_update.gyp:google_update', '../ipc/ipc.gyp:ipc', 'remoting_elevated_controller', 'remoting_version_resources', |