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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1830433002: Adding the message writing class used for remote_security_key STDOUT communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@messages
Patch Set: Integrating security message changes Created 4 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
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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'host/register_support_host_request_unittest.cc', 294 'host/register_support_host_request_unittest.cc',
295 'host/remote_input_filter_unittest.cc', 295 'host/remote_input_filter_unittest.cc',
296 'host/resizing_host_observer_unittest.cc', 296 'host/resizing_host_observer_unittest.cc',
297 'host/resources_unittest.cc', 297 'host/resources_unittest.cc',
298 'host/screen_resolution_unittest.cc', 298 'host/screen_resolution_unittest.cc',
299 'host/security_key/gnubby_auth_handler_linux_unittest.cc', 299 'host/security_key/gnubby_auth_handler_linux_unittest.cc',
300 'host/security_key/gnubby_auth_handler_win_unittest.cc', 300 'host/security_key/gnubby_auth_handler_win_unittest.cc',
301 'host/security_key/gnubby_extension_session_unittest.cc', 301 'host/security_key/gnubby_extension_session_unittest.cc',
302 'host/security_key/remote_security_key_ipc_client_unittest.cc', 302 'host/security_key/remote_security_key_ipc_client_unittest.cc',
303 'host/security_key/remote_security_key_ipc_server_unittest.cc', 303 'host/security_key/remote_security_key_ipc_server_unittest.cc',
304 'host/security_key/remote_security_key_message_writer_unittest.cc',
304 'host/server_log_entry_host_unittest.cc', 305 'host/server_log_entry_host_unittest.cc',
305 'host/setup/me2me_native_messaging_host.cc', 306 'host/setup/me2me_native_messaging_host.cc',
306 'host/setup/me2me_native_messaging_host.h', 307 'host/setup/me2me_native_messaging_host.h',
307 'host/setup/me2me_native_messaging_host_unittest.cc', 308 'host/setup/me2me_native_messaging_host_unittest.cc',
308 'host/setup/mock_oauth_client.cc', 309 'host/setup/mock_oauth_client.cc',
309 'host/setup/mock_oauth_client.h', 310 'host/setup/mock_oauth_client.h',
310 'host/setup/oauth_helper_unittest.cc', 311 'host/setup/oauth_helper_unittest.cc',
311 'host/setup/pin_validator_unittest.cc', 312 'host/setup/pin_validator_unittest.cc',
312 'host/shaped_desktop_capturer_unittest.cc', 313 'host/shaped_desktop_capturer_unittest.cc',
313 'host/third_party_auth_config_unittest.cc', 314 'host/third_party_auth_config_unittest.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 '../build/isolate.gypi', 626 '../build/isolate.gypi',
626 ], 627 ],
627 'sources': [ 628 'sources': [
628 'remoting_unittests.isolate', 629 'remoting_unittests.isolate',
629 ], 630 ],
630 }, 631 },
631 ], 632 ],
632 }], 633 }],
633 ] # end of 'conditions' 634 ] # end of 'conditions'
634 } 635 }
OLDNEW
« remoting/host/setup/test_util.cc ('K') | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698