| Index: google_apis/BUILD.gn
|
| diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
|
| index efb2bd09ea765a7a4992c7e59daf8c3ffe2ddc3a..582d34a9452b3aedde92b1b7bbfaa0504752e687 100644
|
| --- a/google_apis/BUILD.gn
|
| +++ b/google_apis/BUILD.gn
|
| @@ -100,8 +100,8 @@ source_set("google_apis") {
|
| "gaia/oauth_request_signer.cc",
|
| "gaia/oauth_request_signer.h",
|
| "gaia/oauth2_access_token_consumer.h",
|
| - "gaia/oauth2_access_token_fetcher.h",
|
| "gaia/oauth2_access_token_fetcher.cc",
|
| + "gaia/oauth2_access_token_fetcher.h",
|
| "gaia/oauth2_access_token_fetcher_impl.cc",
|
| "gaia/oauth2_access_token_fetcher_impl.h",
|
| "gaia/oauth2_api_call_flow.cc",
|
| @@ -110,6 +110,8 @@ source_set("google_apis") {
|
| "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",
|
|
|