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

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 and rebased on top of https://chromiumcodereview.appspot.com/10829467/ 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/constants.h', 595 'host/constants.h',
596 'host/constants_win.cc', 596 'host/constants_win.cc',
597 'host/daemon_config_watcher.cc',
598 'host/daemon_config_watcher.h',
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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 'host/chromoting_host.cc', 1203 'host/chromoting_host.cc',
1201 'host/chromoting_host.h', 1204 'host/chromoting_host.h',
1202 'host/chromoting_host_context.cc', 1205 'host/chromoting_host_context.cc',
1203 'host/chromoting_host_context.h', 1206 'host/chromoting_host_context.h',
1204 'host/client_session.cc', 1207 'host/client_session.cc',
1205 'host/client_session.h', 1208 'host/client_session.h',
1206 'host/clipboard.h', 1209 'host/clipboard.h',
1207 'host/clipboard_linux.cc', 1210 'host/clipboard_linux.cc',
1208 'host/clipboard_mac.mm', 1211 'host/clipboard_mac.mm',
1209 'host/clipboard_win.cc', 1212 'host/clipboard_win.cc',
1210 'host/composite_host_config.cc',
1211 'host/composite_host_config.h',
1212 'host/constants.cc', 1213 'host/constants.cc',
1213 'host/constants.h', 1214 'host/constants.h',
1214 'host/constants_mac.cc', 1215 'host/constants_mac.cc',
1215 'host/constants_mac.h', 1216 'host/constants_mac.h',
1216 'host/constants_win.cc', 1217 'host/constants_win.cc',
1217 'host/continue_window.h', 1218 'host/continue_window.h',
1218 'host/continue_window_gtk.cc', 1219 'host/continue_window_gtk.cc',
1219 'host/continue_window_mac.mm', 1220 'host/continue_window_mac.mm',
1220 'host/continue_window_win.cc', 1221 'host/continue_window_win.cc',
1221 'host/desktop_environment.cc', 1222 'host/desktop_environment.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 'remoting_jingle_glue', 1433 'remoting_jingle_glue',
1433 '../base/base.gyp:base', 1434 '../base/base.gyp:base',
1434 '../base/base.gyp:base_i18n', 1435 '../base/base.gyp:base_i18n',
1435 '../ipc/ipc.gyp:ipc', 1436 '../ipc/ipc.gyp:ipc',
1436 '../media/media.gyp:media', 1437 '../media/media.gyp:media',
1437 '../net/net.gyp:net', 1438 '../net/net.gyp:net',
1438 ], 1439 ],
1439 'sources': [ 1440 'sources': [
1440 'host/branding.cc', 1441 'host/branding.cc',
1441 'host/branding.h', 1442 'host/branding.h',
1442 'host/posix/sighup_listener.cc', 1443 'host/curtain_mode_mac.h',
1443 'host/posix/sighup_listener.h', 1444 'host/curtain_mode_mac.cc',
1445 'host/daemon_config_watcher.cc',
1446 'host/daemon_config_watcher.h',
1444 'host/remoting_me2me_host.cc', 1447 'host/remoting_me2me_host.cc',
1445 'host/usage_stats_consent.h', 1448 'host/usage_stats_consent.h',
1446 'host/usage_stats_consent_win.cc', 1449 'host/usage_stats_consent_win.cc',
1447 'host/curtain_mode_mac.h',
1448 'host/curtain_mode_mac.cc',
1449 ], 1450 ],
1450 'conditions': [ 1451 'conditions': [
1451 ['os_posix != 1', { 1452 ['os_posix != 1', {
1452 'sources/': [ 1453 'sources/': [
1453 ['exclude', '^host/posix/'], 1454 ['exclude', '^host/posix/'],
1454 ], 1455 ],
1455 }], 1456 }],
1456 ['OS=="mac"', { 1457 ['OS=="mac"', {
1457 'mac_bundle': 1, 1458 'mac_bundle': 1,
1458 'variables': { 1459 'variables': {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 '../base/allocator/allocator.gyp:allocator', 1827 '../base/allocator/allocator.gyp:allocator',
1827 ], 1828 ],
1828 }, 1829 },
1829 ], 1830 ],
1830 ], 1831 ],
1831 }], 1832 }],
1832 ], # end of 'conditions' 1833 ], # end of 'conditions'
1833 }, # end of target 'remoting_unittests' 1834 }, # end of target 'remoting_unittests'
1834 ], # end of targets 1835 ], # end of targets
1835 } 1836 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('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