Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: google_apis/BUILD.gn

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 38e045d3c9c334ea932d4b9940671456e928f51a..58cfa1d13576ca745d3e61752d8ee8b5cce5754f 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -113,6 +113,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_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",
@@ -174,6 +176,8 @@ source_set("test_support") {
"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",
« no previous file with comments | « extensions/shell/browser/shell_oauth2_token_service_unittest.cc ('k') | google_apis/gaia/fake_oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698