| 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" ]
|
| }
|
|
|