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

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

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? 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
Index: chrome/app/vector_icons/BUILD.gn
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
index d0e72c0333710ead9d3f7030ed4400f66638a887..5abc078e02d1131fa392d6930e6a85732bdc95e9 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",
@@ -60,6 +65,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') | chrome/app/vector_icons/google_chrome/product.icon » ('J')

Powered by Google App Engine
This is Rietveld 408576698