summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authormunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 06:40:40 +0000
committermunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 06:40:40 +0000
commit992f31daff8f7c8e4f1a37eea22196dbbb716fb0 (patch)
tree2f84214a81b242298869c8e2e40a1ff80f00e86e /chrome/chrome_common.gypi
parent4c5efadb9fc23637f82ccc2be85b1312f6d515ae (diff)
downloadchromium_src-992f31daff8f7c8e4f1a37eea22196dbbb716fb0.zip
chromium_src-992f31daff8f7c8e4f1a37eea22196dbbb716fb0.tar.gz
chromium_src-992f31daff8f7c8e4f1a37eea22196dbbb716fb0.tar.bz2
Add OAuth2 revocation fetcher that is right now used for notifications.
Add unit tests. Review URL: http://codereview.chromium.org/8803029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 764b6c8..ddb7bb0 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -384,6 +384,9 @@
'common/net/gaia/oauth2_access_token_consumer.h',
'common/net/gaia/oauth2_access_token_fetcher.cc',
'common/net/gaia/oauth2_access_token_fetcher.h',
+ 'common/net/gaia/oauth2_revocation_consumer.h',
+ 'common/net/gaia/oauth2_revocation_fetcher.cc',
+ 'common/net/gaia/oauth2_revocation_fetcher.h',
'common/net/x509_certificate_model.cc',
'common/net/x509_certificate_model_nss.cc',
'common/net/x509_certificate_model_openssl.cc',