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

Unified Diff: remoting/remoting.gyp

Issue 10071025: [Chromoting] Make the Windows host controller ask the user to confirm host registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add license boilerplate. 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/verify_config_window_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 1a4405ecfff263888235c5aab88826eb1c5ad7f2..f704b7e31badd994f397f61cf77d5ce0f190a8ef 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -262,6 +262,7 @@
'dependencies': [
'../base/base.gyp:base',
'remoting_elevated_controller',
+ 'remoting_protocol',
'remoting_version_resources',
],
'sources': [
@@ -271,6 +272,8 @@
'host/elevated_controller_module_win.cc',
'host/elevated_controller_win.cc',
'host/elevated_controller_win.h',
+ 'host/verify_config_window_win.cc',
+ 'host/verify_config_window_win.h',
'<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
],
'msvs_settings': {
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698