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

Side by Side Diff: ash/resources/vector_icons/BUILD.gn

Issue 2622893003: Reland f5157480667e99269e0062e9df1df3875db with fix for compile failure. (Closed)
Patch Set: fix in two BUILD.gns Created 3 years, 11 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 action("aggregate_vector_icons") { 5 action("aggregate_vector_icons") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 7
8 script = "//ui/gfx/vector_icons/aggregate_vector_icons.py" 8 script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
9 9
10 icons = [ 10 icons = [
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "system_tray_rotation_lock_locked.1x.icon", 199 "system_tray_rotation_lock_locked.1x.icon",
200 "system_tray_rotation_lock_locked.icon", 200 "system_tray_rotation_lock_locked.icon",
201 "system_tray_screen_share.1x.icon", 201 "system_tray_screen_share.1x.icon",
202 "system_tray_screen_share.icon", 202 "system_tray_screen_share.icon",
203 "system_tray_tracing.1x.icon", 203 "system_tray_tracing.1x.icon",
204 "system_tray_tracing.icon", 204 "system_tray_tracing.icon",
205 "system_tray_update.1x.icon", 205 "system_tray_update.1x.icon",
206 "system_tray_update.icon", 206 "system_tray_update.icon",
207 "system_tray_volume_mute.1x.icon", 207 "system_tray_volume_mute.1x.icon",
208 "system_tray_volume_mute.icon", 208 "system_tray_volume_mute.icon",
209 "window_control_back.1x.icon",
210 "window_control_back.icon",
211 "window_control_close.1x.icon",
212 "window_control_close.icon",
213 "window_control_left_snapped.1x.icon",
214 "window_control_left_snapped.icon",
215 "window_control_maximize.1x.icon",
216 "window_control_maximize.icon",
217 "window_control_minimize.1x.icon",
218 "window_control_minimize.icon",
219 "window_control_restore.1x.icon",
220 "window_control_restore.icon",
221 "window_control_right_snapped.1x.icon",
222 "window_control_right_snapped.icon",
209 ] 223 ]
210 224
211 output_cc = "$target_gen_dir/vector_icons.cc" 225 output_cc = "$target_gen_dir/vector_icons.cc"
212 output_h = "$target_gen_dir/vector_icons.h" 226 output_h = "$target_gen_dir/vector_icons.h"
213 227
214 inputs = icons 228 inputs = icons
215 inputs += [ 229 inputs += [
216 "vector_icons.cc.template", 230 "vector_icons.cc.template",
217 "vector_icons.h.template", 231 "vector_icons.h.template",
218 ] 232 ]
(...skipping 15 matching lines...) Expand all
234 source_set("vector_icons") { 248 source_set("vector_icons") {
235 sources = get_target_outputs(":aggregate_vector_icons") 249 sources = get_target_outputs(":aggregate_vector_icons")
236 sources += [ "//ui/gfx/vector_icon_types.h" ] 250 sources += [ "//ui/gfx/vector_icon_types.h" ]
237 251
238 deps = [ 252 deps = [
239 ":aggregate_vector_icons", 253 ":aggregate_vector_icons",
240 "//base", 254 "//base",
241 "//skia", 255 "//skia",
242 ] 256 ]
243 } 257 }
OLDNEW
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button_unittest.cc ('k') | ash/resources/vector_icons/window_control_back.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698