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

Side by Side Diff: ui/gfx/vector_icons/BUILD.gn

Issue 2327943002: Vectorize help icon in Ash system menu for MD (Closed)
Patch Set: Addressed review comments Created 4 years, 3 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 | « ash/resources/vector_icons/system_menu_help.1x.icon ('k') | ui/gfx/vector_icons/help.icon » ('j') | 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 action("aggregate_vector_icons") { 5 action("aggregate_vector_icons") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 7
8 script = "aggregate_vector_icons.py" 8 script = "aggregate_vector_icons.py"
9 9
10 icons = [ 10 icons = [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "find_prev.1x.icon", 47 "find_prev.1x.icon",
48 "find_prev.icon", 48 "find_prev.icon",
49 "folder.1x.icon", 49 "folder.1x.icon",
50 "folder.icon", 50 "folder.icon",
51 "folder_managed.1x.icon", 51 "folder_managed.1x.icon",
52 "folder_managed.icon", 52 "folder_managed.icon",
53 "folder_supervised.1x.icon", 53 "folder_supervised.1x.icon",
54 "folder_supervised.icon", 54 "folder_supervised.icon",
55 "fullscreen.icon", 55 "fullscreen.icon",
56 "globe.icon", 56 "globe.icon",
57 "help.icon",
58 "help_outline.icon", 57 "help_outline.icon",
59 "image.icon", 58 "image.icon",
60 "incognito.1x.icon", 59 "incognito.1x.icon",
61 "incognito.icon", 60 "incognito.icon",
62 "info_outline.icon", 61 "info_outline.icon",
63 "laptop.icon", 62 "laptop.icon",
64 "location_bar_http.1x.icon", 63 "location_bar_http.1x.icon",
65 "location_bar_http.icon", 64 "location_bar_http.icon",
66 "location_bar_https_invalid.1x.icon", 65 "location_bar_https_invalid.1x.icon",
67 "location_bar_https_invalid.icon", 66 "location_bar_https_invalid.icon",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "../vector_icon_types.h", 234 "../vector_icon_types.h",
236 "../vector_icons_public.h", 235 "../vector_icons_public.h",
237 ] 236 ]
238 237
239 deps = [ 238 deps = [
240 ":aggregate_vector_icons", 239 ":aggregate_vector_icons",
241 "//base", 240 "//base",
242 "//skia", 241 "//skia",
243 ] 242 ]
244 } 243 }
OLDNEW
« no previous file with comments | « ash/resources/vector_icons/system_menu_help.1x.icon ('k') | ui/gfx/vector_icons/help.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698