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

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: Exiting host cleanly + CR feedback. 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
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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 300 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
301 '../ipc/ipc.gyp:ipc', 301 '../ipc/ipc.gyp:ipc',
302 'remoting_version_resources', 302 'remoting_version_resources',
303 ], 303 ],
304 'sources': [ 304 'sources': [
305 'base/scoped_sc_handle_win.h', 305 'base/scoped_sc_handle_win.h',
306 'host/branding.cc', 306 'host/branding.cc',
307 'host/branding.h', 307 'host/branding.h',
308 'host/chromoting_messages.cc', 308 'host/chromoting_messages.cc',
309 'host/chromoting_messages.h', 309 'host/chromoting_messages.h',
310 'host/constants.h',
310 'host/host_service.rc', 311 'host/host_service.rc',
311 'host/host_service_resource.h', 312 'host/host_service_resource.h',
312 'host/host_service_win.cc', 313 'host/host_service_win.cc',
313 'host/host_service_win.h', 314 'host/host_service_win.h',
314 'host/sas_injector.h', 315 'host/sas_injector.h',
315 'host/sas_injector_win.cc', 316 'host/sas_injector_win.cc',
316 'host/wts_console_monitor_win.h', 317 'host/wts_console_monitor_win.h',
317 'host/wts_console_observer_win.h', 318 'host/wts_console_observer_win.h',
318 'host/wts_session_process_launcher_win.cc', 319 'host/wts_session_process_launcher_win.cc',
319 'host/wts_session_process_launcher_win.h', 320 'host/wts_session_process_launcher_win.h',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 'host/capturer_mac.cc', 809 'host/capturer_mac.cc',
809 'host/capturer_win.cc', 810 'host/capturer_win.cc',
810 'host/capture_scheduler.cc', 811 'host/capture_scheduler.cc',
811 'host/capture_scheduler.h', 812 'host/capture_scheduler.h',
812 'host/chromoting_host.cc', 813 'host/chromoting_host.cc',
813 'host/chromoting_host.h', 814 'host/chromoting_host.h',
814 'host/chromoting_host_context.cc', 815 'host/chromoting_host_context.cc',
815 'host/chromoting_host_context.h', 816 'host/chromoting_host_context.h',
816 'host/client_session.cc', 817 'host/client_session.cc',
817 'host/client_session.h', 818 'host/client_session.h',
819 'host/constants.h',
818 'host/continue_window.h', 820 'host/continue_window.h',
819 'host/continue_window_mac.mm', 821 'host/continue_window_mac.mm',
820 'host/continue_window_linux.cc', 822 'host/continue_window_linux.cc',
821 'host/continue_window_win.cc', 823 'host/continue_window_win.cc',
822 'host/curtain.h', 824 'host/curtain.h',
823 'host/curtain_linux.cc', 825 'host/curtain_linux.cc',
824 'host/curtain_mac.cc', 826 'host/curtain_mac.cc',
825 'host/curtain_win.cc', 827 'host/curtain_win.cc',
826 'host/desktop_environment.cc', 828 'host/desktop_environment.cc',
827 'host/desktop_environment.h', 829 'host/desktop_environment.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 '../base/base.gyp:base', 1023 '../base/base.gyp:base',
1022 '../base/base.gyp:base_i18n', 1024 '../base/base.gyp:base_i18n',
1023 '../media/media.gyp:media', 1025 '../media/media.gyp:media',
1024 # TODO(hclam): Remove this dependency once we don't use URLFetcher. 1026 # TODO(hclam): Remove this dependency once we don't use URLFetcher.
1025 '../content/content.gyp:content_common', 1027 '../content/content.gyp:content_common',
1026 ], 1028 ],
1027 'sources': [ 1029 'sources': [
1028 'host/branding.cc', 1030 'host/branding.cc',
1029 'host/branding.h', 1031 'host/branding.h',
1030 'host/host_event_logger.h', 1032 'host/host_event_logger.h',
1031 » 'host/sighup_listener_mac.cc', 1033 'host/sighup_listener_mac.cc',
1032 » 'host/sighup_listener_mac.h', 1034 'host/sighup_listener_mac.h',
1033 'host/remoting_me2me_host.cc', 1035 'host/remoting_me2me_host.cc',
1034 ], 1036 ],
1035 'conditions': [ 1037 'conditions': [
1036 ['os_posix==1', { 1038 ['os_posix==1', {
1037 'sources': [ 1039 'sources': [
1038 'host/host_event_logger_posix.cc', 1040 'host/host_event_logger_posix.cc',
1039 ], 1041 ],
1040 }], 1042 }],
1041 ['OS=="mac"', { 1043 ['OS=="mac"', {
1042 'xcode_settings': { 1044 'xcode_settings': {
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 '../base/allocator/allocator.gyp:allocator', 1493 '../base/allocator/allocator.gyp:allocator',
1492 ], 1494 ],
1493 }, 1495 },
1494 ], 1496 ],
1495 ], 1497 ],
1496 }], 1498 }],
1497 ], # end of 'conditions' 1499 ], # end of 'conditions'
1498 }, # end of target 'remoting_unittests' 1500 }, # end of target 'remoting_unittests'
1499 ], # end of targets 1501 ], # end of targets
1500 } 1502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698