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

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: Fixed DEPS. Removed VERSION. Cosmetic. 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ef927de279a03d18499efc8167b46e684fd63ae3..85ca5eeba79cc61a88a49b45968098cdf6b67577 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',
« remoting/host/plugin/daemon_installer_win.cc ('K') | « 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