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

Side by Side Diff: ui/gfx/vector_icons/BUILD.gn

Issue 2299423002: [Material][Mac] Replace hard-coded default favicon with .icon file (Closed)
Patch Set: Vector icon file Created 4 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 action("aggregate_vector_icons") { 5 action("aggregate_vector_icons") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 7
8 script = "aggregate_vector_icons.py" 8 script = "aggregate_vector_icons.py"
9 9
10 icons = [ 10 icons = [
(...skipping 15 matching lines...) Expand all
26 "checkbox_normal.icon", 26 "checkbox_normal.icon",
27 "chrome_product.icon", 27 "chrome_product.icon",
28 "close_all.icon", 28 "close_all.icon",
29 "code.icon", 29 "code.icon",
30 "combobox_arrow_mac_disabled.icon", 30 "combobox_arrow_mac_disabled.icon",
31 "combobox_arrow_mac_enabled.icon", 31 "combobox_arrow_mac_enabled.icon",
32 "cookie.icon", 32 "cookie.icon",
33 "crashed_tab.icon", 33 "crashed_tab.icon",
34 "credit_card.1x.icon", 34 "credit_card.1x.icon",
35 "credit_card.icon", 35 "credit_card.icon",
36 "default_favicon.icon",
36 "eol.icon", 37 "eol.icon",
37 "error_circle.icon", 38 "error_circle.icon",
38 "extension.icon", 39 "extension.icon",
39 "extension_crashed.icon", 40 "extension_crashed.icon",
40 "file_download.icon", 41 "file_download.icon",
41 "file_download_incognito.1x.icon", 42 "file_download_incognito.1x.icon",
42 "file_download_incognito.icon", 43 "file_download_incognito.icon",
43 "file_download_shelf.icon", 44 "file_download_shelf.icon",
44 "find_next.1x.icon", 45 "find_next.1x.icon",
45 "find_next.icon", 46 "find_next.icon",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "../vector_icon_types.h", 277 "../vector_icon_types.h",
277 "../vector_icons_public.h", 278 "../vector_icons_public.h",
278 ] 279 ]
279 280
280 deps = [ 281 deps = [
281 ":aggregate_vector_icons", 282 ":aggregate_vector_icons",
282 "//base", 283 "//base",
283 "//skia", 284 "//skia",
284 ] 285 ]
285 } 286 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm ('k') | ui/gfx/vector_icons/default_favicon.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698