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

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

Issue 2838903002: Add accessibility related notification to notification center (Closed)
Patch Set: nits Created 3 years, 7 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 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 = [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "network_badge_technology_lte.1x.icon", 49 "network_badge_technology_lte.1x.icon",
50 "network_badge_technology_lte.icon", 50 "network_badge_technology_lte.icon",
51 "network_badge_technology_lte_advanced.1x.icon", 51 "network_badge_technology_lte_advanced.1x.icon",
52 "network_badge_technology_lte_advanced.icon", 52 "network_badge_technology_lte_advanced.icon",
53 "network_badge_vpn.1x.icon", 53 "network_badge_vpn.1x.icon",
54 "network_badge_vpn.icon", 54 "network_badge_vpn.icon",
55 "network_ethernet.1x.icon", 55 "network_ethernet.1x.icon",
56 "network_ethernet.icon", 56 "network_ethernet.icon",
57 "network_vpn.1x.icon", 57 "network_vpn.1x.icon",
58 "network_vpn.icon", 58 "network_vpn.icon",
59 "notification_accessibility_braille.icon",
59 "notification_display_error.icon", 60 "notification_display_error.icon",
60 "notification_feedback_button.1x.icon", 61 "notification_feedback_button.1x.icon",
61 "notification_feedback_button.icon", 62 "notification_feedback_button.icon",
62 "palette_action_capture_region.1x.icon", 63 "palette_action_capture_region.1x.icon",
63 "palette_action_capture_region.icon", 64 "palette_action_capture_region.icon",
64 "palette_action_capture_screen.1x.icon", 65 "palette_action_capture_screen.1x.icon",
65 "palette_action_capture_screen.icon", 66 "palette_action_capture_screen.icon",
66 "palette_action_create_note.1x.icon", 67 "palette_action_create_note.1x.icon",
67 "palette_action_create_note.icon", 68 "palette_action_create_note.icon",
68 "palette_mode_laser_pointer.1x.icon", 69 "palette_mode_laser_pointer.1x.icon",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 source_set("vector_icons") { 248 source_set("vector_icons") {
248 sources = get_target_outputs(":ash_vector_icons") 249 sources = get_target_outputs(":ash_vector_icons")
249 250
250 deps = [ 251 deps = [
251 ":ash_vector_icons", 252 ":ash_vector_icons",
252 "//base", 253 "//base",
253 "//skia", 254 "//skia",
254 "//ui/gfx", 255 "//ui/gfx",
255 ] 256 ]
256 } 257 }
OLDNEW
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/resources/vector_icons/notification_accessibility_braille.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698