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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1794433002: Use ClientAuthenticationConfig in PairingClientAuthenticator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « remoting/protocol/v2_authenticator.h ('k') | remoting/test/protocol_perftest.cc » ('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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'protocol/audio_reader.cc', 73 'protocol/audio_reader.cc',
74 'protocol/audio_reader.h', 74 'protocol/audio_reader.h',
75 'protocol/audio_stub.h', 75 'protocol/audio_stub.h',
76 'protocol/audio_writer.cc', 76 'protocol/audio_writer.cc',
77 'protocol/audio_writer.h', 77 'protocol/audio_writer.h',
78 'protocol/auth_util.cc', 78 'protocol/auth_util.cc',
79 'protocol/auth_util.h', 79 'protocol/auth_util.h',
80 'protocol/authenticator.cc', 80 'protocol/authenticator.cc',
81 'protocol/authenticator.h', 81 'protocol/authenticator.h',
82 'protocol/capability_names.h', 82 'protocol/capability_names.h',
83 'protocol/client_authentication_config.cc',
84 'protocol/client_authentication_config.h',
83 'protocol/channel_authenticator.h', 85 'protocol/channel_authenticator.h',
84 'protocol/channel_dispatcher_base.cc', 86 'protocol/channel_dispatcher_base.cc',
85 'protocol/channel_dispatcher_base.h', 87 'protocol/channel_dispatcher_base.h',
86 'protocol/channel_multiplexer.cc', 88 'protocol/channel_multiplexer.cc',
87 'protocol/channel_multiplexer.h', 89 'protocol/channel_multiplexer.h',
88 'protocol/channel_socket_adapter.cc', 90 'protocol/channel_socket_adapter.cc',
89 'protocol/channel_socket_adapter.h', 91 'protocol/channel_socket_adapter.h',
90 'protocol/client_control_dispatcher.cc', 92 'protocol/client_control_dispatcher.cc',
91 'protocol/client_control_dispatcher.h', 93 'protocol/client_control_dispatcher.h',
92 'protocol/client_event_dispatcher.cc', 94 'protocol/client_event_dispatcher.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'client/plugin/pepper_util.cc', 328 'client/plugin/pepper_util.cc',
327 'client/plugin/pepper_util.h', 329 'client/plugin/pepper_util.h',
328 'client/plugin/pepper_video_renderer.h', 330 'client/plugin/pepper_video_renderer.h',
329 'client/plugin/pepper_video_renderer_2d.cc', 331 'client/plugin/pepper_video_renderer_2d.cc',
330 'client/plugin/pepper_video_renderer_2d.h', 332 'client/plugin/pepper_video_renderer_2d.h',
331 'client/plugin/pepper_video_renderer_3d.cc', 333 'client/plugin/pepper_video_renderer_3d.cc',
332 'client/plugin/pepper_video_renderer_3d.h', 334 'client/plugin/pepper_video_renderer_3d.h',
333 ], 335 ],
334 } 336 }
335 } 337 }
OLDNEW
« no previous file with comments | « remoting/protocol/v2_authenticator.h ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698