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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: switch to vector icons. Simplify new button class as a function 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
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
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "file_download_incognito.icon", 43 "file_download_incognito.icon",
44 "file_download_shelf.icon", 44 "file_download_shelf.icon",
45 "folder.1x.icon", 45 "folder.1x.icon",
46 "folder.icon", 46 "folder.icon",
47 "folder_managed.1x.icon", 47 "folder_managed.1x.icon",
48 "folder_managed.icon", 48 "folder_managed.icon",
49 "folder_supervised.1x.icon", 49 "folder_supervised.1x.icon",
50 "folder_supervised.icon", 50 "folder_supervised.icon",
51 "globe.icon", 51 "globe.icon",
52 "image.icon", 52 "image.icon",
53 "inactive_toast_close.icon",
54 "inactive_toast_logo.icon",
53 "incognito.1x.icon", 55 "incognito.1x.icon",
54 "incognito.icon", 56 "incognito.icon",
55 "laptop.icon", 57 "laptop.icon",
56 "mixed_content.icon", 58 "mixed_content.icon",
57 "my_location.icon", 59 "my_location.icon",
58 "navigate_home.1x.icon", 60 "navigate_home.1x.icon",
59 "navigate_home.icon", 61 "navigate_home.icon",
60 "navigate_reload.1x.icon", 62 "navigate_reload.1x.icon",
61 "navigate_reload.icon", 63 "navigate_reload.icon",
62 "navigate_stop.1x.icon", 64 "navigate_stop.1x.icon",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 source_set("vector_icons") { 122 source_set("vector_icons") {
121 sources = get_target_outputs(":chrome_vector_icons") 123 sources = get_target_outputs(":chrome_vector_icons")
122 124
123 deps = [ 125 deps = [
124 ":chrome_vector_icons", 126 ":chrome_vector_icons",
125 "//base", 127 "//base",
126 "//skia", 128 "//skia",
127 "//ui/gfx", 129 "//ui/gfx",
128 ] 130 ]
129 } 131 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/inactive_toast_close.icon » ('j') | chrome/browser/chrome_browser_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698