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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: move run_loop_ to a unique_ptr Created 3 years, 4 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("//components/vector_icons/vector_icons.gni") 6 import("//components/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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "google_g_logo.icon", 52 "google_g_logo.icon",
53 "image.icon", 53 "image.icon",
54 "inactive_toast_close.icon",
55 "inactive_toast_logo.icon",
54 "incognito.1x.icon", 56 "incognito.1x.icon",
55 "incognito.icon", 57 "incognito.icon",
56 "laptop.icon", 58 "laptop.icon",
57 "mixed_content.icon", 59 "mixed_content.icon",
58 "my_location.icon", 60 "my_location.icon",
59 "navigate_home.1x.icon", 61 "navigate_home.1x.icon",
60 "navigate_home.icon", 62 "navigate_home.icon",
61 "navigate_stop.1x.icon", 63 "navigate_stop.1x.icon",
62 "navigate_stop.icon", 64 "navigate_stop.icon",
63 "overflow_chevron.1x.icon", 65 "overflow_chevron.1x.icon",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 source_set("vector_icons") { 124 source_set("vector_icons") {
123 sources = get_target_outputs(":chrome_vector_icons") 125 sources = get_target_outputs(":chrome_vector_icons")
124 126
125 deps = [ 127 deps = [
126 ":chrome_vector_icons", 128 ":chrome_vector_icons",
127 "//base", 129 "//base",
128 "//skia", 130 "//skia",
129 "//ui/gfx", 131 "//ui/gfx",
130 ] 132 ]
131 } 133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698