Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: remoting/remoting.gyp

Issue 10021003: Implemented on-demand installation of the Chromoting Host on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The last piece of CR feeback. Rebased. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/plugin/daemon_installer_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 2509c8bdf327f3370f59a50e9204d7e2fecd11e3..bb2d586cfe39ac587c0e635bab0684fd8ddbc6d5 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',
« no previous file with comments | « remoting/host/plugin/daemon_installer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698