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

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

Issue 2870643003: Add support for animations in vector icons. (Closed)
Patch Set: deps, casting 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
« no previous file with comments | « ui/gfx/vector_icon_types.h ('k') | no next file » | 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
(...skipping 19 matching lines...) Expand all
30 "notifications_off.icon", 30 "notifications_off.icon",
31 "protocol_handler.icon", 31 "protocol_handler.icon",
32 "search.icon", 32 "search.icon",
33 "videocam.icon", 33 "videocam.icon",
34 "warning.icon", 34 "warning.icon",
35 ] 35 ]
36 } 36 }
37 37
38 static_library("vector_icons") { 38 static_library("vector_icons") {
39 sources = get_target_outputs(":ui_vector_icons") 39 sources = get_target_outputs(":ui_vector_icons")
40 sources += [ "//ui/gfx/vector_icon_types.h" ]
41 40
42 deps = [ 41 deps = [
43 ":ui_vector_icons", 42 ":ui_vector_icons",
44 "//base", 43 "//base",
45 "//skia", 44 "//skia",
45 "//ui/gfx",
46 ] 46 ]
47 } 47 }
OLDNEW
« no previous file with comments | « ui/gfx/vector_icon_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698