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

Side by Side Diff: remoting/remoting_host_srcs.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: Fixing non-windows linking error 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_writer.cc',
230 'host/security_key/remote_security_key_message_writer.h',
229 'host/security_key/security_key_message.cc', 231 'host/security_key/security_key_message.cc',
230 'host/security_key/security_key_message.h', 232 'host/security_key/security_key_message.h',
231 'host/server_log_entry_host.cc', 233 'host/server_log_entry_host.cc',
232 'host/server_log_entry_host.h', 234 'host/server_log_entry_host.h',
233 'host/service_urls.cc', 235 'host/service_urls.cc',
234 'host/service_urls.h', 236 'host/service_urls.h',
235 'host/shutdown_watchdog.cc', 237 'host/shutdown_watchdog.cc',
236 'host/shutdown_watchdog.h', 238 'host/shutdown_watchdog.h',
237 'host/signaling_connector.cc', 239 'host/signaling_connector.cc',
238 'host/signaling_connector.h', 240 'host/signaling_connector.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 337 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
336 'host/it2me/it2me_confirmation_dialog_proxy.cc', 338 'host/it2me/it2me_confirmation_dialog_proxy.cc',
337 'host/it2me/it2me_confirmation_dialog_proxy.h', 339 'host/it2me/it2me_confirmation_dialog_proxy.h',
338 'host/it2me/it2me_host.cc', 340 'host/it2me/it2me_host.cc',
339 'host/it2me/it2me_host.h', 341 'host/it2me/it2me_host.h',
340 'host/it2me/it2me_native_messaging_host.cc', 342 'host/it2me/it2me_native_messaging_host.cc',
341 'host/it2me/it2me_native_messaging_host.h', 343 'host/it2me/it2me_native_messaging_host.h',
342 ], 344 ],
343 } 345 }
344 } 346 }
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