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

Side by Side Diff: remoting/remoting.gyp

Issue 11118005: Pass the client end handle of the network-to-daemon IPC channel via handle inheritance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. 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
« no previous file with comments | « remoting/host/win/wts_session_process_delegate.cc ('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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'host/branding.cc', 607 'host/branding.cc',
608 'host/branding.h', 608 'host/branding.h',
609 'host/chromoting_messages.cc', 609 'host/chromoting_messages.cc',
610 'host/chromoting_messages.h', 610 'host/chromoting_messages.h',
611 'host/config_file_watcher.cc', 611 'host/config_file_watcher.cc',
612 'host/config_file_watcher.h', 612 'host/config_file_watcher.h',
613 'host/daemon_process.cc', 613 'host/daemon_process.cc',
614 'host/daemon_process.h', 614 'host/daemon_process.h',
615 'host/daemon_process_win.cc', 615 'host/daemon_process_win.cc',
616 'host/host_exit_codes.h', 616 'host/host_exit_codes.h',
617 'host/ipc_consts.cc',
618 'host/ipc_consts.h',
617 'host/usage_stats_consent.h', 619 'host/usage_stats_consent.h',
618 'host/usage_stats_consent_win.cc', 620 'host/usage_stats_consent_win.cc',
619 'host/win/host_service.cc', 621 'host/win/host_service.cc',
620 'host/win/host_service.h', 622 'host/win/host_service.h',
621 'host/win/host_service.rc', 623 'host/win/host_service.rc',
622 'host/win/host_service_resource.h', 624 'host/win/host_service_resource.h',
623 'host/win/launch_process_with_token.cc', 625 'host/win/launch_process_with_token.cc',
624 'host/win/launch_process_with_token.h', 626 'host/win/launch_process_with_token.h',
625 'host/win/omaha.cc', 627 'host/win/omaha.cc',
626 'host/win/omaha.h', 628 'host/win/omaha.h',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'host/host_key_pair.h', 1477 'host/host_key_pair.h',
1476 'host/host_port_allocator.cc', 1478 'host/host_port_allocator.cc',
1477 'host/host_port_allocator.h', 1479 'host/host_port_allocator.h',
1478 'host/host_secret.cc', 1480 'host/host_secret.cc',
1479 'host/host_secret.h', 1481 'host/host_secret.h',
1480 'host/host_status_observer.h', 1482 'host/host_status_observer.h',
1481 'host/host_user_interface.cc', 1483 'host/host_user_interface.cc',
1482 'host/host_user_interface.h', 1484 'host/host_user_interface.h',
1483 'host/in_memory_host_config.cc', 1485 'host/in_memory_host_config.cc',
1484 'host/in_memory_host_config.h', 1486 'host/in_memory_host_config.h',
1487 'host/ipc_consts.cc',
1488 'host/ipc_consts.h',
1485 'host/it2me_host_user_interface.cc', 1489 'host/it2me_host_user_interface.cc',
1486 'host/it2me_host_user_interface.h', 1490 'host/it2me_host_user_interface.h',
1487 'host/json_host_config.cc', 1491 'host/json_host_config.cc',
1488 'host/json_host_config.h', 1492 'host/json_host_config.h',
1489 'host/linux/x11_util.cc', 1493 'host/linux/x11_util.cc',
1490 'host/linux/x11_util.h', 1494 'host/linux/x11_util.h',
1491 'host/linux/x_server_clipboard.cc', 1495 'host/linux/x_server_clipboard.cc',
1492 'host/linux/x_server_clipboard.h', 1496 'host/linux/x_server_clipboard.h',
1493 'host/linux/x_server_pixel_buffer.cc', 1497 'host/linux/x_server_pixel_buffer.cc',
1494 'host/linux/x_server_pixel_buffer.h', 1498 'host/linux/x_server_pixel_buffer.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 'host/register_support_host_request_unittest.cc', 2035 'host/register_support_host_request_unittest.cc',
2032 'host/remote_input_filter_unittest.cc', 2036 'host/remote_input_filter_unittest.cc',
2033 'host/resizing_host_observer_unittest.cc', 2037 'host/resizing_host_observer_unittest.cc',
2034 'host/screen_recorder_unittest.cc', 2038 'host/screen_recorder_unittest.cc',
2035 'host/server_log_entry_unittest.cc', 2039 'host/server_log_entry_unittest.cc',
2036 'host/setup/oauth_helper_unittest.cc', 2040 'host/setup/oauth_helper_unittest.cc',
2037 'host/test_key_pair.h', 2041 'host/test_key_pair.h',
2038 'host/video_frame_capturer_helper_unittest.cc', 2042 'host/video_frame_capturer_helper_unittest.cc',
2039 'host/video_frame_capturer_mac_unittest.cc', 2043 'host/video_frame_capturer_mac_unittest.cc',
2040 'host/video_frame_capturer_unittest.cc', 2044 'host/video_frame_capturer_unittest.cc',
2045 'host/win/launch_process_with_token.cc',
2046 'host/win/launch_process_with_token.h',
2041 'host/win/worker_process_launcher.cc', 2047 'host/win/worker_process_launcher.cc',
2042 'host/win/worker_process_launcher.h', 2048 'host/win/worker_process_launcher.h',
2043 'host/win/worker_process_launcher_unittest.cc', 2049 'host/win/worker_process_launcher_unittest.cc',
2044 'jingle_glue/chromium_socket_factory_unittest.cc', 2050 'jingle_glue/chromium_socket_factory_unittest.cc',
2045 'jingle_glue/fake_signal_strategy.cc', 2051 'jingle_glue/fake_signal_strategy.cc',
2046 'jingle_glue/fake_signal_strategy.h', 2052 'jingle_glue/fake_signal_strategy.h',
2047 'jingle_glue/iq_sender_unittest.cc', 2053 'jingle_glue/iq_sender_unittest.cc',
2048 'jingle_glue/mock_objects.cc', 2054 'jingle_glue/mock_objects.cc',
2049 'jingle_glue/mock_objects.h', 2055 'jingle_glue/mock_objects.h',
2050 'protocol/authenticator_test_base.cc', 2056 'protocol/authenticator_test_base.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 '../base/allocator/allocator.gyp:allocator', 2146 '../base/allocator/allocator.gyp:allocator',
2141 ], 2147 ],
2142 }, 2148 },
2143 ], 2149 ],
2144 ], 2150 ],
2145 }], # end of 'toolkit_uses_gtk == 1' 2151 }], # end of 'toolkit_uses_gtk == 1'
2146 ], # end of 'conditions' 2152 ], # end of 'conditions'
2147 }, # end of target 'remoting_unittests' 2153 }, # end of target 'remoting_unittests'
2148 ], # end of targets 2154 ], # end of targets
2149 } 2155 }
OLDNEW
« no previous file with comments | « remoting/host/win/wts_session_process_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698