summaryrefslogtreecommitdiffstats
path: root/remoting/host/DEPS
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 21:53:51 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 21:53:51 +0000
commit53021f822333a6e12a552b37a0e82b41bc85c867 (patch)
tree38278a89a6c379b286c8077ac40e4951796736d1 /remoting/host/DEPS
parent90f53ef834d187fe71d4deb102c822475295aa8a (diff)
downloadchromium_src-53021f822333a6e12a552b37a0e82b41bc85c867.zip
chromium_src-53021f822333a6e12a552b37a0e82b41bc85c867.tar.gz
chromium_src-53021f822333a6e12a552b37a0e82b41bc85c867.tar.bz2
Added helper classes to allow OAuth to be used in Me2Me.
These classes are heavily based on equivalents under chrome/service, although they're somewhat simpler. This is part of the groundwork needed to let us use OAuth instead of Client Login for Me2Me. The web-app can present a refresh token, and these classes will allow us to turn it into an access token on-demand. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9677027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/DEPS')
-rw-r--r--remoting/host/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/DEPS b/remoting/host/DEPS
index bc54a47..c84c993 100644
--- a/remoting/host/DEPS
+++ b/remoting/host/DEPS
@@ -1,7 +1,12 @@
include_rules = [
"+ui",
"+base/crypto",
+ "+content/public/common",
"+net/base",
+ "+net/ftp",
+ "+net/http",
+ "+net/proxy",
+ "+net/url_request",
"+remoting/protocol",
"+remoting/jingle_glue",