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

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

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view (nits) Created 4 years, 2 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 | « ui/chromeos/ui_chromeos_strings.grd ('k') | ui/gfx/vector_icons/network_badge_add_other.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "navigate_back.1x.icon", 89 "navigate_back.1x.icon",
90 "navigate_back.icon", 90 "navigate_back.icon",
91 "navigate_forward.1x.icon", 91 "navigate_forward.1x.icon",
92 "navigate_forward.icon", 92 "navigate_forward.icon",
93 "navigate_home.1x.icon", 93 "navigate_home.1x.icon",
94 "navigate_home.icon", 94 "navigate_home.icon",
95 "navigate_reload.1x.icon", 95 "navigate_reload.1x.icon",
96 "navigate_reload.icon", 96 "navigate_reload.icon",
97 "navigate_stop.1x.icon", 97 "navigate_stop.1x.icon",
98 "navigate_stop.icon", 98 "navigate_stop.icon",
99 "network_badge_add_other.1x.icon",
100 "network_badge_add_other.icon",
99 "network_badge_captive_portal.1x.icon", 101 "network_badge_captive_portal.1x.icon",
100 "network_badge_captive_portal.icon", 102 "network_badge_captive_portal.icon",
101 "network_badge_roaming.1x.icon", 103 "network_badge_roaming.1x.icon",
102 "network_badge_roaming.icon", 104 "network_badge_roaming.icon",
103 "network_badge_secure.1x.icon", 105 "network_badge_secure.1x.icon",
104 "network_badge_secure.icon", 106 "network_badge_secure.icon",
105 "network_badge_technology_1x.1x.icon", 107 "network_badge_technology_1x.1x.icon",
106 "network_badge_technology_1x.icon", 108 "network_badge_technology_1x.icon",
107 "network_badge_technology_3g.1x.icon", 109 "network_badge_technology_3g.1x.icon",
108 "network_badge_technology_3g.icon", 110 "network_badge_technology_3g.icon",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "../vector_icon_types.h", 238 "../vector_icon_types.h",
237 "../vector_icons_public.h", 239 "../vector_icons_public.h",
238 ] 240 ]
239 241
240 deps = [ 242 deps = [
241 ":aggregate_vector_icons", 243 ":aggregate_vector_icons",
242 "//base", 244 "//base",
243 "//skia", 245 "//skia",
244 ] 246 ]
245 } 247 }
OLDNEW
« no previous file with comments | « ui/chromeos/ui_chromeos_strings.grd ('k') | ui/gfx/vector_icons/network_badge_add_other.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698