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

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

Issue 2959573002: Add star to the rating of playstore app (Closed)
Patch Set: Rebase Created 3 years, 5 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 | ui/app_list/vector_icons/ic_badge_rating.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("app_list_vector_icons") { 7 aggregate_vector_icons("app_list_vector_icons") {
8 icon_directory = "." 8 icon_directory = "."
9 9
10 icons = [ 10 icons = [
11 "ic_badge_instant.1x.icon", 11 "ic_badge_instant.1x.icon",
12 "ic_badge_instant.icon", 12 "ic_badge_instant.icon",
13 "ic_badge_play.1x.icon", 13 "ic_badge_play.1x.icon",
14 "ic_badge_play.icon", 14 "ic_badge_play.icon",
15 "ic_badge_rating.1x.icon",
16 "ic_badge_rating.icon",
15 "ic_google_black.1x.icon", 17 "ic_google_black.1x.icon",
16 "ic_google_black.icon", 18 "ic_google_black.icon",
17 "ic_mic_black.1x.icon", 19 "ic_mic_black.1x.icon",
18 "ic_mic_black.icon", 20 "ic_mic_black.icon",
19 ] 21 ]
20 } 22 }
21 23
22 source_set("vector_icons") { 24 source_set("vector_icons") {
23 sources = get_target_outputs(":app_list_vector_icons") 25 sources = get_target_outputs(":app_list_vector_icons")
24 26
25 deps = [ 27 deps = [
26 ":app_list_vector_icons", 28 ":app_list_vector_icons",
27 "//skia", 29 "//skia",
28 ] 30 ]
29 } 31 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/vector_icons/ic_badge_rating.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698