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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1855613002: Adding the RemoteSecurityKeyMessageHandler class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback Created 4 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
« no previous file with comments | « remoting/host/security_key/security_key_message.cc ('k') | remoting/remoting_test.gypi » ('j') | 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 'variables': { 6 'variables': {
7 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'host/security_key/gnubby_socket.cc', 219 'host/security_key/gnubby_socket.cc',
220 'host/security_key/gnubby_socket.h', 220 'host/security_key/gnubby_socket.h',
221 'host/security_key/remote_security_key_ipc_client.cc', 221 'host/security_key/remote_security_key_ipc_client.cc',
222 'host/security_key/remote_security_key_ipc_client.h', 222 'host/security_key/remote_security_key_ipc_client.h',
223 'host/security_key/remote_security_key_ipc_constants.cc', 223 'host/security_key/remote_security_key_ipc_constants.cc',
224 'host/security_key/remote_security_key_ipc_constants.h', 224 'host/security_key/remote_security_key_ipc_constants.h',
225 'host/security_key/remote_security_key_ipc_server.cc', 225 'host/security_key/remote_security_key_ipc_server.cc',
226 'host/security_key/remote_security_key_ipc_server.h', 226 'host/security_key/remote_security_key_ipc_server.h',
227 'host/security_key/remote_security_key_ipc_server_impl.cc', 227 'host/security_key/remote_security_key_ipc_server_impl.cc',
228 'host/security_key/remote_security_key_ipc_server_impl.h', 228 'host/security_key/remote_security_key_ipc_server_impl.h',
229 'host/security_key/remote_security_key_message_handler.cc',
230 'host/security_key/remote_security_key_message_handler.h',
229 'host/security_key/remote_security_key_message_reader.h', 231 'host/security_key/remote_security_key_message_reader.h',
230 'host/security_key/remote_security_key_message_reader_impl.cc', 232 'host/security_key/remote_security_key_message_reader_impl.cc',
231 'host/security_key/remote_security_key_message_reader_impl.h', 233 'host/security_key/remote_security_key_message_reader_impl.h',
232 'host/security_key/remote_security_key_message_writer.h', 234 'host/security_key/remote_security_key_message_writer.h',
233 'host/security_key/remote_security_key_message_writer_impl.cc', 235 'host/security_key/remote_security_key_message_writer_impl.cc',
234 'host/security_key/remote_security_key_message_writer_impl.h', 236 'host/security_key/remote_security_key_message_writer_impl.h',
235 'host/security_key/security_key_message.cc', 237 'host/security_key/security_key_message.cc',
236 'host/security_key/security_key_message.h', 238 'host/security_key/security_key_message.h',
237 'host/server_log_entry_host.cc', 239 'host/server_log_entry_host.cc',
238 'host/server_log_entry_host.h', 240 'host/server_log_entry_host.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 343 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
342 'host/it2me/it2me_confirmation_dialog_proxy.cc', 344 'host/it2me/it2me_confirmation_dialog_proxy.cc',
343 'host/it2me/it2me_confirmation_dialog_proxy.h', 345 'host/it2me/it2me_confirmation_dialog_proxy.h',
344 'host/it2me/it2me_host.cc', 346 'host/it2me/it2me_host.cc',
345 'host/it2me/it2me_host.h', 347 'host/it2me/it2me_host.h',
346 'host/it2me/it2me_native_messaging_host.cc', 348 'host/it2me/it2me_native_messaging_host.cc',
347 'host/it2me/it2me_native_messaging_host.h', 349 'host/it2me/it2me_native_messaging_host.h',
348 ], 350 ],
349 } 351 }
350 } 352 }
OLDNEW
« no previous file with comments | « remoting/host/security_key/security_key_message.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698