| Index: components/signin/core/common/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/signin/core/common/BUILD.gn
|
| similarity index 53%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/signin/core/common/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..9b62faf9a7da7b4a089b972dddc2febfd77bb998 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/signin/core/common/BUILD.gn
|
| @@ -4,11 +4,11 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| + "signin_pref_names.cc",
|
| + "signin_pref_names.h",
|
| + "signin_switches.cc",
|
| + "signin_switches.h",
|
| + "profile_management_switches.cc",
|
| + "profile_management_switches.h",
|
| ]
|
| }
|
|
|