| Index: components/search_engines/BUILD.gn
|
| diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
|
| index e8cd405d8fa3a84c7f7d57657f83c46062b9e844..ce921e4891aa415615b8a99542dca2560834a030 100644
|
| --- a/components/search_engines/BUILD.gn
|
| +++ b/components/search_engines/BUILD.gn
|
| @@ -44,6 +44,7 @@ static_library("search_engines") {
|
| deps = [
|
| ":prepopulated_engines",
|
| "//base",
|
| + "//components/google/core/browser",
|
| "//components/keyed_service/core",
|
| "//components/metrics/proto",
|
| "//components/pref_registry",
|
| @@ -58,7 +59,6 @@ static_library("search_engines") {
|
| "//third_party/libxml",
|
| "//ui/gfx",
|
| "//url",
|
| - #'google_core_browser', TODO(GYP)
|
| ]
|
|
|
| if (enable_configuration_policy) {
|
|
|