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

Side by Side Diff: remoting/remoting.gyp

Issue 10855249: [Chromoting] The daemon process now starts the networking process and passes the host configuration… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing signal.h Created 8 years, 3 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/worker_process_ipc_delegate.h ('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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'remoting_breakpad', 586 'remoting_breakpad',
587 'remoting_version_resources', 587 'remoting_version_resources',
588 ], 588 ],
589 'sources': [ 589 'sources': [
590 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc', 590 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc',
591 'base/scoped_sc_handle_win.h', 591 'base/scoped_sc_handle_win.h',
592 'host/branding.cc', 592 'host/branding.cc',
593 'host/branding.h', 593 'host/branding.h',
594 'host/chromoting_messages.cc', 594 'host/chromoting_messages.cc',
595 'host/chromoting_messages.h', 595 'host/chromoting_messages.h',
596 'host/config_file_watcher.cc',
597 'host/config_file_watcher.h',
596 'host/constants.h', 598 'host/constants.h',
597 'host/constants_win.cc', 599 'host/constants_win.cc',
598 'host/daemon_process.cc', 600 'host/daemon_process.cc',
599 'host/daemon_process.h', 601 'host/daemon_process.h',
600 'host/daemon_process_win.cc', 602 'host/daemon_process_win.cc',
601 'host/usage_stats_consent.h', 603 'host/usage_stats_consent.h',
602 'host/usage_stats_consent_win.cc', 604 'host/usage_stats_consent_win.cc',
603 'host/win/host_service.cc', 605 'host/win/host_service.cc',
604 'host/win/host_service.h', 606 'host/win/host_service.h',
605 'host/win/host_service.rc', 607 'host/win/host_service.rc',
606 'host/win/host_service_resource.h', 608 'host/win/host_service_resource.h',
607 'host/win/launch_process_with_token.cc', 609 'host/win/launch_process_with_token.cc',
608 'host/win/launch_process_with_token.h', 610 'host/win/launch_process_with_token.h',
609 'host/win/worker_process_launcher.cc', 611 'host/win/worker_process_launcher.cc',
610 'host/win/worker_process_launcher.h', 612 'host/win/worker_process_launcher.h',
611 'host/win/wts_console_monitor.h', 613 'host/win/wts_console_monitor.h',
612 'host/win/wts_console_observer.h', 614 'host/win/wts_console_observer.h',
613 'host/win/wts_session_process_launcher.cc', 615 'host/win/wts_session_process_launcher.cc',
614 'host/win/wts_session_process_launcher.h', 616 'host/win/wts_session_process_launcher.h',
617 'host/worker_process_ipc_delegate.h',
615 ], 618 ],
616 'msvs_settings': { 619 'msvs_settings': {
617 'VCLinkerTool': { 620 'VCLinkerTool': {
618 'AdditionalDependencies': [ 621 'AdditionalDependencies': [
619 'wtsapi32.lib', 622 'wtsapi32.lib',
620 ], 623 ],
621 # 2 == /SUBSYSTEM:WINDOWS 624 # 2 == /SUBSYSTEM:WINDOWS
622 'SubSystem': '2', 625 'SubSystem': '2',
623 }, 626 },
624 }, 627 },
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 'host/chromoting_host.cc', 1205 'host/chromoting_host.cc',
1203 'host/chromoting_host.h', 1206 'host/chromoting_host.h',
1204 'host/chromoting_host_context.cc', 1207 'host/chromoting_host_context.cc',
1205 'host/chromoting_host_context.h', 1208 'host/chromoting_host_context.h',
1206 'host/client_session.cc', 1209 'host/client_session.cc',
1207 'host/client_session.h', 1210 'host/client_session.h',
1208 'host/clipboard.h', 1211 'host/clipboard.h',
1209 'host/clipboard_linux.cc', 1212 'host/clipboard_linux.cc',
1210 'host/clipboard_mac.mm', 1213 'host/clipboard_mac.mm',
1211 'host/clipboard_win.cc', 1214 'host/clipboard_win.cc',
1212 'host/composite_host_config.cc',
1213 'host/composite_host_config.h',
1214 'host/constants.h', 1215 'host/constants.h',
1215 'host/constants_mac.cc', 1216 'host/constants_mac.cc',
1216 'host/constants_mac.h', 1217 'host/constants_mac.h',
1217 'host/constants_win.cc', 1218 'host/constants_win.cc',
1218 'host/continue_window.h', 1219 'host/continue_window.h',
1219 'host/continue_window_gtk.cc', 1220 'host/continue_window_gtk.cc',
1220 'host/continue_window_mac.mm', 1221 'host/continue_window_mac.mm',
1221 'host/continue_window_win.cc', 1222 'host/continue_window_win.cc',
1222 'host/desktop_environment.cc', 1223 'host/desktop_environment.cc',
1223 'host/desktop_environment.h', 1224 'host/desktop_environment.h',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 'remoting_jingle_glue', 1440 'remoting_jingle_glue',
1440 '../base/base.gyp:base', 1441 '../base/base.gyp:base',
1441 '../base/base.gyp:base_i18n', 1442 '../base/base.gyp:base_i18n',
1442 '../ipc/ipc.gyp:ipc', 1443 '../ipc/ipc.gyp:ipc',
1443 '../media/media.gyp:media', 1444 '../media/media.gyp:media',
1444 '../net/net.gyp:net', 1445 '../net/net.gyp:net',
1445 ], 1446 ],
1446 'sources': [ 1447 'sources': [
1447 'host/branding.cc', 1448 'host/branding.cc',
1448 'host/branding.h', 1449 'host/branding.h',
1449 'host/posix/sighup_listener.cc', 1450 'host/config_file_watcher.cc',
1450 'host/posix/sighup_listener.h', 1451 'host/config_file_watcher.h',
1452 'host/curtain_mode_mac.h',
1453 'host/curtain_mode_mac.cc',
1451 'host/remoting_me2me_host.cc', 1454 'host/remoting_me2me_host.cc',
1452 'host/usage_stats_consent.h', 1455 'host/usage_stats_consent.h',
1453 'host/usage_stats_consent_win.cc', 1456 'host/usage_stats_consent_win.cc',
1454 'host/curtain_mode_mac.h',
1455 'host/curtain_mode_mac.cc',
1456 ], 1457 ],
1457 'conditions': [ 1458 'conditions': [
1458 ['os_posix != 1', { 1459 ['os_posix != 1', {
1459 'sources/': [ 1460 'sources/': [
1460 ['exclude', '^host/posix/'], 1461 ['exclude', '^host/posix/'],
1461 ], 1462 ],
1462 }], 1463 }],
1463 ['OS=="mac"', { 1464 ['OS=="mac"', {
1464 'mac_bundle': 1, 1465 'mac_bundle': 1,
1465 'variables': { 1466 'variables': {
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 '../base/allocator/allocator.gyp:allocator', 1843 '../base/allocator/allocator.gyp:allocator',
1843 ], 1844 ],
1844 }, 1845 },
1845 ], 1846 ],
1846 ], 1847 ],
1847 }], 1848 }],
1848 ], # end of 'conditions' 1849 ], # end of 'conditions'
1849 }, # end of target 'remoting_unittests' 1850 }, # end of target 'remoting_unittests'
1850 ], # end of targets 1851 ], # end of targets
1851 } 1852 }
OLDNEW
« no previous file with comments | « remoting/host/worker_process_ipc_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698