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

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

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase Created 3 years, 10 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/OWNERS » ('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 "apps.icon",
12 "autologin.icon", 13 "autologin.icon",
13 "bluetooth_connected.icon", 14 "bluetooth_connected.icon",
14 "browser_tools.icon", 15 "browser_tools.icon",
15 "browser_tools_error.icon", 16 "browser_tools_error.icon",
16 "browser_tools_update.icon", 17 "browser_tools_update.icon",
17 "caret_down.1x.icon", 18 "caret_down.1x.icon",
18 "caret_down.icon", 19 "caret_down.icon",
19 "caret_up.1x.icon", 20 "caret_up.1x.icon",
20 "caret_up.icon", 21 "caret_up.icon",
22 "cookie.icon",
21 "crashed_tab.icon", 23 "crashed_tab.icon",
22 "credit_card.1x.icon", 24 "credit_card.1x.icon",
23 "credit_card.icon", 25 "credit_card.icon",
26 "extension.icon",
27 "extension_crashed.icon",
24 "file_download.icon", 28 "file_download.icon",
25 "file_download_incognito.1x.icon", 29 "file_download_incognito.1x.icon",
26 "file_download_incognito.icon", 30 "file_download_incognito.icon",
27 "file_download_shelf.icon", 31 "file_download_shelf.icon",
28 "folder.1x.icon", 32 "folder.1x.icon",
29 "folder.icon", 33 "folder.icon",
30 "folder_managed.1x.icon", 34 "folder_managed.1x.icon",
31 "folder_managed.icon", 35 "folder_managed.icon",
32 "folder_supervised.1x.icon", 36 "folder_supervised.1x.icon",
33 "folder_supervised.icon", 37 "folder_supervised.icon",
38 "globe.icon",
34 "incognito.1x.icon", 39 "incognito.1x.icon",
35 "incognito.icon", 40 "incognito.icon",
36 "laptop.icon", 41 "laptop.icon",
37 "navigate_home.1x.icon", 42 "navigate_home.1x.icon",
38 "navigate_home.icon", 43 "navigate_home.icon",
39 "navigate_reload.1x.icon", 44 "navigate_reload.1x.icon",
40 "navigate_reload.icon", 45 "navigate_reload.icon",
41 "navigate_stop.1x.icon", 46 "navigate_stop.1x.icon",
42 "navigate_stop.icon", 47 "navigate_stop.icon",
43 "overflow_chevron.1x.icon", 48 "overflow_chevron.1x.icon",
44 "overflow_chevron.icon", 49 "overflow_chevron.icon",
50 "paintbrush.icon",
51 "sad_tab.icon",
45 "smartphone.icon", 52 "smartphone.icon",
46 "tab.icon", 53 "tab.icon",
47 "tab_audio.1x.icon", 54 "tab_audio.1x.icon",
48 "tab_audio.icon", 55 "tab_audio.icon",
49 "tab_audio_muting.1x.icon", 56 "tab_audio_muting.1x.icon",
50 "tab_audio_muting.icon", 57 "tab_audio_muting.icon",
51 "tab_bluetooth_connected.icon", 58 "tab_bluetooth_connected.icon",
52 "tab_close_hovered_pressed.1x.icon", 59 "tab_close_hovered_pressed.1x.icon",
53 "tab_close_hovered_pressed.icon", 60 "tab_close_hovered_pressed.icon",
54 "tab_close_normal.1x.icon", 61 "tab_close_normal.1x.icon",
(...skipping 17 matching lines...) Expand all
72 source_set("vector_icons") { 79 source_set("vector_icons") {
73 sources = get_target_outputs(":chrome_vector_icons") 80 sources = get_target_outputs(":chrome_vector_icons")
74 sources += [ "//ui/gfx/vector_icon_types.h" ] 81 sources += [ "//ui/gfx/vector_icon_types.h" ]
75 82
76 deps = [ 83 deps = [
77 ":chrome_vector_icons", 84 ":chrome_vector_icons",
78 "//base", 85 "//base",
79 "//skia", 86 "//skia",
80 ] 87 ]
81 } 88 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698