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

Side by Side Diff: chrome/app/vector_icons/BUILD.gn

Issue 2892563004: Use animated vector icon for app menu notification animation. (Closed)
Patch Set: git add 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 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("chrome_vector_icons") { 8 aggregate_vector_icons("chrome_vector_icons") {
9 icon_directory = "." 9 icon_directory = "."
10 10
11 icons = [ 11 icons = [
12 "account_box.icon", 12 "account_box.icon",
13 "account_child.icon", 13 "account_child.icon",
14 "account_child_circle.icon", 14 "account_child_circle.icon",
15 "account_circle.icon", 15 "account_circle.icon",
16 "apps.icon", 16 "apps.icon",
17 "autologin.icon", 17 "autologin.icon",
18 "blocked_badge.icon", 18 "blocked_badge.icon",
19 "bluetooth_connected.icon", 19 "bluetooth_connected.icon",
20 "browser_tools_animated.1x.icon",
21 "browser_tools_animated.icon",
20 "browser_tools.1x.icon", 22 "browser_tools.1x.icon",
21 "browser_tools.icon", 23 "browser_tools.icon",
22 "browser_tools_error.icon", 24 "browser_tools_error.icon",
23 "browser_tools_update.icon", 25 "browser_tools_update.icon",
24 "caret_down.1x.icon", 26 "caret_down.1x.icon",
25 "caret_down.icon", 27 "caret_down.icon",
26 "caret_up.1x.icon", 28 "caret_up.1x.icon",
27 "caret_up.icon", 29 "caret_up.icon",
28 "certificate.icon", 30 "certificate.icon",
29 "close_all.icon", 31 "close_all.icon",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 source_set("vector_icons") { 120 source_set("vector_icons") {
119 sources = get_target_outputs(":chrome_vector_icons") 121 sources = get_target_outputs(":chrome_vector_icons")
120 122
121 deps = [ 123 deps = [
122 ":chrome_vector_icons", 124 ":chrome_vector_icons",
123 "//base", 125 "//base",
124 "//skia", 126 "//skia",
125 "//ui/gfx", 127 "//ui/gfx",
126 ] 128 ]
127 } 129 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/browser_tools_animated.icon » ('j') | ui/gfx/paint_vector_icon.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698