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

Unified Diff: ui/gfx/vector_icons/BUILD.gn

Issue 2712433002: Add note to ui/gfx/vector_icons/BUILD to reduce developer confusion as (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/BUILD.gn
diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
index 1bd790f19c190a480ec95ddc1486270fe4c223c5..7dad812c8c9ad4ae65456595ca9b0ee739822bd2 100644
--- a/ui/gfx/vector_icons/BUILD.gn
+++ b/ui/gfx/vector_icons/BUILD.gn
@@ -4,6 +4,9 @@
import("//build/config/chrome_build.gni")
+# NB: This is a deprecated vector icon target that should be removed. Add vector
+# icons to a more specific target, or ui/vector_icons if ui/ is the right place
+# for them. TODO(estade): remove this target.
action("aggregate_vector_icons") {
visibility = [ ":*" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698