From 0dae69276ba560251e1f4c079ffd0a6130b57b06 Mon Sep 17 00:00:00 2001 From: "maniscalco@chromium.org" Date: Mon, 2 Jun 2014 16:09:04 +0000 Subject: Componentize and rename ProfileOAuth2TokenServiceRequest. The purpose of this change is to move ProfileOAuth2TokenServiceRequest into google_apis/gaia and drop any browser dependencies. ProfileOAuth2TokenServiceRequest becomes OAuth2TokenServiceRequest. Add support for invalidating tokens. Review URL: https://codereview.chromium.org/299943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274255 0039d316-1c4b-4281-b951-d872f2087c98 --- google_apis/google_apis.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'google_apis/google_apis.gyp') diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp index ec9c8c8..1fa476c 100644 --- a/google_apis/google_apis.gyp +++ b/google_apis/google_apis.gyp @@ -128,6 +128,8 @@ 'gaia/oauth2_mint_token_flow.h', 'gaia/oauth2_token_service.cc', 'gaia/oauth2_token_service.h', + 'gaia/oauth2_token_service_request.cc', + 'gaia/oauth2_token_service_request.h', 'gaia/ubertoken_fetcher.cc', 'gaia/ubertoken_fetcher.h', 'google_api_keys.cc', @@ -175,6 +177,7 @@ 'gaia/oauth2_access_token_fetcher_impl_unittest.cc', 'gaia/oauth2_api_call_flow_unittest.cc', 'gaia/oauth2_mint_token_flow_unittest.cc', + 'gaia/oauth2_token_service_request_unittest.cc', 'gaia/oauth2_token_service_unittest.cc', 'gaia/ubertoken_fetcher_unittest.cc', ], -- cgit v1.1