| Index: google_apis/google_apis.gyp
|
| diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
|
| index 260367e626bad01f96a3f3fceaaff88058de3590..4d4092681277b472fa5adbf39ad701c238d8c23f 100644
|
| --- a/google_apis/google_apis.gyp
|
| +++ b/google_apis/google_apis.gyp
|
| @@ -105,6 +105,8 @@
|
| 'gaia/oauth2_mint_token_flow.h',
|
| 'gaia/oauth2_token_service.cc',
|
| 'gaia/oauth2_token_service.h',
|
| + 'gaia/oauth2_token_service_delegate.cc',
|
| + 'gaia/oauth2_token_service_delegate.h',
|
| 'gaia/oauth2_token_service_request.cc',
|
| 'gaia/oauth2_token_service_request.h',
|
| 'gaia/oauth_request_signer.cc',
|
| @@ -185,6 +187,8 @@
|
| 'gaia/fake_gaia.h',
|
| 'gaia/fake_identity_provider.cc',
|
| 'gaia/fake_identity_provider.h',
|
| + 'gaia/fake_oauth2_token_service_delegate.cc',
|
| + 'gaia/fake_oauth2_token_service_delegate.h',
|
| 'gaia/fake_oauth2_token_service.cc',
|
| 'gaia/fake_oauth2_token_service.h',
|
| 'gaia/mock_url_fetcher_factory.h',
|
|
|