summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-06 05:01:02 +0000
committerrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-06 05:01:02 +0000
commit34e25581f9c2513ef1b294cadfa6c4ea250c288c (patch)
tree553a7350cbe2a4bb5776ba1a90503ba44b8766d4 /remoting/remoting.gyp
parent65cda75721ab60e85c7bb9a37a92be7ea7fd8054 (diff)
downloadchromium_src-34e25581f9c2513ef1b294cadfa6c4ea250c288c.zip
chromium_src-34e25581f9c2513ef1b294cadfa6c4ea250c288c.tar.gz
chromium_src-34e25581f9c2513ef1b294cadfa6c4ea250c288c.tar.bz2
Client plugin changes to support third party authentication.
This creates a TokenFetcher implementation that on the client that uses the webapp to direct the user to fetch a token and secret from the given token URL. If the URL requires interactive authentication, the webapp will open a tab/window for the user to authenticate. Once the webapp has a token and shared secret, it uses the callback to send it back to the authentication layer. This also glues the third party authentication method to the NegotiatingAuthenticator. BUG=115899 Review URL: https://chromiumcodereview.appspot.com/12475020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ce276ca..596a737 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1910,6 +1910,8 @@
'client/plugin/pepper_plugin_thread_delegate.h',
'client/plugin/pepper_port_allocator.cc',
'client/plugin/pepper_port_allocator.h',
+ 'client/plugin/pepper_token_fetcher.cc',
+ 'client/plugin/pepper_token_fetcher.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
'client/plugin/pepper_util.cc',