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

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

Issue 2892563004: Use animated vector icon for app menu notification animation. (Closed)
Patch Set: one more f Created 3 years, 6 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 | « no previous file | chrome/app/vector_icons/browser_tools_animated.icon » ('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("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 "add.1x.icon", 16 "add.1x.icon",
17 "add.icon", 17 "add.icon",
18 "apps.icon", 18 "apps.icon",
19 "autologin.icon", 19 "autologin.icon",
20 "blocked_badge.icon", 20 "blocked_badge.icon",
21 "bluetooth_connected.icon", 21 "bluetooth_connected.icon",
22 "browser_tools_animated.1x.icon",
23 "browser_tools_animated.icon",
22 "browser_tools.1x.icon", 24 "browser_tools.1x.icon",
23 "browser_tools.icon", 25 "browser_tools.icon",
24 "browser_tools_error.icon", 26 "browser_tools_error.icon",
25 "browser_tools_update.icon", 27 "browser_tools_update.icon",
26 "caret_down.1x.icon", 28 "caret_down.1x.icon",
27 "caret_down.icon", 29 "caret_down.icon",
28 "caret_up.1x.icon", 30 "caret_up.1x.icon",
29 "caret_up.icon", 31 "caret_up.icon",
30 "certificate.icon", 32 "certificate.icon",
31 "close_all.icon", 33 "close_all.icon",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 source_set("vector_icons") { 121 source_set("vector_icons") {
120 sources = get_target_outputs(":chrome_vector_icons") 122 sources = get_target_outputs(":chrome_vector_icons")
121 123
122 deps = [ 124 deps = [
123 ":chrome_vector_icons", 125 ":chrome_vector_icons",
124 "//base", 126 "//base",
125 "//skia", 127 "//skia",
126 "//ui/gfx", 128 "//ui/gfx",
127 ] 129 ]
128 } 130 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/browser_tools_animated.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698