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

Side by Side Diff: remoting/remoting_test.gypi

Issue 966433002: Malformed PortRange or ThirdPartyAuthConfig trigger OnPolicyError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a Windows-specific, pre-processor-related build break. Created 5 years, 9 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_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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'host/remote_input_filter_unittest.cc', 174 'host/remote_input_filter_unittest.cc',
175 'host/resizing_host_observer_unittest.cc', 175 'host/resizing_host_observer_unittest.cc',
176 'host/screen_resolution_unittest.cc', 176 'host/screen_resolution_unittest.cc',
177 'host/server_log_entry_host_unittest.cc', 177 'host/server_log_entry_host_unittest.cc',
178 'host/setup/me2me_native_messaging_host.cc', 178 'host/setup/me2me_native_messaging_host.cc',
179 'host/setup/me2me_native_messaging_host.h', 179 'host/setup/me2me_native_messaging_host.h',
180 'host/setup/me2me_native_messaging_host_unittest.cc', 180 'host/setup/me2me_native_messaging_host_unittest.cc',
181 'host/setup/oauth_helper_unittest.cc', 181 'host/setup/oauth_helper_unittest.cc',
182 'host/setup/pin_validator_unittest.cc', 182 'host/setup/pin_validator_unittest.cc',
183 'host/shaped_desktop_capturer_unittest.cc', 183 'host/shaped_desktop_capturer_unittest.cc',
184 'host/third_party_auth_config_unittest.cc',
184 'host/token_validator_factory_impl_unittest.cc', 185 'host/token_validator_factory_impl_unittest.cc',
185 'host/video_frame_pump_unittest.cc', 186 'host/video_frame_pump_unittest.cc',
186 'host/video_frame_recorder_unittest.cc', 187 'host/video_frame_recorder_unittest.cc',
187 'host/win/rdp_client_unittest.cc', 188 'host/win/rdp_client_unittest.cc',
188 'host/win/worker_process_launcher.cc', 189 'host/win/worker_process_launcher.cc',
189 'host/win/worker_process_launcher.h', 190 'host/win/worker_process_launcher.h',
190 'host/win/worker_process_launcher_unittest.cc', 191 'host/win/worker_process_launcher_unittest.cc',
191 'protocol/authenticator_test_base.cc', 192 'protocol/authenticator_test_base.cc',
192 'protocol/authenticator_test_base.h', 193 'protocol/authenticator_test_base.h',
193 'protocol/buffered_socket_writer_unittest.cc', 194 'protocol/buffered_socket_writer_unittest.cc',
194 'protocol/channel_multiplexer_unittest.cc', 195 'protocol/channel_multiplexer_unittest.cc',
195 'protocol/chromium_socket_factory_unittest.cc', 196 'protocol/chromium_socket_factory_unittest.cc',
196 'protocol/client_video_dispatcher_unittest.cc', 197 'protocol/client_video_dispatcher_unittest.cc',
197 'protocol/clipboard_echo_filter_unittest.cc', 198 'protocol/clipboard_echo_filter_unittest.cc',
198 'protocol/clipboard_filter_unittest.cc', 199 'protocol/clipboard_filter_unittest.cc',
199 'protocol/connection_tester.cc', 200 'protocol/connection_tester.cc',
200 'protocol/connection_tester.h', 201 'protocol/connection_tester.h',
201 'protocol/connection_to_client_unittest.cc', 202 'protocol/connection_to_client_unittest.cc',
202 'protocol/content_description_unittest.cc', 203 'protocol/content_description_unittest.cc',
203 'protocol/input_event_tracker_unittest.cc', 204 'protocol/input_event_tracker_unittest.cc',
204 'protocol/input_filter_unittest.cc', 205 'protocol/input_filter_unittest.cc',
205 'protocol/jingle_messages_unittest.cc', 206 'protocol/jingle_messages_unittest.cc',
206 'protocol/jingle_session_unittest.cc', 207 'protocol/jingle_session_unittest.cc',
207 'protocol/message_decoder_unittest.cc', 208 'protocol/message_decoder_unittest.cc',
208 'protocol/message_reader_unittest.cc', 209 'protocol/message_reader_unittest.cc',
209 'protocol/monitored_video_stub_unittest.cc', 210 'protocol/monitored_video_stub_unittest.cc',
210 'protocol/mouse_input_filter_unittest.cc', 211 'protocol/mouse_input_filter_unittest.cc',
211 'protocol/negotiating_authenticator_unittest.cc', 212 'protocol/negotiating_authenticator_unittest.cc',
212 'protocol/network_settings_unittest.cc',
213 'protocol/pairing_registry_unittest.cc', 213 'protocol/pairing_registry_unittest.cc',
214 'protocol/port_range_unittest.cc',
214 'protocol/ppapi_module_stub.cc', 215 'protocol/ppapi_module_stub.cc',
215 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 216 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
216 'protocol/third_party_authenticator_unittest.cc', 217 'protocol/third_party_authenticator_unittest.cc',
217 'protocol/v2_authenticator_unittest.cc', 218 'protocol/v2_authenticator_unittest.cc',
218 'signaling/fake_signal_strategy.cc', 219 'signaling/fake_signal_strategy.cc',
219 'signaling/fake_signal_strategy.h', 220 'signaling/fake_signal_strategy.h',
220 'signaling/iq_sender_unittest.cc', 221 'signaling/iq_sender_unittest.cc',
221 'signaling/log_to_server_unittest.cc', 222 'signaling/log_to_server_unittest.cc',
222 'signaling/server_log_entry_unittest.cc', 223 'signaling/server_log_entry_unittest.cc',
223 'signaling/server_log_entry_unittest.h', 224 'signaling/server_log_entry_unittest.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'dependencies': [ 414 'dependencies': [
414 '../base/allocator/allocator.gyp:allocator', 415 '../base/allocator/allocator.gyp:allocator',
415 ], 416 ],
416 }], 417 }],
417 ], # end of 'conditions' 418 ], # end of 'conditions'
418 }, # end of target 'remoting_perftests' 419 }, # end of target 'remoting_perftests'
419 ] 420 ]
420 }] 421 }]
421 ] 422 ]
422 } 423 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698