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

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

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps Created 3 years, 9 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/gfx/vector_icons_public.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//build/util/branding.gni") 5 import("//build/util/branding.gni")
6 import("//ui/vector_icons/vector_icons.gni") 6 import("//ui/vector_icons/vector_icons.gni")
7 7
8 aggregate_vector_icons("ui_vector_icons") { 8 aggregate_vector_icons("ui_vector_icons") {
9 icon_directory = "." 9 icon_directory = "."
10 10
11 icons = [ 11 icons = [
12 "back_arrow.1x.icon", 12 "back_arrow.1x.icon",
13 "back_arrow.icon", 13 "back_arrow.icon",
14 "business.icon",
15 "check_circle.icon",
14 "close.1x.icon", 16 "close.1x.icon",
15 "close.icon", 17 "close.icon",
16 "error_circle.icon", 18 "error_circle.icon",
17 "forward_arrow.1x.icon", 19 "forward_arrow.1x.icon",
18 "forward_arrow.icon", 20 "forward_arrow.icon",
21 "info_outline.icon",
19 "location_on.icon", 22 "location_on.icon",
20 "media_router_active.icon", 23 "media_router_active.icon",
21 "media_router_error.icon", 24 "media_router_error.icon",
22 "media_router_idle.icon", 25 "media_router_idle.icon",
23 "media_router_warning.icon", 26 "media_router_warning.icon",
24 "microphone.icon", 27 "microphone.icon",
25 "midi.icon", 28 "midi.icon",
26 "notifications.icon", 29 "notifications.icon",
30 "notifications_off.icon",
27 "protocol_handler.icon", 31 "protocol_handler.icon",
32 "search.icon",
28 "videocam.icon", 33 "videocam.icon",
29 "warning.icon", 34 "warning.icon",
30 ] 35 ]
31 } 36 }
32 37
33 static_library("vector_icons") { 38 static_library("vector_icons") {
34 sources = get_target_outputs(":ui_vector_icons") 39 sources = get_target_outputs(":ui_vector_icons")
35 sources += [ "//ui/gfx/vector_icon_types.h" ] 40 sources += [ "//ui/gfx/vector_icon_types.h" ]
36 41
37 deps = [ 42 deps = [
38 ":ui_vector_icons", 43 ":ui_vector_icons",
39 "//base", 44 "//base",
40 "//skia", 45 "//skia",
41 ] 46 ]
42 } 47 }
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons_public.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698