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

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

Issue 2845593002: Updates Zoom bubble layout and adds +/- buttons (Closed)
Patch Set: Updates Zoom bubble layout and adds +/- buttons (comments) 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("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 "folder_managed.1x.icon", 43 "folder_managed.1x.icon",
44 "folder_managed.icon", 44 "folder_managed.icon",
45 "folder_supervised.1x.icon", 45 "folder_supervised.1x.icon",
46 "folder_supervised.icon", 46 "folder_supervised.icon",
47 "globe.icon", 47 "globe.icon",
48 "image.icon", 48 "image.icon",
49 "incognito.1x.icon", 49 "incognito.1x.icon",
50 "incognito.icon", 50 "incognito.icon",
51 "laptop.icon", 51 "laptop.icon",
52 "lock.icon", 52 "lock.icon",
53 "remove.1x.icon",
54 "remove.icon",
53 "mixed_content.icon", 55 "mixed_content.icon",
54 "my_location.icon", 56 "my_location.icon",
55 "navigate_home.1x.icon", 57 "navigate_home.1x.icon",
56 "navigate_home.icon", 58 "navigate_home.icon",
57 "navigate_reload.1x.icon", 59 "navigate_reload.1x.icon",
58 "navigate_reload.icon", 60 "navigate_reload.icon",
59 "navigate_stop.1x.icon", 61 "navigate_stop.1x.icon",
60 "navigate_stop.icon", 62 "navigate_stop.icon",
61 "overflow_chevron.1x.icon", 63 "overflow_chevron.1x.icon",
62 "overflow_chevron.icon", 64 "overflow_chevron.icon",
63 "paintbrush.icon", 65 "paintbrush.icon",
64 "photo_camera.icon", 66 "photo_camera.icon",
67 "add.1x.icon",
68 "add.icon",
65 "remove_box.icon", 69 "remove_box.icon",
66 "sad_tab.icon", 70 "sad_tab.icon",
67 "settings.icon", 71 "settings.icon",
68 "smartphone.icon", 72 "smartphone.icon",
69 "subresource_filter_active.icon", 73 "subresource_filter_active.icon",
70 "supervisor_account.icon", 74 "supervisor_account.icon",
71 "supervisor_account_circle.icon", 75 "supervisor_account_circle.icon",
72 "sync_problem.icon", 76 "sync_problem.icon",
73 "tab.icon", 77 "tab.icon",
74 "tab_audio.1x.icon", 78 "tab_audio.1x.icon",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 source_set("vector_icons") { 118 source_set("vector_icons") {
115 sources = get_target_outputs(":chrome_vector_icons") 119 sources = get_target_outputs(":chrome_vector_icons")
116 sources += [ "//ui/gfx/vector_icon_types.h" ] 120 sources += [ "//ui/gfx/vector_icon_types.h" ]
117 121
118 deps = [ 122 deps = [
119 ":chrome_vector_icons", 123 ":chrome_vector_icons",
120 "//base", 124 "//base",
121 "//skia", 125 "//skia",
122 ] 126 ]
123 } 127 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698