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

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

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

Powered by Google App Engine
This is Rietveld 408576698