| Index: components/history/core/browser/BUILD.gn
|
| diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
|
| index 6a24861fc5664c7ded156676148d20110bab94f0..1520ae8bb2f8a910bb4759232c880e5868691e00 100644
|
| --- a/components/history/core/browser/BUILD.gn
|
| +++ b/components/history/core/browser/BUILD.gn
|
| @@ -66,8 +66,6 @@ static_library("browser") {
|
| "visit_tracker.h",
|
| "visitsegment_database.cc",
|
| "visitsegment_database.h",
|
| - "web_history_service.cc",
|
| - "web_history_service.h",
|
| ]
|
|
|
| deps = [
|
| @@ -75,8 +73,6 @@ static_library("browser") {
|
| "//components/favicon_base",
|
| "//components/keyed_service/core",
|
| "//components/query_parser",
|
| - "//components/signin/core/browser",
|
| - "//google_apis",
|
| "//net",
|
| "//skia",
|
| "//sql",
|
|
|