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

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

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? 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
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("//ui/vector_icons/vector_icons.gni") 6 import("//ui/vector_icons/vector_icons.gni")
6 7
7 aggregate_vector_icons("chrome_vector_icons") { 8 aggregate_vector_icons("chrome_vector_icons") {
8 icon_directory = "." 9 icon_directory = "."
9 10
10 icons = [ 11 icons = [
11 "autologin.icon", 12 "autologin.icon",
12 "bluetooth_connected.icon", 13 "bluetooth_connected.icon",
13 "browser_tools.icon", 14 "browser_tools.icon",
14 "browser_tools_error.icon", 15 "browser_tools_error.icon",
15 "browser_tools_update.icon", 16 "browser_tools_update.icon",
16 "caret_down.1x.icon", 17 "caret_down.1x.icon",
17 "caret_down.icon", 18 "caret_down.icon",
18 "caret_up.1x.icon", 19 "caret_up.1x.icon",
19 "caret_up.icon", 20 "caret_up.icon",
20 "crashed_tab.icon", 21 "crashed_tab.icon",
21 "credit_card.1x.icon", 22 "credit_card.1x.icon",
22 "credit_card.icon", 23 "credit_card.icon",
24 "file_download.icon",
25 "file_download_incognito.1x.icon",
26 "file_download_incognito.icon",
27 "file_download_shelf.icon",
23 "folder.1x.icon", 28 "folder.1x.icon",
24 "folder.icon", 29 "folder.icon",
25 "folder_managed.1x.icon", 30 "folder_managed.1x.icon",
26 "folder_managed.icon", 31 "folder_managed.icon",
27 "folder_supervised.1x.icon", 32 "folder_supervised.1x.icon",
28 "folder_supervised.icon", 33 "folder_supervised.icon",
29 "incognito.1x.icon", 34 "incognito.1x.icon",
30 "incognito.icon", 35 "incognito.icon",
31 "laptop.icon", 36 "laptop.icon",
32 "navigate_back.1x.icon", 37 "navigate_back.1x.icon",
(...skipping 20 matching lines...) Expand all
53 "tab_close_normal.1x.icon", 58 "tab_close_normal.1x.icon",
54 "tab_close_normal.icon", 59 "tab_close_normal.icon",
55 "tab_media_capturing.icon", 60 "tab_media_capturing.icon",
56 "tab_media_recording.icon", 61 "tab_media_recording.icon",
57 "tab_usb_connected.1x.icon", 62 "tab_usb_connected.1x.icon",
58 "tab_usb_connected.icon", 63 "tab_usb_connected.icon",
59 "tablet.icon", 64 "tablet.icon",
60 "translate.icon", 65 "translate.icon",
61 "zoom_minus.icon", 66 "zoom_minus.icon",
62 "zoom_plus.icon", 67 "zoom_plus.icon",
68 "${branding_path_component}/product.icon",
63 ] 69 ]
64 } 70 }
65 71
66 source_set("vector_icons") { 72 source_set("vector_icons") {
67 sources = get_target_outputs(":chrome_vector_icons") 73 sources = get_target_outputs(":chrome_vector_icons")
68 sources += [ "//ui/gfx/vector_icon_types.h" ] 74 sources += [ "//ui/gfx/vector_icon_types.h" ]
69 75
70 deps = [ 76 deps = [
71 ":chrome_vector_icons", 77 ":chrome_vector_icons",
72 "//base", 78 "//base",
73 "//skia", 79 "//skia",
74 ] 80 ]
75 } 81 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/chromium/product.icon » ('j') | chrome/app/vector_icons/google_chrome/product.icon » ('J')

Powered by Google App Engine
This is Rietveld 408576698