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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1768383004: Cleanup AuthenticatorMethod usage. (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
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 70 ],
71 71
72 'remoting_protocol_sources': [ 72 'remoting_protocol_sources': [
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/authentication_method.cc',
81 'protocol/authentication_method.h',
82 'protocol/authenticator.cc', 80 'protocol/authenticator.cc',
83 'protocol/authenticator.h', 81 'protocol/authenticator.h',
84 'protocol/capability_names.h', 82 'protocol/capability_names.h',
85 'protocol/channel_authenticator.h', 83 'protocol/channel_authenticator.h',
86 'protocol/channel_dispatcher_base.cc', 84 'protocol/channel_dispatcher_base.cc',
87 'protocol/channel_dispatcher_base.h', 85 'protocol/channel_dispatcher_base.h',
88 'protocol/channel_multiplexer.cc', 86 'protocol/channel_multiplexer.cc',
89 'protocol/channel_multiplexer.h', 87 'protocol/channel_multiplexer.h',
90 'protocol/channel_socket_adapter.cc', 88 'protocol/channel_socket_adapter.cc',
91 'protocol/channel_socket_adapter.h', 89 'protocol/channel_socket_adapter.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'client/plugin/pepper_util.cc', 326 'client/plugin/pepper_util.cc',
329 'client/plugin/pepper_util.h', 327 'client/plugin/pepper_util.h',
330 'client/plugin/pepper_video_renderer.h', 328 'client/plugin/pepper_video_renderer.h',
331 'client/plugin/pepper_video_renderer_2d.cc', 329 'client/plugin/pepper_video_renderer_2d.cc',
332 'client/plugin/pepper_video_renderer_2d.h', 330 'client/plugin/pepper_video_renderer_2d.h',
333 'client/plugin/pepper_video_renderer_3d.cc', 331 'client/plugin/pepper_video_renderer_3d.cc',
334 'client/plugin/pepper_video_renderer_3d.h', 332 'client/plugin/pepper_video_renderer_3d.h',
335 ], 333 ],
336 } 334 }
337 } 335 }
OLDNEW
« no previous file with comments | « remoting/protocol/pairing_client_authenticator.cc ('k') | remoting/test/connection_setup_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698