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

Unified Diff: components/signin/ios/browser/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: components/signin/ios/browser/BUILD.gn
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
index 4eb8ed2c05dfff5695e7c4b59725dcdce0b6ee38..531d11c04ad38a7fa4a00b5df28bde0f7e9d0c7b 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -8,8 +8,8 @@ static_library("browser") {
"merge_session_observer_bridge.mm",
"oauth2_token_service_observer_bridge.h",
"oauth2_token_service_observer_bridge.mm",
- "profile_oauth2_token_service_ios.h",
- "profile_oauth2_token_service_ios.mm",
+ "profile_oauth2_token_service_ios_delegate.h",
+ "profile_oauth2_token_service_ios_delegate.mm",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698