Chromium Code Reviews| Index: components/search/BUILD.gn |
| diff --git a/components/search/BUILD.gn b/components/search/BUILD.gn |
| index a895701d1688da6947573ebf0edb7ba7ef747e90..21c49c4dcc4f1882a238f1dc7a4f4f59709593b2 100644 |
| --- a/components/search/BUILD.gn |
| +++ b/components/search/BUILD.gn |
| @@ -12,5 +12,8 @@ static_library("search") { |
| deps = [ |
| "//base", |
| + "//components/google/core/browser", |
| + "//components/search_engines", |
| + "//url", |
| ] |
| } |