Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ('k') | components/omnibox/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698