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 2469663002: [ash-md] Add on-screen keyboard toggle row in IME menu view. (Closed)
Patch Set: Created 4 years, 1 month 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 = [
11 "ime_menu_emoticon.1x.icon", 11 "ime_menu_emoticon.1x.icon",
12 "ime_menu_emoticon.icon", 12 "ime_menu_emoticon.icon",
13 "ime_menu_microphone.1x.icon", 13 "ime_menu_microphone.1x.icon",
14 "ime_menu_microphone.icon", 14 "ime_menu_microphone.icon",
15 "ime_menu_on_screen_keyboard.1x.icon",
16 "ime_menu_on_screen_keyboard.icon",
15 "ime_menu_write.1x.icon", 17 "ime_menu_write.1x.icon",
16 "ime_menu_write.icon", 18 "ime_menu_write.icon",
17 "network_badge_add_other.1x.icon", 19 "network_badge_add_other.1x.icon",
18 "network_badge_add_other.icon", 20 "network_badge_add_other.icon",
19 "network_badge_captive_portal.1x.icon", 21 "network_badge_captive_portal.1x.icon",
20 "network_badge_captive_portal.icon", 22 "network_badge_captive_portal.icon",
21 "network_badge_roaming.1x.icon", 23 "network_badge_roaming.1x.icon",
22 "network_badge_roaming.icon", 24 "network_badge_roaming.icon",
23 "network_badge_secure.1x.icon", 25 "network_badge_secure.1x.icon",
24 "network_badge_secure.icon", 26 "network_badge_secure.icon",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 source_set("vector_icons") { 205 source_set("vector_icons") {
204 sources = get_target_outputs(":aggregate_vector_icons") 206 sources = get_target_outputs(":aggregate_vector_icons")
205 sources += [ "//ui/gfx/vector_icon_types.h" ] 207 sources += [ "//ui/gfx/vector_icon_types.h" ]
206 208
207 deps = [ 209 deps = [
208 ":aggregate_vector_icons", 210 ":aggregate_vector_icons",
209 "//base", 211 "//base",
210 "//skia", 212 "//skia",
211 ] 213 ]
212 } 214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698