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

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: CR feedback + rebased on top of https://chromiumcodereview.appspot.com/10829467/ (Patch Set 5) 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
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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'remoting_breakpad', 585 'remoting_breakpad',
586 'remoting_version_resources', 586 'remoting_version_resources',
587 ], 587 ],
588 'sources': [ 588 'sources': [
589 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc', 589 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc',
590 'base/scoped_sc_handle_win.h', 590 'base/scoped_sc_handle_win.h',
591 'host/branding.cc', 591 'host/branding.cc',
592 'host/branding.h', 592 'host/branding.h',
593 'host/chromoting_messages.cc', 593 'host/chromoting_messages.cc',
594 'host/chromoting_messages.h', 594 'host/chromoting_messages.h',
595 'host/config_file_watcher.cc',
596 'host/config_file_watcher.h',
595 'host/constants.h', 597 'host/constants.h',
596 'host/constants_win.cc', 598 'host/constants_win.cc',
597 'host/daemon_process.cc', 599 'host/daemon_process.cc',
598 'host/daemon_process.h', 600 'host/daemon_process.h',
599 'host/daemon_process_win.cc', 601 'host/daemon_process_win.cc',
600 'host/usage_stats_consent.h', 602 'host/usage_stats_consent.h',
601 'host/usage_stats_consent_win.cc', 603 'host/usage_stats_consent_win.cc',
602 'host/win/host_service.cc', 604 'host/win/host_service.cc',
603 'host/win/host_service.h', 605 'host/win/host_service.h',
604 'host/win/host_service.rc', 606 'host/win/host_service.rc',
605 'host/win/host_service_resource.h', 607 'host/win/host_service_resource.h',
606 'host/win/launch_process_with_token.cc', 608 'host/win/launch_process_with_token.cc',
607 'host/win/launch_process_with_token.h', 609 'host/win/launch_process_with_token.h',
608 'host/win/worker_process_launcher.cc', 610 'host/win/worker_process_launcher.cc',
609 'host/win/worker_process_launcher.h', 611 'host/win/worker_process_launcher.h',
610 'host/win/wts_console_monitor.h', 612 'host/win/wts_console_monitor.h',
611 'host/win/wts_console_observer.h', 613 'host/win/wts_console_observer.h',
612 'host/win/wts_session_process_launcher.cc', 614 'host/win/wts_session_process_launcher.cc',
613 'host/win/wts_session_process_launcher.h', 615 'host/win/wts_session_process_launcher.h',
616 'host/worker_process_delegate.h',
614 ], 617 ],
615 'msvs_settings': { 618 'msvs_settings': {
616 'VCLinkerTool': { 619 'VCLinkerTool': {
617 'AdditionalDependencies': [ 620 'AdditionalDependencies': [
618 'wtsapi32.lib', 621 'wtsapi32.lib',
619 ], 622 ],
620 # 2 == /SUBSYSTEM:WINDOWS 623 # 2 == /SUBSYSTEM:WINDOWS
621 'SubSystem': '2', 624 'SubSystem': '2',
622 }, 625 },
623 }, 626 },
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 'host/chromoting_host.cc', 1201 'host/chromoting_host.cc',
1199 'host/chromoting_host.h', 1202 'host/chromoting_host.h',
1200 'host/chromoting_host_context.cc', 1203 'host/chromoting_host_context.cc',
1201 'host/chromoting_host_context.h', 1204 'host/chromoting_host_context.h',
1202 'host/client_session.cc', 1205 'host/client_session.cc',
1203 'host/client_session.h', 1206 'host/client_session.h',
1204 'host/clipboard.h', 1207 'host/clipboard.h',
1205 'host/clipboard_linux.cc', 1208 'host/clipboard_linux.cc',
1206 'host/clipboard_mac.mm', 1209 'host/clipboard_mac.mm',
1207 'host/clipboard_win.cc', 1210 'host/clipboard_win.cc',
1208 'host/composite_host_config.cc',
1209 'host/composite_host_config.h',
1210 'host/constants.cc', 1211 'host/constants.cc',
1211 'host/constants.h', 1212 'host/constants.h',
1212 'host/constants_mac.cc', 1213 'host/constants_mac.cc',
1213 'host/constants_mac.h', 1214 'host/constants_mac.h',
1214 'host/constants_win.cc', 1215 'host/constants_win.cc',
1215 'host/continue_window.h', 1216 'host/continue_window.h',
1216 'host/continue_window_gtk.cc', 1217 'host/continue_window_gtk.cc',
1217 'host/continue_window_mac.mm', 1218 'host/continue_window_mac.mm',
1218 'host/continue_window_win.cc', 1219 'host/continue_window_win.cc',
1219 'host/desktop_environment.cc', 1220 'host/desktop_environment.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 'remoting_jingle_glue', 1431 'remoting_jingle_glue',
1431 '../base/base.gyp:base', 1432 '../base/base.gyp:base',
1432 '../base/base.gyp:base_i18n', 1433 '../base/base.gyp:base_i18n',
1433 '../ipc/ipc.gyp:ipc', 1434 '../ipc/ipc.gyp:ipc',
1434 '../media/media.gyp:media', 1435 '../media/media.gyp:media',
1435 '../net/net.gyp:net', 1436 '../net/net.gyp:net',
1436 ], 1437 ],
1437 'sources': [ 1438 'sources': [
1438 'host/branding.cc', 1439 'host/branding.cc',
1439 'host/branding.h', 1440 'host/branding.h',
1440 'host/posix/sighup_listener.cc', 1441 'host/config_file_watcher.cc',
1441 'host/posix/sighup_listener.h', 1442 'host/config_file_watcher.h',
1443 'host/curtain_mode_mac.h',
1444 'host/curtain_mode_mac.cc',
1442 'host/remoting_me2me_host.cc', 1445 'host/remoting_me2me_host.cc',
1443 'host/usage_stats_consent.h', 1446 'host/usage_stats_consent.h',
1444 'host/usage_stats_consent_win.cc', 1447 'host/usage_stats_consent_win.cc',
1445 'host/curtain_mode_mac.h',
1446 'host/curtain_mode_mac.cc',
1447 ], 1448 ],
1448 'conditions': [ 1449 'conditions': [
1449 ['os_posix != 1', { 1450 ['os_posix != 1', {
1450 'sources/': [ 1451 'sources/': [
1451 ['exclude', '^host/posix/'], 1452 ['exclude', '^host/posix/'],
1452 ], 1453 ],
1453 }], 1454 }],
1454 ['OS=="mac"', { 1455 ['OS=="mac"', {
1455 'mac_bundle': 1, 1456 'mac_bundle': 1,
1456 'variables': { 1457 'variables': {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 '../base/allocator/allocator.gyp:allocator', 1825 '../base/allocator/allocator.gyp:allocator',
1825 ], 1826 ],
1826 }, 1827 },
1827 ], 1828 ],
1828 ], 1829 ],
1829 }], 1830 }],
1830 ], # end of 'conditions' 1831 ], # end of 'conditions'
1831 }, # end of target 'remoting_unittests' 1832 }, # end of target 'remoting_unittests'
1832 ], # end of targets 1833 ], # end of targets
1833 } 1834 }
OLDNEW
« remoting/host/worker_process_delegate.h ('K') | « remoting/host/worker_process_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698