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

Side by Side Diff: ash/resources/vector_icons/BUILD.gn

Issue 2793903005: cros: manual tweaks to network off badge (strikethrough) (Closed)
Patch Set: Created 3 years, 8 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 | ash/resources/vector_icons/network_badge_off.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//ui/vector_icons/vector_icons.gni") 5 import("//ui/vector_icons/vector_icons.gni")
6 6
7 aggregate_vector_icons("ash_vector_icons") { 7 aggregate_vector_icons("ash_vector_icons") {
8 icon_directory = "." 8 icon_directory = "."
9 9
10 icons = [ 10 icons = [
11 "check_circle.1x.icon", 11 "check_circle.1x.icon",
12 "check_circle.icon", 12 "check_circle.icon",
13 "ime_menu_emoticon.1x.icon", 13 "ime_menu_emoticon.1x.icon",
14 "ime_menu_emoticon.icon", 14 "ime_menu_emoticon.icon",
15 "ime_menu_microphone.1x.icon", 15 "ime_menu_microphone.1x.icon",
16 "ime_menu_microphone.icon", 16 "ime_menu_microphone.icon",
17 "ime_menu_on_screen_keyboard.1x.icon", 17 "ime_menu_on_screen_keyboard.1x.icon",
18 "ime_menu_on_screen_keyboard.icon", 18 "ime_menu_on_screen_keyboard.icon",
19 "ime_menu_write.1x.icon", 19 "ime_menu_write.1x.icon",
20 "ime_menu_write.icon", 20 "ime_menu_write.icon",
21 "network_badge_add_other.1x.icon", 21 "network_badge_add_other.1x.icon",
22 "network_badge_add_other.icon", 22 "network_badge_add_other.icon",
23 "network_badge_captive_portal.1x.icon", 23 "network_badge_captive_portal.1x.icon",
24 "network_badge_captive_portal.icon", 24 "network_badge_captive_portal.icon",
25 "network_badge_off.1x.icon",
25 "network_badge_off.icon", 26 "network_badge_off.icon",
26 "network_badge_roaming.1x.icon", 27 "network_badge_roaming.1x.icon",
27 "network_badge_roaming.icon", 28 "network_badge_roaming.icon",
28 "network_badge_secure.1x.icon", 29 "network_badge_secure.1x.icon",
29 "network_badge_secure.icon", 30 "network_badge_secure.icon",
30 "network_badge_technology_1x.1x.icon", 31 "network_badge_technology_1x.1x.icon",
31 "network_badge_technology_1x.icon", 32 "network_badge_technology_1x.icon",
32 "network_badge_technology_3g.1x.icon", 33 "network_badge_technology_3g.1x.icon",
33 "network_badge_technology_3g.icon", 34 "network_badge_technology_3g.icon",
34 "network_badge_technology_4g.1x.icon", 35 "network_badge_technology_4g.1x.icon",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 source_set("vector_icons") { 235 source_set("vector_icons") {
235 sources = get_target_outputs(":ash_vector_icons") 236 sources = get_target_outputs(":ash_vector_icons")
236 sources += [ "//ui/gfx/vector_icon_types.h" ] 237 sources += [ "//ui/gfx/vector_icon_types.h" ]
237 238
238 deps = [ 239 deps = [
239 ":ash_vector_icons", 240 ":ash_vector_icons",
240 "//base", 241 "//base",
241 "//skia", 242 "//skia",
242 ] 243 ]
243 } 244 }
OLDNEW
« no previous file with comments | « no previous file | ash/resources/vector_icons/network_badge_off.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698