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

Side by Side Diff: remoting/remoting_test.gypi

Issue 883673004: Cleanup VideoFramePump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_scheduler
Patch Set: Created 5 years, 10 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
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'host/host_extension_session_manager_unittest.cc', 155 'host/host_extension_session_manager_unittest.cc',
156 'host/host_mock_objects.cc', 156 'host/host_mock_objects.cc',
157 'host/host_status_logger_unittest.cc', 157 'host/host_status_logger_unittest.cc',
158 'host/ipc_desktop_environment_unittest.cc', 158 'host/ipc_desktop_environment_unittest.cc',
159 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', 159 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc',
160 'host/it2me/it2me_native_messaging_host_unittest.cc', 160 'host/it2me/it2me_native_messaging_host_unittest.cc',
161 'host/linux/audio_pipe_reader_unittest.cc', 161 'host/linux/audio_pipe_reader_unittest.cc',
162 'host/linux/unicode_to_keysym_unittest.cc', 162 'host/linux/unicode_to_keysym_unittest.cc',
163 'host/linux/x_server_clipboard_unittest.cc', 163 'host/linux/x_server_clipboard_unittest.cc',
164 'host/local_input_monitor_unittest.cc', 164 'host/local_input_monitor_unittest.cc',
165 'host/mouse_shape_pump_unittest.cc',
165 'host/native_messaging/native_messaging_reader_unittest.cc', 166 'host/native_messaging/native_messaging_reader_unittest.cc',
166 'host/native_messaging/native_messaging_writer_unittest.cc', 167 'host/native_messaging/native_messaging_writer_unittest.cc',
167 'host/pairing_registry_delegate_linux_unittest.cc', 168 'host/pairing_registry_delegate_linux_unittest.cc',
168 'host/pairing_registry_delegate_win_unittest.cc', 169 'host/pairing_registry_delegate_win_unittest.cc',
169 'host/pin_hash_unittest.cc', 170 'host/pin_hash_unittest.cc',
170 'host/policy_watcher_unittest.cc', 171 'host/policy_watcher_unittest.cc',
171 'host/register_support_host_request_unittest.cc', 172 'host/register_support_host_request_unittest.cc',
172 'host/remote_input_filter_unittest.cc', 173 'host/remote_input_filter_unittest.cc',
173 'host/resizing_host_observer_unittest.cc', 174 'host/resizing_host_observer_unittest.cc',
174 'host/screen_resolution_unittest.cc', 175 'host/screen_resolution_unittest.cc',
175 'host/server_log_entry_host_unittest.cc', 176 'host/server_log_entry_host_unittest.cc',
176 'host/setup/me2me_native_messaging_host.cc', 177 'host/setup/me2me_native_messaging_host.cc',
177 'host/setup/me2me_native_messaging_host.h', 178 'host/setup/me2me_native_messaging_host.h',
178 'host/setup/me2me_native_messaging_host_unittest.cc', 179 'host/setup/me2me_native_messaging_host_unittest.cc',
179 'host/setup/oauth_helper_unittest.cc', 180 'host/setup/oauth_helper_unittest.cc',
180 'host/setup/pin_validator_unittest.cc', 181 'host/setup/pin_validator_unittest.cc',
181 'host/shaped_desktop_capturer_unittest.cc', 182 'host/shaped_desktop_capturer_unittest.cc',
182 'host/token_validator_factory_impl_unittest.cc', 183 'host/token_validator_factory_impl_unittest.cc',
184 'host/video_frame_pump_unittest.cc',
183 'host/video_frame_recorder_unittest.cc', 185 'host/video_frame_recorder_unittest.cc',
184 'host/video_frame_pump_unittest.cc',
185 'host/win/rdp_client_unittest.cc', 186 'host/win/rdp_client_unittest.cc',
186 'host/win/worker_process_launcher.cc', 187 'host/win/worker_process_launcher.cc',
187 'host/win/worker_process_launcher.h', 188 'host/win/worker_process_launcher.h',
188 'host/win/worker_process_launcher_unittest.cc', 189 'host/win/worker_process_launcher_unittest.cc',
189 'protocol/authenticator_test_base.cc', 190 'protocol/authenticator_test_base.cc',
190 'protocol/authenticator_test_base.h', 191 'protocol/authenticator_test_base.h',
191 'protocol/buffered_socket_writer_unittest.cc', 192 'protocol/buffered_socket_writer_unittest.cc',
192 'protocol/channel_multiplexer_unittest.cc', 193 'protocol/channel_multiplexer_unittest.cc',
193 'protocol/chromium_socket_factory_unittest.cc', 194 'protocol/chromium_socket_factory_unittest.cc',
194 'protocol/clipboard_echo_filter_unittest.cc', 195 'protocol/clipboard_echo_filter_unittest.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'dependencies': [ 416 'dependencies': [
416 '../base/allocator/allocator.gyp:allocator', 417 '../base/allocator/allocator.gyp:allocator',
417 ], 418 ],
418 }], 419 }],
419 ], # end of 'conditions' 420 ], # end of 'conditions'
420 }, # end of target 'remoting_perftests' 421 }, # end of target 'remoting_perftests'
421 ] 422 ]
422 }] 423 }]
423 ] 424 ]
424 } 425 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698