Index: google_apis/google_apis.gyp |
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp |
index ec9c8c8398c702faf0f1f7b965884cf1aef5bb4e..1fa476c5ed2ec8b4859cd68d04426bf71805eb74 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', |
], |