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

Unified Diff: chrome/app/vector_icons/BUILD.gn

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « no previous file | chrome/app/vector_icons/chromium/product.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/BUILD.gn
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
index 12f028a2205396e3e1a6bf0f8c2a9be0b50b4fd4..5c70490eaab1eb1895d0981521c260748129cd9e 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/util/branding.gni")
import("//ui/vector_icons/vector_icons.gni")
aggregate_vector_icons("chrome_vector_icons") {
@@ -20,6 +21,10 @@ aggregate_vector_icons("chrome_vector_icons") {
"crashed_tab.icon",
"credit_card.1x.icon",
"credit_card.icon",
+ "file_download.icon",
+ "file_download_incognito.1x.icon",
+ "file_download_incognito.icon",
+ "file_download_shelf.icon",
"folder.1x.icon",
"folder.icon",
"folder_managed.1x.icon",
@@ -56,6 +61,7 @@ aggregate_vector_icons("chrome_vector_icons") {
"translate.icon",
"zoom_minus.icon",
"zoom_plus.icon",
+ "${branding_path_component}/product.icon",
]
}
« no previous file with comments | « no previous file | chrome/app/vector_icons/chromium/product.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698