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

Unified Diff: components/toolbar/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
« no previous file with comments | « components/omnibox/browser/vector_icons/search.icon ('k') | components/toolbar/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
index 08478b45ae46d08282de45a3fcc834e623417880..c61a6a0cdc3806dfdbdebc0cfc49955a9f097456 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/toolbar/BUILD.gn
@@ -9,9 +9,6 @@ aggregate_vector_icons("toolbar_vector_icons") {
icon_directory = "vector_icons"
icons = [
- # TODO(estade): this is the same as ui/gfx/vector_icons/business.icon. Use
- # that one instead once it's been updated from VectorIconId to VectorIcon.
- "business.icon",
"http.1x.icon",
"http.icon",
"https_invalid.1x.icon",
@@ -51,7 +48,10 @@ static_library("toolbar") {
if (!is_android && !is_ios) {
sources += get_target_outputs(":toolbar_vector_icons")
- deps += [ ":toolbar_vector_icons" ]
+ deps += [
+ ":toolbar_vector_icons",
+ "//ui/vector_icons",
+ ]
}
}
« no previous file with comments | « components/omnibox/browser/vector_icons/search.icon ('k') | components/toolbar/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698