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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 6
7 # NB: This is a deprecated vector icon target that should be removed. Add vector
8 # icons to a more specific target, or ui/vector_icons if ui/ is the right place
9 # for them. TODO(estade): remove this target.
7 action("aggregate_vector_icons") { 10 action("aggregate_vector_icons") {
8 visibility = [ ":*" ] 11 visibility = [ ":*" ]
9 12
10 script = "aggregate_vector_icons.py" 13 script = "aggregate_vector_icons.py"
11 14
12 icons = [ 15 icons = [
13 "account_box.icon", 16 "account_box.icon",
14 "account_child.icon", 17 "account_child.icon",
15 "account_child_circle.icon", 18 "account_child_circle.icon",
16 "account_circle.icon", 19 "account_circle.icon",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "../vector_icon_types.h", 97 "../vector_icon_types.h",
95 "../vector_icons_public.h", 98 "../vector_icons_public.h",
96 ] 99 ]
97 100
98 deps = [ 101 deps = [
99 ":aggregate_vector_icons", 102 ":aggregate_vector_icons",
100 "//base", 103 "//base",
101 "//skia", 104 "//skia",
102 ] 105 ]
103 } 106 }
OLDNEW
« 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