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

Side by Side Diff: remoting/remoting.gyp

Issue 11040065: [Chromoting] Reimplemented the worker process launcher to take into account the encountered issues: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'host/usage_stats_consent.h', 604 'host/usage_stats_consent.h',
605 'host/usage_stats_consent_win.cc', 605 'host/usage_stats_consent_win.cc',
606 'host/win/host_service.cc', 606 'host/win/host_service.cc',
607 'host/win/host_service.h', 607 'host/win/host_service.h',
608 'host/win/host_service.rc', 608 'host/win/host_service.rc',
609 'host/win/host_service_resource.h', 609 'host/win/host_service_resource.h',
610 'host/win/launch_process_with_token.cc', 610 'host/win/launch_process_with_token.cc',
611 'host/win/launch_process_with_token.h', 611 'host/win/launch_process_with_token.h',
612 'host/win/omaha.cc', 612 'host/win/omaha.cc',
613 'host/win/omaha.h', 613 'host/win/omaha.h',
614 'host/win/unprivileged_process_delegate.cc',
615 'host/win/unprivileged_process_delegate.h',
614 'host/win/worker_process_launcher.cc', 616 'host/win/worker_process_launcher.cc',
615 'host/win/worker_process_launcher.h', 617 'host/win/worker_process_launcher.h',
616 'host/win/wts_console_monitor.h', 618 'host/win/wts_console_monitor.h',
617 'host/win/wts_console_observer.h', 619 'host/win/wts_console_observer.h',
618 'host/win/wts_session_process_launcher.cc', 620 'host/win/wts_console_session_process_driver.cc',
619 'host/win/wts_session_process_launcher.h', 621 'host/win/wts_console_session_process_driver.h',
622 'host/win/wts_session_process_delegate.cc',
623 'host/win/wts_session_process_delegate.h',
620 'host/worker_process_ipc_delegate.h', 624 'host/worker_process_ipc_delegate.h',
621 ], 625 ],
622 'msvs_settings': { 626 'msvs_settings': {
623 'VCLinkerTool': { 627 'VCLinkerTool': {
624 'AdditionalDependencies': [ 628 'AdditionalDependencies': [
625 'wtsapi32.lib', 629 'wtsapi32.lib',
626 ], 630 ],
627 # 2 == /SUBSYSTEM:WINDOWS 631 # 2 == /SUBSYSTEM:WINDOWS
628 'SubSystem': '2', 632 'SubSystem': '2',
629 }, 633 },
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 'host/policy_hack/policy_watcher_unittest.cc', 1912 'host/policy_hack/policy_watcher_unittest.cc',
1909 'host/register_support_host_request_unittest.cc', 1913 'host/register_support_host_request_unittest.cc',
1910 'host/remote_input_filter_unittest.cc', 1914 'host/remote_input_filter_unittest.cc',
1911 'host/resizing_host_observer_unittest.cc', 1915 'host/resizing_host_observer_unittest.cc',
1912 'host/screen_recorder_unittest.cc', 1916 'host/screen_recorder_unittest.cc',
1913 'host/server_log_entry_unittest.cc', 1917 'host/server_log_entry_unittest.cc',
1914 'host/test_key_pair.h', 1918 'host/test_key_pair.h',
1915 'host/video_frame_capturer_helper_unittest.cc', 1919 'host/video_frame_capturer_helper_unittest.cc',
1916 'host/video_frame_capturer_mac_unittest.cc', 1920 'host/video_frame_capturer_mac_unittest.cc',
1917 'host/video_frame_capturer_unittest.cc', 1921 'host/video_frame_capturer_unittest.cc',
1922 'host/win/worker_process_launcher.cc',
1923 'host/win/worker_process_launcher.h',
simonmorris 2012/10/05 20:19:45 Is it possible to depend on remoting_daemon, inste
alexeypa (please no reviews) 2012/10/05 21:18:34 It has to be a separate static library target. Rig
1924 'host/win/worker_process_launcher_unittest.cc',
1918 'jingle_glue/chromium_socket_factory_unittest.cc', 1925 'jingle_glue/chromium_socket_factory_unittest.cc',
1919 'jingle_glue/fake_signal_strategy.cc', 1926 'jingle_glue/fake_signal_strategy.cc',
1920 'jingle_glue/fake_signal_strategy.h', 1927 'jingle_glue/fake_signal_strategy.h',
1921 'jingle_glue/iq_sender_unittest.cc', 1928 'jingle_glue/iq_sender_unittest.cc',
1922 'jingle_glue/mock_objects.cc', 1929 'jingle_glue/mock_objects.cc',
1923 'jingle_glue/mock_objects.h', 1930 'jingle_glue/mock_objects.h',
1924 'protocol/authenticator_test_base.cc', 1931 'protocol/authenticator_test_base.cc',
1925 'protocol/authenticator_test_base.h', 1932 'protocol/authenticator_test_base.h',
1926 'protocol/buffered_socket_writer_unittest.cc', 1933 'protocol/buffered_socket_writer_unittest.cc',
1927 'protocol/channel_multiplexer_unittest.cc', 1934 'protocol/channel_multiplexer_unittest.cc',
(...skipping 17 matching lines...) Expand all
1945 'protocol/negotiating_authenticator_unittest.cc', 1952 'protocol/negotiating_authenticator_unittest.cc',
1946 'protocol/protocol_mock_objects.cc', 1953 'protocol/protocol_mock_objects.cc',
1947 'protocol/protocol_mock_objects.h', 1954 'protocol/protocol_mock_objects.h',
1948 'protocol/ppapi_module_stub.cc', 1955 'protocol/ppapi_module_stub.cc',
1949 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1956 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1950 'protocol/v2_authenticator_unittest.cc', 1957 'protocol/v2_authenticator_unittest.cc',
1951 'run_all_unittests.cc', 1958 'run_all_unittests.cc',
1952 ], 1959 ],
1953 'conditions': [ 1960 'conditions': [
1954 [ 'OS=="win"', { 1961 [ 'OS=="win"', {
1962 'dependencies': [
1963 '../ipc/ipc.gyp:ipc',
1964 ],
1955 'include_dirs': [ 1965 'include_dirs': [
1956 '../breakpad/src', 1966 '../breakpad/src',
1957 ], 1967 ],
1958 'link_settings': { 1968 'link_settings': {
1959 'libraries': [ 1969 'libraries': [
1960 '-lrpcrt4.lib', 1970 '-lrpcrt4.lib',
1961 ], 1971 ],
1962 }, 1972 },
1963 }], 1973 }],
1964 ['chromeos != 0', { 1974 ['chromeos != 0', {
(...skipping 19 matching lines...) Expand all
1984 '../base/allocator/allocator.gyp:allocator', 1994 '../base/allocator/allocator.gyp:allocator',
1985 ], 1995 ],
1986 }, 1996 },
1987 ], 1997 ],
1988 ], 1998 ],
1989 }], 1999 }],
1990 ], # end of 'conditions' 2000 ], # end of 'conditions'
1991 }, # end of target 'remoting_unittests' 2001 }, # end of target 'remoting_unittests'
1992 ], # end of targets 2002 ], # end of targets
1993 } 2003 }
OLDNEW
« remoting/host/win/worker_process_launcher.cc ('K') | « 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