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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 2277553002: Adding a new authenticator which can be used to validate the remote user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_change
Patch Set: Addressing Feedback Created 4 years, 3 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'protocol/third_party_client_authenticator.h', 220 'protocol/third_party_client_authenticator.h',
221 'protocol/third_party_host_authenticator.cc', 221 'protocol/third_party_host_authenticator.cc',
222 'protocol/third_party_host_authenticator.h', 222 'protocol/third_party_host_authenticator.h',
223 'protocol/token_validator.h', 223 'protocol/token_validator.h',
224 'protocol/transport.cc', 224 'protocol/transport.cc',
225 'protocol/transport.h', 225 'protocol/transport.h',
226 'protocol/transport_context.cc', 226 'protocol/transport_context.cc',
227 'protocol/transport_context.h', 227 'protocol/transport_context.h',
228 'protocol/v2_authenticator.cc', 228 'protocol/v2_authenticator.cc',
229 'protocol/v2_authenticator.h', 229 'protocol/v2_authenticator.h',
230 'protocol/validating_authenticator.cc',
231 'protocol/validating_authenticator.h',
230 'protocol/video_renderer.h', 232 'protocol/video_renderer.h',
231 'protocol/video_stats_stub.h', 233 'protocol/video_stats_stub.h',
232 'protocol/video_stub.h', 234 'protocol/video_stub.h',
233 ], 235 ],
234 236
235 # Files in protocol that don't compile for NaCl. 237 # Files in protocol that don't compile for NaCl.
236 'remoting_protocol_nonnacl_sources': [ 238 'remoting_protocol_nonnacl_sources': [
237 'protocol/capture_scheduler.cc', 239 'protocol/capture_scheduler.cc',
238 'protocol/capture_scheduler.h', 240 'protocol/capture_scheduler.h',
239 'protocol/chromium_port_allocator_factory.cc', 241 'protocol/chromium_port_allocator_factory.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'client/plugin/pepper_url_request.cc', 355 'client/plugin/pepper_url_request.cc',
354 'client/plugin/pepper_url_request.h', 356 'client/plugin/pepper_url_request.h',
355 'client/plugin/pepper_util.cc', 357 'client/plugin/pepper_util.cc',
356 'client/plugin/pepper_util.h', 358 'client/plugin/pepper_util.h',
357 'client/plugin/pepper_video_renderer.h', 359 'client/plugin/pepper_video_renderer.h',
358 'client/plugin/pepper_video_renderer_2d.cc', 360 'client/plugin/pepper_video_renderer_2d.cc',
359 'client/plugin/pepper_video_renderer_2d.h', 361 'client/plugin/pepper_video_renderer_2d.h',
360 'client/plugin/pepper_video_renderer_3d.cc', 362 'client/plugin/pepper_video_renderer_3d.cc',
361 'client/plugin/pepper_video_renderer_3d.h', 363 'client/plugin/pepper_video_renderer_3d.h',
362 ], 364 ],
363 365
364 'remoting_opengl_renderer_sources': [ 366 'remoting_opengl_renderer_sources': [
365 'client/gl_canvas.cc', 367 'client/gl_canvas.cc',
366 'client/gl_canvas.h', 368 'client/gl_canvas.h',
367 'client/gl_cursor.cc', 369 'client/gl_cursor.cc',
368 'client/gl_cursor.h', 370 'client/gl_cursor.h',
369 'client/gl_cursor_feedback.cc', 371 'client/gl_cursor_feedback.cc',
370 'client/gl_cursor_feedback.h', 372 'client/gl_cursor_feedback.h',
371 'client/gl_cursor_feedback_texture.cc', 373 'client/gl_cursor_feedback_texture.cc',
372 'client/gl_cursor_feedback_texture.h', 374 'client/gl_cursor_feedback_texture.h',
373 'client/gl_desktop.cc', 375 'client/gl_desktop.cc',
374 'client/gl_desktop.h', 376 'client/gl_desktop.h',
375 'client/gl_helpers.cc', 377 'client/gl_helpers.cc',
376 'client/gl_helpers.h', 378 'client/gl_helpers.h',
377 'client/gl_math.cc', 379 'client/gl_math.cc',
378 'client/gl_math.h', 380 'client/gl_math.h',
379 'client/gl_renderer.cc', 381 'client/gl_renderer.cc',
380 'client/gl_renderer.h', 382 'client/gl_renderer.h',
381 'client/gl_render_layer.cc', 383 'client/gl_render_layer.cc',
382 'client/gl_render_layer.h', 384 'client/gl_render_layer.h',
383 ], 385 ],
384 } 386 }
385 } 387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698