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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1778223003: Revert of Implement authenticator based on SPAKE2 implementation in boringssl. (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/remoting.gyp ('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 '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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'protocol/rejecting_authenticator.cc', 190 'protocol/rejecting_authenticator.cc',
191 'protocol/rejecting_authenticator.h', 191 'protocol/rejecting_authenticator.h',
192 'protocol/secure_channel_factory.cc', 192 'protocol/secure_channel_factory.cc',
193 'protocol/secure_channel_factory.h', 193 'protocol/secure_channel_factory.h',
194 'protocol/session.h', 194 'protocol/session.h',
195 'protocol/session_config.cc', 195 'protocol/session_config.cc',
196 'protocol/session_config.h', 196 'protocol/session_config.h',
197 'protocol/session_manager.h', 197 'protocol/session_manager.h',
198 'protocol/socket_util.cc', 198 'protocol/socket_util.cc',
199 'protocol/socket_util.h', 199 'protocol/socket_util.h',
200 'protocol/spake2_authenticator.cc',
201 'protocol/spake2_authenticator.h',
202 'protocol/ssl_hmac_channel_authenticator.cc', 200 'protocol/ssl_hmac_channel_authenticator.cc',
203 'protocol/ssl_hmac_channel_authenticator.h', 201 'protocol/ssl_hmac_channel_authenticator.h',
204 'protocol/stream_channel_factory.h', 202 'protocol/stream_channel_factory.h',
205 'protocol/stream_message_pipe_adapter.cc', 203 'protocol/stream_message_pipe_adapter.cc',
206 'protocol/stream_message_pipe_adapter.h', 204 'protocol/stream_message_pipe_adapter.h',
207 'protocol/third_party_authenticator_base.cc', 205 'protocol/third_party_authenticator_base.cc',
208 'protocol/third_party_authenticator_base.h', 206 'protocol/third_party_authenticator_base.h',
209 'protocol/third_party_client_authenticator.cc', 207 'protocol/third_party_client_authenticator.cc',
210 'protocol/third_party_client_authenticator.h', 208 'protocol/third_party_client_authenticator.h',
211 'protocol/third_party_host_authenticator.cc', 209 'protocol/third_party_host_authenticator.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'client/plugin/pepper_util.cc', 328 'client/plugin/pepper_util.cc',
331 'client/plugin/pepper_util.h', 329 'client/plugin/pepper_util.h',
332 'client/plugin/pepper_video_renderer.h', 330 'client/plugin/pepper_video_renderer.h',
333 'client/plugin/pepper_video_renderer_2d.cc', 331 'client/plugin/pepper_video_renderer_2d.cc',
334 'client/plugin/pepper_video_renderer_2d.h', 332 'client/plugin/pepper_video_renderer_2d.h',
335 'client/plugin/pepper_video_renderer_3d.cc', 333 'client/plugin/pepper_video_renderer_3d.cc',
336 'client/plugin/pepper_video_renderer_3d.h', 334 'client/plugin/pepper_video_renderer_3d.h',
337 ], 335 ],
338 } 336 }
339 } 337 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698