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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 3ab8cc648b260d3f6415983024e3f1158d079406..c5952be19047960b986fc3840165caea1377ce63 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -227,6 +227,8 @@
'protocol/transport_context.h',
'protocol/v2_authenticator.cc',
'protocol/v2_authenticator.h',
+ 'protocol/validating_authenticator.cc',
+ 'protocol/validating_authenticator.h',
'protocol/video_renderer.h',
'protocol/video_stats_stub.h',
'protocol/video_stub.h',
@@ -360,7 +362,7 @@
'client/plugin/pepper_video_renderer_3d.cc',
'client/plugin/pepper_video_renderer_3d.h',
],
-
+
'remoting_opengl_renderer_sources': [
'client/gl_canvas.cc',
'client/gl_canvas.h',

Powered by Google App Engine
This is Rietveld 408576698