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

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

Issue 2846913002: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Fix merge conflict 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
« no previous file with comments | « no previous file | chrome/app/vector_icons/certificate.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 "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.1x.icon", 20 "browser_tools.1x.icon",
21 "browser_tools.icon", 21 "browser_tools.icon",
22 "browser_tools_error.icon", 22 "browser_tools_error.icon",
23 "browser_tools_update.icon", 23 "browser_tools_update.icon",
24 "caret_down.1x.icon", 24 "caret_down.1x.icon",
25 "caret_down.icon", 25 "caret_down.icon",
26 "caret_up.1x.icon", 26 "caret_up.1x.icon",
27 "caret_up.icon", 27 "caret_up.icon",
28 "certificate.icon",
28 "close_all.icon", 29 "close_all.icon",
29 "code.icon", 30 "code.icon",
30 "cookie.icon", 31 "cookie.icon",
31 "crashed_tab.icon", 32 "crashed_tab.icon",
32 "credit_card.1x.icon", 33 "credit_card.1x.icon",
33 "credit_card.icon", 34 "credit_card.icon",
34 "eol.icon", 35 "eol.icon",
35 "extension.icon", 36 "extension.icon",
36 "extension_crashed.icon", 37 "extension_crashed.icon",
37 "file_download.icon", 38 "file_download.icon",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 source_set("vector_icons") { 115 source_set("vector_icons") {
115 sources = get_target_outputs(":chrome_vector_icons") 116 sources = get_target_outputs(":chrome_vector_icons")
116 sources += [ "//ui/gfx/vector_icon_types.h" ] 117 sources += [ "//ui/gfx/vector_icon_types.h" ]
117 118
118 deps = [ 119 deps = [
119 ":chrome_vector_icons", 120 ":chrome_vector_icons",
120 "//base", 121 "//base",
121 "//skia", 122 "//skia",
122 ] 123 ]
123 } 124 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/certificate.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698