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

Unified Diff: remoting/protocol/BUILD.gn

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
« no previous file with comments | « no previous file | remoting/protocol/authenticator.h » ('j') | remoting/protocol/validating_authenticator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index ac9dae024bbf15c305adfa451adea64f68069b11..a80cd848072b5104a5e59381043cc9df006bc400 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -159,6 +159,8 @@ static_library("protocol") {
"transport_context.h",
"v2_authenticator.cc",
"v2_authenticator.h",
+ "validating_authenticator.cc",
+ "validating_authenticator.h",
"video_renderer.h",
"video_stats_stub.h",
"video_stub.h",
@@ -299,6 +301,7 @@ source_set("unit_tests") {
"ssl_hmac_channel_authenticator_unittest.cc",
"third_party_authenticator_unittest.cc",
"v2_authenticator_unittest.cc",
+ "validating_authenticator_unittest.cc",
"video_frame_pump_unittest.cc",
"webrtc_transport_unittest.cc",
]
« no previous file with comments | « no previous file | remoting/protocol/authenticator.h » ('j') | remoting/protocol/validating_authenticator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698