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

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

Issue 2656463002: Implement MD simple gesture nav (Closed)
Patch Set: Simplified ThreePartImage test 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
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/vector_icons/back_arrow.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("//ui/vector_icons/vector_icons.gni") 5 import("//ui/vector_icons/vector_icons.gni")
6 6
7 aggregate_vector_icons("ui_vector_icons") { 7 aggregate_vector_icons("ui_vector_icons") {
8 icon_directory = "." 8 icon_directory = "."
9 9
10 icons = [ 10 icons = [
11 "back_arrow.1x.icon",
12 "back_arrow.icon",
11 "close.1x.icon", 13 "close.1x.icon",
12 "close.icon", 14 "close.icon",
15 "forward_arrow.1x.icon",
16 "forward_arrow.icon",
13 ] 17 ]
14 } 18 }
15 19
16 static_library("vector_icons") { 20 static_library("vector_icons") {
17 sources = get_target_outputs(":ui_vector_icons") 21 sources = get_target_outputs(":ui_vector_icons")
18 sources += [ "//ui/gfx/vector_icon_types.h" ] 22 sources += [ "//ui/gfx/vector_icon_types.h" ]
19 23
20 deps = [ 24 deps = [
21 ":ui_vector_icons", 25 ":ui_vector_icons",
22 "//base", 26 "//base",
23 "//skia", 27 "//skia",
24 ] 28 ]
25 } 29 }
OLDNEW
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/vector_icons/back_arrow.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698