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

Side by Side Diff: remoting/remoting_test.gypi

Issue 719983002: Reporting of policy errors via host-offline-reason: part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hor-nohoststatussender
Patch Set: git cl format Created 6 years 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
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'client/plugin/normalizing_input_filter_cros_unittest.cc', 126 'client/plugin/normalizing_input_filter_cros_unittest.cc',
127 'client/plugin/normalizing_input_filter_mac_unittest.cc', 127 'client/plugin/normalizing_input_filter_mac_unittest.cc',
128 'client/server_log_entry_client_unittest.cc', 128 'client/server_log_entry_client_unittest.cc',
129 'codec/audio_encoder_opus_unittest.cc', 129 'codec/audio_encoder_opus_unittest.cc',
130 'codec/codec_test.cc', 130 'codec/codec_test.cc',
131 'codec/codec_test.h', 131 'codec/codec_test.h',
132 'codec/video_decoder_vpx_unittest.cc', 132 'codec/video_decoder_vpx_unittest.cc',
133 'codec/video_encoder_helper_unittest.cc', 133 'codec/video_encoder_helper_unittest.cc',
134 'codec/video_encoder_verbatim_unittest.cc', 134 'codec/video_encoder_verbatim_unittest.cc',
135 'codec/video_encoder_vpx_unittest.cc', 135 'codec/video_encoder_vpx_unittest.cc',
136 'host/ack_or_timeout_reporter_unittest.cc',
136 'host/audio_silence_detector_unittest.cc', 137 'host/audio_silence_detector_unittest.cc',
137 'host/branding.cc', 138 'host/branding.cc',
138 'host/branding.h', 139 'host/branding.h',
139 'host/capture_scheduler_unittest.cc', 140 'host/capture_scheduler_unittest.cc',
140 'host/chromeos/aura_desktop_capturer_unittest.cc', 141 'host/chromeos/aura_desktop_capturer_unittest.cc',
141 'host/chromeos/clipboard_aura_unittest.cc', 142 'host/chromeos/clipboard_aura_unittest.cc',
142 'host/chromoting_host_context_unittest.cc', 143 'host/chromoting_host_context_unittest.cc',
143 'host/chromoting_host_unittest.cc', 144 'host/chromoting_host_unittest.cc',
144 'host/client_session_unittest.cc', 145 'host/client_session_unittest.cc',
145 'host/config_file_watcher_unittest.cc', 146 'host/config_file_watcher_unittest.cc',
(...skipping 11 matching lines...) Expand all
157 'host/host_config_unittest.cc', 158 'host/host_config_unittest.cc',
158 'host/host_extension_session_manager_unittest.cc', 159 'host/host_extension_session_manager_unittest.cc',
159 'host/host_mock_objects.cc', 160 'host/host_mock_objects.cc',
160 'host/host_status_logger_unittest.cc', 161 'host/host_status_logger_unittest.cc',
161 'host/ipc_desktop_environment_unittest.cc', 162 'host/ipc_desktop_environment_unittest.cc',
162 'host/it2me/it2me_native_messaging_host_unittest.cc', 163 'host/it2me/it2me_native_messaging_host_unittest.cc',
163 'host/linux/audio_pipe_reader_unittest.cc', 164 'host/linux/audio_pipe_reader_unittest.cc',
164 'host/linux/unicode_to_keysym_unittest.cc', 165 'host/linux/unicode_to_keysym_unittest.cc',
165 'host/linux/x_server_clipboard_unittest.cc', 166 'host/linux/x_server_clipboard_unittest.cc',
166 'host/local_input_monitor_unittest.cc', 167 'host/local_input_monitor_unittest.cc',
168 'host/mock_callback_unittest.cc',
167 'host/native_messaging/native_messaging_reader_unittest.cc', 169 'host/native_messaging/native_messaging_reader_unittest.cc',
168 'host/native_messaging/native_messaging_writer_unittest.cc', 170 'host/native_messaging/native_messaging_writer_unittest.cc',
169 'host/pairing_registry_delegate_linux_unittest.cc', 171 'host/pairing_registry_delegate_linux_unittest.cc',
170 'host/pairing_registry_delegate_win_unittest.cc', 172 'host/pairing_registry_delegate_win_unittest.cc',
171 'host/pin_hash_unittest.cc', 173 'host/pin_hash_unittest.cc',
172 'host/policy_hack/policy_watcher_unittest.cc', 174 'host/policy_hack/policy_watcher_unittest.cc',
173 'host/register_support_host_request_unittest.cc', 175 'host/register_support_host_request_unittest.cc',
174 'host/remote_input_filter_unittest.cc', 176 'host/remote_input_filter_unittest.cc',
175 'host/resizing_host_observer_unittest.cc', 177 'host/resizing_host_observer_unittest.cc',
176 'host/screen_resolution_unittest.cc', 178 'host/screen_resolution_unittest.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'dependencies': [ 445 'dependencies': [
444 '../base/allocator/allocator.gyp:allocator', 446 '../base/allocator/allocator.gyp:allocator',
445 ], 447 ],
446 }], 448 }],
447 ], # end of 'conditions' 449 ], # end of 'conditions'
448 }, # end of target 'remoting_perftests' 450 }, # end of target 'remoting_perftests'
449 ] 451 ]
450 }] 452 }]
451 ] 453 ]
452 } 454 }
OLDNEW
« remoting/host/mock_callback.h ('K') | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698