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

Side by Side 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: CR feedback. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/win/wts_console_session_process_driver.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'host/daemon_process.cc', 662 'host/daemon_process.cc',
663 'host/daemon_process.h', 663 'host/daemon_process.h',
664 'host/daemon_process_win.cc', 664 'host/daemon_process_win.cc',
665 'host/desktop_session.cc', 665 'host/desktop_session.cc',
666 'host/desktop_session.h', 666 'host/desktop_session.h',
667 'host/desktop_session_win.cc', 667 'host/desktop_session_win.cc',
668 'host/desktop_session_win.h', 668 'host/desktop_session_win.h',
669 'host/host_exit_codes.h', 669 'host/host_exit_codes.h',
670 'host/ipc_consts.cc', 670 'host/ipc_consts.cc',
671 'host/ipc_consts.h', 671 'host/ipc_consts.h',
672 'host/sas_injector.h',
673 'host/sas_injector_win.cc',
674 'host/win/desktop.cc',
675 'host/win/desktop.h',
672 'host/win/host_service.cc', 676 'host/win/host_service.cc',
673 'host/win/host_service.h', 677 'host/win/host_service.h',
674 'host/win/host_service.rc', 678 'host/win/host_service.rc',
675 'host/win/host_service_resource.h', 679 'host/win/host_service_resource.h',
676 'host/win/omaha.cc', 680 'host/win/omaha.cc',
677 'host/win/omaha.h', 681 'host/win/omaha.h',
682 'host/win/scoped_thread_desktop.cc',
683 'host/win/scoped_thread_desktop.h',
678 'host/win/unprivileged_process_delegate.cc', 684 'host/win/unprivileged_process_delegate.cc',
679 'host/win/unprivileged_process_delegate.h', 685 'host/win/unprivileged_process_delegate.h',
680 'host/win/worker_process_launcher.cc', 686 'host/win/worker_process_launcher.cc',
681 'host/win/worker_process_launcher.h', 687 'host/win/worker_process_launcher.h',
682 'host/win/wts_console_monitor.h', 688 'host/win/wts_console_monitor.h',
683 'host/win/wts_console_observer.h', 689 'host/win/wts_console_observer.h',
684 'host/win/wts_console_session_process_driver.cc', 690 'host/win/wts_console_session_process_driver.cc',
685 'host/win/wts_console_session_process_driver.h', 691 'host/win/wts_console_session_process_driver.h',
686 'host/win/wts_session_process_delegate.cc', 692 'host/win/wts_session_process_delegate.cc',
687 'host/win/wts_session_process_delegate.h', 693 'host/win/wts_session_process_delegate.h',
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2274 '../base/allocator/allocator.gyp:allocator', 2280 '../base/allocator/allocator.gyp:allocator',
2275 ], 2281 ],
2276 }, 2282 },
2277 ], 2283 ],
2278 ], 2284 ],
2279 }], # end of 'toolkit_uses_gtk == 1' 2285 }], # end of 'toolkit_uses_gtk == 1'
2280 ], # end of 'conditions' 2286 ], # end of 'conditions'
2281 }, # end of target 'remoting_unittests' 2287 }, # end of target 'remoting_unittests'
2282 ], # end of targets 2288 ], # end of targets
2283 } 2289 }
OLDNEW
« no previous file with comments | « remoting/host/win/wts_console_session_process_driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698