| Index: components/omnibox/browser/BUILD.gn
|
| diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
|
| index 2ccfe007c8ffe594ab36b068a46951c5fa1364a7..77c462619c234423e5bc68972f970b8fad63587c 100644
|
| --- a/components/omnibox/browser/BUILD.gn
|
| +++ b/components/omnibox/browser/BUILD.gn
|
| @@ -19,7 +19,6 @@ aggregate_vector_icons("omnibox_vector_icons") {
|
| "extension_app.icon",
|
| "http.icon",
|
| "keyword_search.icon",
|
| - "search.icon",
|
| "star.1x.icon",
|
| "star.icon",
|
| ]
|
| @@ -168,7 +167,10 @@ static_library("browser") {
|
|
|
| if (!is_android && !is_ios) {
|
| sources += get_target_outputs(":omnibox_vector_icons")
|
| - deps += [ ":omnibox_vector_icons" ]
|
| + deps += [
|
| + ":omnibox_vector_icons",
|
| + "//ui/vector_icons",
|
| + ]
|
| }
|
|
|
| # TODO(brettw) Fix the include cycle and remove this line.
|
|
|