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

Side by Side Diff: remoting/remoting.gyp

Issue 10106013: Chromoting: stopping the service if the host ID is permanently not recognized by the could. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feeback. Rebased. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/wts_session_process_launcher_win.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # TODO(dmaclach): can we pick this up some other way? Right now it's 8 # TODO(dmaclach): can we pick this up some other way? Right now it's
9 # duplicated from chrome.gyp 9 # duplicated from chrome.gyp
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 301 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
302 '../ipc/ipc.gyp:ipc', 302 '../ipc/ipc.gyp:ipc',
303 'remoting_version_resources', 303 'remoting_version_resources',
304 ], 304 ],
305 'sources': [ 305 'sources': [
306 'base/scoped_sc_handle_win.h', 306 'base/scoped_sc_handle_win.h',
307 'host/branding.cc', 307 'host/branding.cc',
308 'host/branding.h', 308 'host/branding.h',
309 'host/chromoting_messages.cc', 309 'host/chromoting_messages.cc',
310 'host/chromoting_messages.h', 310 'host/chromoting_messages.h',
311 'host/constants.h',
311 'host/host_service.rc', 312 'host/host_service.rc',
312 'host/host_service_resource.h', 313 'host/host_service_resource.h',
313 'host/host_service_win.cc', 314 'host/host_service_win.cc',
314 'host/host_service_win.h', 315 'host/host_service_win.h',
315 'host/sas_injector.h', 316 'host/sas_injector.h',
316 'host/sas_injector_win.cc', 317 'host/sas_injector_win.cc',
317 'host/wts_console_monitor_win.h', 318 'host/wts_console_monitor_win.h',
318 'host/wts_console_observer_win.h', 319 'host/wts_console_observer_win.h',
319 'host/wts_session_process_launcher_win.cc', 320 'host/wts_session_process_launcher_win.cc',
320 'host/wts_session_process_launcher_win.h', 321 'host/wts_session_process_launcher_win.h',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'host/capturer_mac.cc', 812 'host/capturer_mac.cc',
812 'host/capturer_win.cc', 813 'host/capturer_win.cc',
813 'host/capture_scheduler.cc', 814 'host/capture_scheduler.cc',
814 'host/capture_scheduler.h', 815 'host/capture_scheduler.h',
815 'host/chromoting_host.cc', 816 'host/chromoting_host.cc',
816 'host/chromoting_host.h', 817 'host/chromoting_host.h',
817 'host/chromoting_host_context.cc', 818 'host/chromoting_host_context.cc',
818 'host/chromoting_host_context.h', 819 'host/chromoting_host_context.h',
819 'host/client_session.cc', 820 'host/client_session.cc',
820 'host/client_session.h', 821 'host/client_session.h',
822 'host/constants.h',
821 'host/continue_window.h', 823 'host/continue_window.h',
822 'host/continue_window_mac.mm', 824 'host/continue_window_mac.mm',
823 'host/continue_window_linux.cc', 825 'host/continue_window_linux.cc',
824 'host/continue_window_win.cc', 826 'host/continue_window_win.cc',
825 'host/curtain.h', 827 'host/curtain.h',
826 'host/curtain_linux.cc', 828 'host/curtain_linux.cc',
827 'host/curtain_mac.cc', 829 'host/curtain_mac.cc',
828 'host/curtain_win.cc', 830 'host/curtain_win.cc',
829 'host/desktop_environment.cc', 831 'host/desktop_environment.cc',
830 'host/desktop_environment.h', 832 'host/desktop_environment.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../base/base.gyp:base', 1028 '../base/base.gyp:base',
1027 '../base/base.gyp:base_i18n', 1029 '../base/base.gyp:base_i18n',
1028 '../media/media.gyp:media', 1030 '../media/media.gyp:media',
1029 # TODO(hclam): Remove this dependency once we don't use URLFetcher. 1031 # TODO(hclam): Remove this dependency once we don't use URLFetcher.
1030 '../content/content.gyp:content_common', 1032 '../content/content.gyp:content_common',
1031 ], 1033 ],
1032 'sources': [ 1034 'sources': [
1033 'host/branding.cc', 1035 'host/branding.cc',
1034 'host/branding.h', 1036 'host/branding.h',
1035 'host/host_event_logger.h', 1037 'host/host_event_logger.h',
1036 » 'host/sighup_listener_mac.cc', 1038 'host/sighup_listener_mac.cc',
1037 » 'host/sighup_listener_mac.h', 1039 'host/sighup_listener_mac.h',
1038 'host/remoting_me2me_host.cc', 1040 'host/remoting_me2me_host.cc',
1039 ], 1041 ],
1040 'conditions': [ 1042 'conditions': [
1041 ['os_posix==1', { 1043 ['os_posix==1', {
1042 'sources': [ 1044 'sources': [
1043 'host/host_event_logger_posix.cc', 1045 'host/host_event_logger_posix.cc',
1044 ], 1046 ],
1045 }], 1047 }],
1046 ['OS=="mac"', { 1048 ['OS=="mac"', {
1047 'xcode_settings': { 1049 'xcode_settings': {
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 '../base/allocator/allocator.gyp:allocator', 1496 '../base/allocator/allocator.gyp:allocator',
1495 ], 1497 ],
1496 }, 1498 },
1497 ], 1499 ],
1498 ], 1500 ],
1499 }], 1501 }],
1500 ], # end of 'conditions' 1502 ], # end of 'conditions'
1501 }, # end of target 'remoting_unittests' 1503 }, # end of target 'remoting_unittests'
1502 ], # end of targets 1504 ], # end of targets
1503 } 1505 }
OLDNEW
« no previous file with comments | « remoting/host/wts_session_process_launcher_win.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698