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

Unified Diff: remoting/remoting.gyp

Issue 10191007: [Chromoting] Let the Windows daemon controller read the unprivileged part of the config without ele… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 fb410aaf62de8df3980c3407e97e424c3825bfd3..f05e8b0c76a47837ecf01a46d9277ab9f22e65eb 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -301,6 +301,8 @@
'sources': [
'host/branding.cc',
'host/branding.h',
+ 'host/daemon_controller_common_win.cc',
+ 'host/daemon_controller_common_win.h',
alexeypa (please no reviews) 2012/04/23 17:35:10 There files are missing from the CL.
simonmorris 2012/04/23 19:39:49 Done.
'host/elevated_controller.rc',
'host/elevated_controller_module_win.cc',
'host/elevated_controller_win.cc',
@@ -595,6 +597,8 @@
'host/it2me_host_user_interface.cc',
'host/it2me_host_user_interface.h',
'host/plugin/daemon_controller.h',
+ 'host/daemon_controller_common_win.cc',
+ 'host/daemon_controller_common_win.h',
'host/plugin/daemon_controller_linux.cc',
'host/plugin/daemon_controller_mac.cc',
'host/plugin/daemon_controller_win.cc',

Powered by Google App Engine
This is Rietveld 408576698