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

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

Issue 2872623002: [Web Payments] Add "pencil" edit button to lists. (Closed)
Patch Set: Rebase 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
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("ui_vector_icons") { 8 aggregate_vector_icons("ui_vector_icons") {
9 icon_directory = "." 9 icon_directory = "."
10 10
11 icons = [ 11 icons = [
12 "back_arrow.1x.icon", 12 "back_arrow.1x.icon",
13 "back_arrow.icon", 13 "back_arrow.icon",
14 "business.icon", 14 "business.icon",
15 "check_circle.icon", 15 "check_circle.icon",
16 "close.1x.icon", 16 "close.1x.icon",
17 "close.icon", 17 "close.icon",
18 "edit.icon",
18 "error_circle.icon", 19 "error_circle.icon",
19 "forward_arrow.1x.icon", 20 "forward_arrow.1x.icon",
20 "forward_arrow.icon", 21 "forward_arrow.icon",
21 "info_outline.icon", 22 "info_outline.icon",
22 "location_on.icon", 23 "location_on.icon",
23 "lock.icon", 24 "lock.icon",
24 "media_router_active.icon", 25 "media_router_active.icon",
25 "media_router_error.icon", 26 "media_router_error.icon",
26 "media_router_idle.icon", 27 "media_router_idle.icon",
27 "media_router_warning.icon", 28 "media_router_warning.icon",
(...skipping 11 matching lines...) Expand all
39 static_library("vector_icons") { 40 static_library("vector_icons") {
40 sources = get_target_outputs(":ui_vector_icons") 41 sources = get_target_outputs(":ui_vector_icons")
41 42
42 deps = [ 43 deps = [
43 ":ui_vector_icons", 44 ":ui_vector_icons",
44 "//base", 45 "//base",
45 "//skia", 46 "//skia",
46 "//ui/gfx", 47 "//ui/gfx",
47 ] 48 ]
48 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/payments/shipping_option_view_controller.cc ('k') | ui/vector_icons/edit.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698