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

Unified Diff: components/signin/core/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
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/mutable_profile_oauth2_token_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/BUILD.gn
diff --git a/components/signin/core/browser/BUILD.gn b/components/signin/core/browser/BUILD.gn
index f8307713514e0be8e864a33303b737ac82040996..d3ca92c338eb44b8470e586db6f648cb22e96f8e 100644
--- a/components/signin/core/browser/BUILD.gn
+++ b/components/signin/core/browser/BUILD.gn
@@ -14,8 +14,6 @@ static_library("browser") {
"device_activity_fetcher.h",
"gaia_cookie_manager_service.cc",
"gaia_cookie_manager_service.h",
- "mutable_profile_oauth2_token_service.cc",
- "mutable_profile_oauth2_token_service.h",
"profile_oauth2_token_service.cc",
"profile_oauth2_token_service.h",
"refresh_token_annotation_request.cc",
@@ -59,13 +57,6 @@ static_library("browser") {
"//components/webdata/common",
]
- if (is_android) {
- sources -= [
- "mutable_profile_oauth2_token_service.cc",
- "mutable_profile_oauth2_token_service.h",
- ]
- }
-
if (is_chromeos) {
sources -= [ "signin_manager.cc" ]
}
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/mutable_profile_oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698