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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1099553003: Added unit tests for getCredentialsFromAuthCode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'host/native_messaging/native_messaging_writer_unittest.cc', 201 'host/native_messaging/native_messaging_writer_unittest.cc',
202 'host/pairing_registry_delegate_linux_unittest.cc', 202 'host/pairing_registry_delegate_linux_unittest.cc',
203 'host/pairing_registry_delegate_win_unittest.cc', 203 'host/pairing_registry_delegate_win_unittest.cc',
204 'host/pin_hash_unittest.cc', 204 'host/pin_hash_unittest.cc',
205 'host/policy_watcher_unittest.cc', 205 'host/policy_watcher_unittest.cc',
206 'host/register_support_host_request_unittest.cc', 206 'host/register_support_host_request_unittest.cc',
207 'host/remote_input_filter_unittest.cc', 207 'host/remote_input_filter_unittest.cc',
208 'host/resizing_host_observer_unittest.cc', 208 'host/resizing_host_observer_unittest.cc',
209 'host/screen_resolution_unittest.cc', 209 'host/screen_resolution_unittest.cc',
210 'host/server_log_entry_host_unittest.cc', 210 'host/server_log_entry_host_unittest.cc',
211 'host/setup/mock_oauth_client.cc',
212 'host/setup/mock_oauth_client.h',
211 'host/setup/me2me_native_messaging_host.cc', 213 'host/setup/me2me_native_messaging_host.cc',
212 'host/setup/me2me_native_messaging_host.h', 214 'host/setup/me2me_native_messaging_host.h',
213 'host/setup/me2me_native_messaging_host_unittest.cc', 215 'host/setup/me2me_native_messaging_host_unittest.cc',
214 'host/setup/oauth_helper_unittest.cc', 216 'host/setup/oauth_helper_unittest.cc',
215 'host/setup/pin_validator_unittest.cc', 217 'host/setup/pin_validator_unittest.cc',
216 'host/shaped_desktop_capturer_unittest.cc', 218 'host/shaped_desktop_capturer_unittest.cc',
217 'host/third_party_auth_config_unittest.cc', 219 'host/third_party_auth_config_unittest.cc',
218 'host/token_validator_factory_impl_unittest.cc', 220 'host/token_validator_factory_impl_unittest.cc',
219 'host/touch_injector_win_unittest.cc', 221 'host/touch_injector_win_unittest.cc',
220 'host/video_frame_pump_unittest.cc', 222 'host/video_frame_pump_unittest.cc',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'dependencies': [ 457 'dependencies': [
456 '../base/allocator/allocator.gyp:allocator', 458 '../base/allocator/allocator.gyp:allocator',
457 ], 459 ],
458 }], 460 }],
459 ], # end of 'conditions' 461 ], # end of 'conditions'
460 }, # end of target 'remoting_perftests' 462 }, # end of target 'remoting_perftests'
461 ] 463 ]
462 }] 464 }]
463 ] 465 ]
464 } 466 }
OLDNEW
« remoting/host/setup/oauth_client.cc ('K') | « remoting/host/setup/oauth_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698