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

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

Issue 2304213002: Show device connection and paired status in chooser on Mac (Closed)
Patch Set: use vector icons 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
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 = [
11 "account_box.icon", 11 "account_box.icon",
12 "account_child.icon", 12 "account_child.icon",
13 "account_child_circle.icon", 13 "account_child_circle.icon",
14 "account_circle.icon", 14 "account_circle.icon",
15 "apps.icon", 15 "apps.icon",
16 "autologin.icon", 16 "autologin.icon",
17 "bar_close.1x.icon", 17 "bar_close.1x.icon",
18 "bar_close.icon", 18 "bar_close.icon",
19 "blocked_badge.icon", 19 "blocked_badge.icon",
20 "bluetooth_connected.icon",
ortuno 2016/09/07 02:47:02 Why can't we use vector icons for the signal stren
Evan Stade 2016/09/07 16:41:42 We could, but imo that's not necessarily blocking
20 "browser_tools.icon", 21 "browser_tools.icon",
21 "browser_tools_error.icon", 22 "browser_tools_error.icon",
22 "browser_tools_update.icon", 23 "browser_tools_update.icon",
23 "business.icon", 24 "business.icon",
24 "check_circle.icon", 25 "check_circle.icon",
25 "checkbox_active.icon", 26 "checkbox_active.icon",
26 "checkbox_normal.icon", 27 "checkbox_normal.icon",
27 "chrome_product.icon", 28 "chrome_product.icon",
28 "close_all.icon", 29 "close_all.icon",
29 "code.icon", 30 "code.icon",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "../vector_icon_types.h", 279 "../vector_icon_types.h",
279 "../vector_icons_public.h", 280 "../vector_icons_public.h",
280 ] 281 ]
281 282
282 deps = [ 283 deps = [
283 ":aggregate_vector_icons", 284 ":aggregate_vector_icons",
284 "//base", 285 "//base",
285 "//skia", 286 "//skia",
286 ] 287 ]
287 } 288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698