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

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: rebased and made it work. 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
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'base/scoped_sc_handle_win.h', 628 'base/scoped_sc_handle_win.h',
629 'host/branding.cc', 629 'host/branding.cc',
630 'host/branding.h', 630 'host/branding.h',
631 'host/chromoting_messages.cc', 631 'host/chromoting_messages.cc',
632 'host/chromoting_messages.h', 632 'host/chromoting_messages.h',
633 'host/constants.h', 633 'host/constants.h',
634 'host/constants_win.cc', 634 'host/constants_win.cc',
635 'host/daemon_process.cc', 635 'host/daemon_process.cc',
636 'host/daemon_process.h', 636 'host/daemon_process.h',
637 'host/daemon_process_win.cc', 637 'host/daemon_process_win.cc',
638 'host/sas_injector.h',
639 'host/sas_injector_win.cc',
640 'host/usage_stats_consent.h', 638 'host/usage_stats_consent.h',
641 'host/usage_stats_consent_win.cc', 639 'host/usage_stats_consent_win.cc',
642 'host/win/host_service.cc', 640 'host/win/host_service.cc',
643 'host/win/host_service.h', 641 'host/win/host_service.h',
644 'host/win/host_service.rc', 642 'host/win/host_service.rc',
645 'host/win/host_service_resource.h', 643 'host/win/host_service_resource.h',
646 'host/win/launch_process_with_token.cc', 644 'host/win/launch_process_with_token.cc',
647 'host/win/launch_process_with_token.h', 645 'host/win/launch_process_with_token.h',
648 'host/win/worker_process_launcher.cc', 646 'host/win/worker_process_launcher.cc',
649 'host/win/worker_process_launcher.h', 647 'host/win/worker_process_launcher.h',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 'host/pin_hash.h', 1315 'host/pin_hash.h',
1318 'host/policy_hack/policy_watcher.h', 1316 'host/policy_hack/policy_watcher.h',
1319 'host/policy_hack/policy_watcher.cc', 1317 'host/policy_hack/policy_watcher.cc',
1320 'host/policy_hack/policy_watcher_linux.cc', 1318 'host/policy_hack/policy_watcher_linux.cc',
1321 'host/policy_hack/policy_watcher_mac.mm', 1319 'host/policy_hack/policy_watcher_mac.mm',
1322 'host/policy_hack/policy_watcher_win.cc', 1320 'host/policy_hack/policy_watcher_win.cc',
1323 'host/register_support_host_request.cc', 1321 'host/register_support_host_request.cc',
1324 'host/register_support_host_request.h', 1322 'host/register_support_host_request.h',
1325 'host/remote_input_filter.cc', 1323 'host/remote_input_filter.cc',
1326 'host/remote_input_filter.h', 1324 'host/remote_input_filter.h',
1325 'host/sas_injector.h',
1326 'host/sas_injector_win.cc',
1327 'host/screen_recorder.cc', 1327 'host/screen_recorder.cc',
1328 'host/screen_recorder.h', 1328 'host/screen_recorder.h',
1329 'host/server_log_entry.cc', 1329 'host/server_log_entry.cc',
1330 'host/server_log_entry.h', 1330 'host/server_log_entry.h',
1331 'host/session_event_executor_win.cc', 1331 'host/session_event_executor_win.cc',
1332 'host/session_event_executor_win.h', 1332 'host/session_event_executor_win.h',
1333 'host/session_manager_factory.cc', 1333 'host/session_manager_factory.cc',
1334 'host/session_manager_factory.h', 1334 'host/session_manager_factory.h',
1335 'host/signaling_connector.cc', 1335 'host/signaling_connector.cc',
1336 'host/signaling_connector.h', 1336 'host/signaling_connector.h',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 '../base/allocator/allocator.gyp:allocator', 1891 '../base/allocator/allocator.gyp:allocator',
1892 ], 1892 ],
1893 }, 1893 },
1894 ], 1894 ],
1895 ], 1895 ],
1896 }], 1896 }],
1897 ], # end of 'conditions' 1897 ], # end of 'conditions'
1898 }, # end of target 'remoting_unittests' 1898 }, # end of target 'remoting_unittests'
1899 ], # end of targets 1899 ], # end of targets
1900 } 1900 }
OLDNEW
« no previous file with comments | « 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