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

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: Refactor AO2TS to make it easier to componentize. Created 5 years, 7 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/core/browser/BUILD.gn
diff --git a/components/signin/core/browser/BUILD.gn b/components/signin/core/browser/BUILD.gn
index 5e9d59aa5fecc9ff95b58e3a6216c0fdcf22f2b4..db79dfac530040818a1408e381ea2ad73d303235 100644
--- a/components/signin/core/browser/BUILD.gn
+++ b/components/signin/core/browser/BUILD.gn
@@ -14,8 +14,6 @@ static_library("browser") {
"account_tracker_service.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" ]
}

Powered by Google App Engine
This is Rietveld 408576698