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

Unified Diff: remoting/remoting.gyp

Issue 11369024: Calling SendSAS() from a service yo make sure that Secure Attention Sequence can be injected even w… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 dc25e75b46c992d26a20cf73dcd0800da45e4846..a11c523e9d4fa0b74ed9a0a1f31504f2acf8d32c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -669,12 +669,18 @@
'host/host_exit_codes.h',
'host/ipc_consts.cc',
'host/ipc_consts.h',
+ 'host/sas_injector.h',
+ 'host/sas_injector_win.cc',
+ 'host/win/desktop.cc',
+ 'host/win/desktop.h',
'host/win/host_service.cc',
'host/win/host_service.h',
'host/win/host_service.rc',
'host/win/host_service_resource.h',
'host/win/omaha.cc',
'host/win/omaha.h',
+ 'host/win/scoped_thread_desktop.cc',
+ 'host/win/scoped_thread_desktop.h',
'host/win/unprivileged_process_delegate.cc',
'host/win/unprivileged_process_delegate.h',
'host/win/worker_process_launcher.cc',

Powered by Google App Engine
This is Rietveld 408576698