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

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: 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 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 'host/register_support_host_request_unittest.cc', 2031 'host/register_support_host_request_unittest.cc',
2032 'host/remote_input_filter_unittest.cc', 2032 'host/remote_input_filter_unittest.cc',
2033 'host/resizing_host_observer_unittest.cc', 2033 'host/resizing_host_observer_unittest.cc',
2034 'host/screen_recorder_unittest.cc', 2034 'host/screen_recorder_unittest.cc',
2035 'host/server_log_entry_unittest.cc', 2035 'host/server_log_entry_unittest.cc',
2036 'host/setup/oauth_helper_unittest.cc', 2036 'host/setup/oauth_helper_unittest.cc',
2037 'host/test_key_pair.h', 2037 'host/test_key_pair.h',
2038 'host/video_frame_capturer_helper_unittest.cc', 2038 'host/video_frame_capturer_helper_unittest.cc',
2039 'host/video_frame_capturer_mac_unittest.cc', 2039 'host/video_frame_capturer_mac_unittest.cc',
2040 'host/video_frame_capturer_unittest.cc', 2040 'host/video_frame_capturer_unittest.cc',
2041 'host/win/launch_process_with_token.cc',
2042 'host/win/launch_process_with_token.h',
2041 'host/win/worker_process_launcher.cc', 2043 'host/win/worker_process_launcher.cc',
2042 'host/win/worker_process_launcher.h', 2044 'host/win/worker_process_launcher.h',
2043 'host/win/worker_process_launcher_unittest.cc', 2045 'host/win/worker_process_launcher_unittest.cc',
2044 'jingle_glue/chromium_socket_factory_unittest.cc', 2046 'jingle_glue/chromium_socket_factory_unittest.cc',
2045 'jingle_glue/fake_signal_strategy.cc', 2047 'jingle_glue/fake_signal_strategy.cc',
2046 'jingle_glue/fake_signal_strategy.h', 2048 'jingle_glue/fake_signal_strategy.h',
2047 'jingle_glue/iq_sender_unittest.cc', 2049 'jingle_glue/iq_sender_unittest.cc',
2048 'jingle_glue/mock_objects.cc', 2050 'jingle_glue/mock_objects.cc',
2049 'jingle_glue/mock_objects.h', 2051 'jingle_glue/mock_objects.h',
2050 'protocol/authenticator_test_base.cc', 2052 'protocol/authenticator_test_base.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 '../base/allocator/allocator.gyp:allocator', 2142 '../base/allocator/allocator.gyp:allocator',
2141 ], 2143 ],
2142 }, 2144 },
2143 ], 2145 ],
2144 ], 2146 ],
2145 }], # end of 'toolkit_uses_gtk == 1' 2147 }], # end of 'toolkit_uses_gtk == 1'
2146 ], # end of 'conditions' 2148 ], # end of 'conditions'
2147 }, # end of target 'remoting_unittests' 2149 }, # end of target 'remoting_unittests'
2148 ], # end of targets 2150 ], # end of targets
2149 } 2151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698