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

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

Issue 2721823002: Update content settings to new vector icon format. (Closed)
Patch Set: 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 | « no previous file | chrome/app/vector_icons/blocked_badge.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 "apps.icon", 12 "apps.icon",
13 "autologin.icon", 13 "autologin.icon",
14 "blocked_badge.icon",
14 "bluetooth_connected.icon", 15 "bluetooth_connected.icon",
15 "browser_tools.icon", 16 "browser_tools.icon",
16 "browser_tools_error.icon", 17 "browser_tools_error.icon",
17 "browser_tools_update.icon", 18 "browser_tools_update.icon",
18 "caret_down.1x.icon", 19 "caret_down.1x.icon",
19 "caret_down.icon", 20 "caret_down.icon",
20 "caret_up.1x.icon", 21 "caret_up.1x.icon",
21 "caret_up.icon", 22 "caret_up.icon",
23 "code.icon",
22 "cookie.icon", 24 "cookie.icon",
23 "crashed_tab.icon", 25 "crashed_tab.icon",
24 "credit_card.1x.icon", 26 "credit_card.1x.icon",
25 "credit_card.icon", 27 "credit_card.icon",
26 "extension.icon", 28 "extension.icon",
27 "extension_crashed.icon", 29 "extension_crashed.icon",
28 "file_download.icon", 30 "file_download.icon",
29 "file_download_incognito.1x.icon", 31 "file_download_incognito.1x.icon",
30 "file_download_incognito.icon", 32 "file_download_incognito.icon",
31 "file_download_shelf.icon", 33 "file_download_shelf.icon",
32 "folder.1x.icon", 34 "folder.1x.icon",
33 "folder.icon", 35 "folder.icon",
34 "folder_managed.1x.icon", 36 "folder_managed.1x.icon",
35 "folder_managed.icon", 37 "folder_managed.icon",
36 "folder_supervised.1x.icon", 38 "folder_supervised.1x.icon",
37 "folder_supervised.icon", 39 "folder_supervised.icon",
38 "globe.icon", 40 "globe.icon",
41 "image.icon",
39 "incognito.1x.icon", 42 "incognito.1x.icon",
40 "incognito.icon", 43 "incognito.icon",
41 "laptop.icon", 44 "laptop.icon",
45 "mixed_content.icon",
46 "my_location.icon",
42 "navigate_home.1x.icon", 47 "navigate_home.1x.icon",
43 "navigate_home.icon", 48 "navigate_home.icon",
44 "navigate_reload.1x.icon", 49 "navigate_reload.1x.icon",
45 "navigate_reload.icon", 50 "navigate_reload.icon",
46 "navigate_stop.1x.icon", 51 "navigate_stop.1x.icon",
47 "navigate_stop.icon", 52 "navigate_stop.icon",
48 "overflow_chevron.1x.icon", 53 "overflow_chevron.1x.icon",
49 "overflow_chevron.icon", 54 "overflow_chevron.icon",
50 "paintbrush.icon", 55 "paintbrush.icon",
51 "sad_tab.icon", 56 "sad_tab.icon",
52 "smartphone.icon", 57 "smartphone.icon",
58 "subresource_filter_active.icon",
53 "tab.icon", 59 "tab.icon",
54 "tab_audio.1x.icon", 60 "tab_audio.1x.icon",
55 "tab_audio.icon", 61 "tab_audio.icon",
56 "tab_audio_muting.1x.icon", 62 "tab_audio_muting.1x.icon",
57 "tab_audio_muting.icon", 63 "tab_audio_muting.icon",
58 "tab_bluetooth_connected.icon", 64 "tab_bluetooth_connected.icon",
59 "tab_close_hovered_pressed.1x.icon", 65 "tab_close_hovered_pressed.1x.icon",
60 "tab_close_hovered_pressed.icon", 66 "tab_close_hovered_pressed.icon",
61 "tab_close_normal.1x.icon", 67 "tab_close_normal.1x.icon",
62 "tab_close_normal.icon", 68 "tab_close_normal.icon",
63 "tab_media_capturing.icon", 69 "tab_media_capturing.icon",
64 "tab_media_recording.icon", 70 "tab_media_recording.icon",
65 "tab_usb_connected.1x.icon", 71 "tab_usb_connected.1x.icon",
66 "tab_usb_connected.icon", 72 "tab_usb_connected.icon",
67 "tablet.icon", 73 "tablet.icon",
68 "translate.icon", 74 "translate.icon",
75 "warning_badge.icon",
76 "web.icon",
69 "zoom_minus.icon", 77 "zoom_minus.icon",
70 "zoom_plus.icon", 78 "zoom_plus.icon",
71 "${branding_path_component}/product.icon", 79 "${branding_path_component}/product.icon",
72 ] 80 ]
73 81
74 if (is_mac) { 82 if (is_mac) {
75 icons += [ "new_tab_mac_touchbar.icon" ] 83 icons += [ "new_tab_mac_touchbar.icon" ]
76 } 84 }
77 } 85 }
78 86
79 source_set("vector_icons") { 87 source_set("vector_icons") {
80 sources = get_target_outputs(":chrome_vector_icons") 88 sources = get_target_outputs(":chrome_vector_icons")
81 sources += [ "//ui/gfx/vector_icon_types.h" ] 89 sources += [ "//ui/gfx/vector_icon_types.h" ]
82 90
83 deps = [ 91 deps = [
84 ":chrome_vector_icons", 92 ":chrome_vector_icons",
85 "//base", 93 "//base",
86 "//skia", 94 "//skia",
87 ] 95 ]
88 } 96 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/blocked_badge.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698