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

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

Issue 2532313003: Show an info icon with a tooltip for PSL-matches in the account chooser on Views. (Closed)
Patch Set: fix include Created 4 years 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "folder_managed.icon", 54 "folder_managed.icon",
55 "folder_supervised.1x.icon", 55 "folder_supervised.1x.icon",
56 "folder_supervised.icon", 56 "folder_supervised.icon",
57 "fullscreen.icon", 57 "fullscreen.icon",
58 "globe.icon", 58 "globe.icon",
59 "help_outline.icon", 59 "help_outline.icon",
60 "image.icon", 60 "image.icon",
61 "incognito.1x.icon", 61 "incognito.1x.icon",
62 "incognito.icon", 62 "incognito.icon",
63 "info_outline.icon", 63 "info_outline.icon",
64 "information.icon",
64 "laptop.icon", 65 "laptop.icon",
65 "location_bar_http.1x.icon", 66 "location_bar_http.1x.icon",
66 "location_bar_http.icon", 67 "location_bar_http.icon",
67 "location_bar_https_invalid.1x.icon", 68 "location_bar_https_invalid.1x.icon",
68 "location_bar_https_invalid.icon", 69 "location_bar_https_invalid.icon",
69 "location_bar_https_valid.1x.icon", 70 "location_bar_https_valid.1x.icon",
70 "location_bar_https_valid.icon", 71 "location_bar_https_valid.icon",
71 "location_bar_https_valid_in_chip.1x.icon", 72 "location_bar_https_valid_in_chip.1x.icon",
72 "location_bar_https_valid_in_chip.icon", 73 "location_bar_https_valid_in_chip.icon",
73 "location_bar_star.icon", 74 "location_bar_star.icon",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "../vector_icon_types.h", 206 "../vector_icon_types.h",
206 "../vector_icons_public.h", 207 "../vector_icons_public.h",
207 ] 208 ]
208 209
209 deps = [ 210 deps = [
210 ":aggregate_vector_icons", 211 ":aggregate_vector_icons",
211 "//base", 212 "//base",
212 "//skia", 213 "//skia",
213 ] 214 ]
214 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698