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

Side by Side Diff: remoting/remoting.gyp

Issue 10836224: [Chromoting] Call SendSAS() directly from the host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SensSAS() is called from an app now. Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'base/scoped_sc_handle_win.h', 603 'base/scoped_sc_handle_win.h',
604 'host/branding.cc', 604 'host/branding.cc',
605 'host/branding.h', 605 'host/branding.h',
606 'host/chromoting_messages.cc', 606 'host/chromoting_messages.cc',
607 'host/chromoting_messages.h', 607 'host/chromoting_messages.h',
608 'host/constants.h', 608 'host/constants.h',
609 'host/constants_win.cc', 609 'host/constants_win.cc',
610 'host/daemon_process.cc', 610 'host/daemon_process.cc',
611 'host/daemon_process.h', 611 'host/daemon_process.h',
612 'host/daemon_process_win.cc', 612 'host/daemon_process_win.cc',
613 'host/sas_injector.h',
614 'host/sas_injector_win.cc',
615 'host/usage_stats_consent.h', 613 'host/usage_stats_consent.h',
616 'host/usage_stats_consent_win.cc', 614 'host/usage_stats_consent_win.cc',
617 'host/win/host_service.cc', 615 'host/win/host_service.cc',
618 'host/win/host_service.h', 616 'host/win/host_service.h',
619 'host/win/host_service.rc', 617 'host/win/host_service.rc',
620 'host/win/host_service_resource.h', 618 'host/win/host_service_resource.h',
621 'host/win/launch_process_with_token.cc', 619 'host/win/launch_process_with_token.cc',
622 'host/win/launch_process_with_token.h', 620 'host/win/launch_process_with_token.h',
623 'host/win/worker_process_launcher.cc', 621 'host/win/worker_process_launcher.cc',
624 'host/win/worker_process_launcher.h', 622 'host/win/worker_process_launcher.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 'host/pin_hash.h', 1289 'host/pin_hash.h',
1292 'host/policy_hack/policy_watcher.h', 1290 'host/policy_hack/policy_watcher.h',
1293 'host/policy_hack/policy_watcher.cc', 1291 'host/policy_hack/policy_watcher.cc',
1294 'host/policy_hack/policy_watcher_linux.cc', 1292 'host/policy_hack/policy_watcher_linux.cc',
1295 'host/policy_hack/policy_watcher_mac.mm', 1293 'host/policy_hack/policy_watcher_mac.mm',
1296 'host/policy_hack/policy_watcher_win.cc', 1294 'host/policy_hack/policy_watcher_win.cc',
1297 'host/register_support_host_request.cc', 1295 'host/register_support_host_request.cc',
1298 'host/register_support_host_request.h', 1296 'host/register_support_host_request.h',
1299 'host/remote_input_filter.cc', 1297 'host/remote_input_filter.cc',
1300 'host/remote_input_filter.h', 1298 'host/remote_input_filter.h',
1299 'host/sas_injector.h',
1300 'host/sas_injector_win.cc',
1301 'host/screen_recorder.cc', 1301 'host/screen_recorder.cc',
1302 'host/screen_recorder.h', 1302 'host/screen_recorder.h',
1303 'host/server_log_entry.cc', 1303 'host/server_log_entry.cc',
1304 'host/server_log_entry.h', 1304 'host/server_log_entry.h',
1305 'host/session_event_executor_win.cc', 1305 'host/session_event_executor_win.cc',
1306 'host/session_event_executor_win.h', 1306 'host/session_event_executor_win.h',
1307 'host/session_manager_factory.cc', 1307 'host/session_manager_factory.cc',
1308 'host/session_manager_factory.h', 1308 'host/session_manager_factory.h',
1309 'host/signaling_connector.cc', 1309 'host/signaling_connector.cc',
1310 'host/signaling_connector.h', 1310 'host/signaling_connector.h',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 '../base/allocator/allocator.gyp:allocator', 1861 '../base/allocator/allocator.gyp:allocator',
1862 ], 1862 ],
1863 }, 1863 },
1864 ], 1864 ],
1865 ], 1865 ],
1866 }], 1866 }],
1867 ], # end of 'conditions' 1867 ], # end of 'conditions'
1868 }, # end of target 'remoting_unittests' 1868 }, # end of target 'remoting_unittests'
1869 ], # end of targets 1869 ], # end of targets
1870 } 1870 }
OLDNEW
« remoting/host/sas_injector_win.cc ('K') | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698