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

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

Issue 2343603003: [Chrome OS MD] Implement accessibility detailed view for the MD Ash system menu (Closed)
Patch Set: ' 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
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 action("aggregate_vector_icons") { 5 action("aggregate_vector_icons") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 7
8 script = "//ui/gfx/vector_icons/aggregate_vector_icons.py" 8 script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
9 9
10 icons = [ 10 icons = [
(...skipping 20 matching lines...) Expand all
31 "palette_tray_icon_laser_pointer.1x.icon", 31 "palette_tray_icon_laser_pointer.1x.icon",
32 "palette_tray_icon_laser_pointer.icon", 32 "palette_tray_icon_laser_pointer.icon",
33 "palette_tray_icon_magnify.1x.icon", 33 "palette_tray_icon_magnify.1x.icon",
34 "palette_tray_icon_magnify.icon", 34 "palette_tray_icon_magnify.icon",
35 "shelf_app_list.1x.icon", 35 "shelf_app_list.1x.icon",
36 "shelf_app_list.icon", 36 "shelf_app_list.icon",
37 "shelf_notifications.1x.icon", 37 "shelf_notifications.1x.icon",
38 "shelf_notifications.icon", 38 "shelf_notifications.icon",
39 "system_menu_accessibility.1x.icon", 39 "system_menu_accessibility.1x.icon",
40 "system_menu_accessibility.icon", 40 "system_menu_accessibility.icon",
41 "system_menu_accessibility_auto_click.1x.icon",
42 "system_menu_accessibility_auto_click.icon",
43 "system_menu_accessibility_chromevox.1x.icon",
44 "system_menu_accessibility_chromevox.icon",
45 "system_menu_accessibility_contrast.1x.icon",
46 "system_menu_accessibility_contrast.icon",
47 "system_menu_accessibility_large_cursor.1x.icon",
48 "system_menu_accessibility_large_cursor.icon",
49 "system_menu_accessibility_screen_magnifier.1x.icon",
50 "system_menu_accessibility_screen_magnifier.icon",
41 "system_menu_arrow_back.1x.icon", 51 "system_menu_arrow_back.1x.icon",
42 "system_menu_arrow_back.icon", 52 "system_menu_arrow_back.icon",
43 "system_menu_arrow_right.1x.icon", 53 "system_menu_arrow_right.1x.icon",
44 "system_menu_arrow_right.icon", 54 "system_menu_arrow_right.icon",
45 "system_menu_bluetooth.1x.icon", 55 "system_menu_bluetooth.1x.icon",
46 "system_menu_bluetooth.icon", 56 "system_menu_bluetooth.icon",
47 "system_menu_bluetooth_disabled.1x.icon", 57 "system_menu_bluetooth_disabled.1x.icon",
48 "system_menu_bluetooth_disabled.icon", 58 "system_menu_bluetooth_disabled.icon",
49 "system_menu_brightness.1x.icon", 59 "system_menu_brightness.1x.icon",
50 "system_menu_brightness.icon", 60 "system_menu_brightness.icon",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 source_set("vector_icons") { 139 source_set("vector_icons") {
130 sources = get_target_outputs(":aggregate_vector_icons") 140 sources = get_target_outputs(":aggregate_vector_icons")
131 sources += [ "//ui/gfx/vector_icon_types.h" ] 141 sources += [ "//ui/gfx/vector_icon_types.h" ]
132 142
133 deps = [ 143 deps = [
134 ":aggregate_vector_icons", 144 ":aggregate_vector_icons",
135 "//base", 145 "//base",
136 "//skia", 146 "//skia",
137 ] 147 ]
138 } 148 }
OLDNEW
« no previous file with comments | « ash/common/system/tray_accessibility.cc ('k') | ash/resources/vector_icons/system_menu_accessibility_auto_click.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698