summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 06:30:31 +0000
committerrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 06:30:31 +0000
commitd95ee260453471c3283ec93c588a69d476841247 (patch)
tree852fdf64d8d958008ae37dfcf26a3dcb25073645 /remoting/remoting_host.gypi
parent37ea9a6d57233773d2a5daeab5ac44d14aa93882 (diff)
downloadchromium_src-d95ee260453471c3283ec93c588a69d476841247.zip
chromium_src-d95ee260453471c3283ec93c588a69d476841247.tar.gz
chromium_src-d95ee260453471c3283ec93c588a69d476841247.tar.bz2
Refactor TokenValidatorImpl into a base class + implementation.
Most of the common logic and response handling code are moved into a base class, and the implementation contains just the logic to prepare the validation request (which is where the actual keypair-based authentication happens). This makes it easier to implement different, non-keypair-based host authentication mechanisms. BUG= Review URL: https://codereview.chromium.org/165293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 4639e18..e3071e1 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -224,6 +224,8 @@
'host/shaped_screen_capturer.h',
'host/signaling_connector.cc',
'host/signaling_connector.h',
+ 'host/token_validator_base.cc',
+ 'host/token_validator_base.h',
'host/token_validator_factory_impl.cc',
'host/token_validator_factory_impl.h',
'host/usage_stats_consent.h',