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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ash/resources/vector_icons/BUILD.gn
diff --git a/ash/resources/vector_icons/BUILD.gn b/ash/resources/vector_icons/BUILD.gn
index 9eddf84fb01386a86dab0a6ffe181ea8a012ae52..14b065bb893931da073d7c02ac1065a17b88f8c7 100644
--- a/ash/resources/vector_icons/BUILD.gn
+++ b/ash/resources/vector_icons/BUILD.gn
@@ -206,6 +206,20 @@ action("aggregate_vector_icons") {
"system_tray_update.icon",
"system_tray_volume_mute.1x.icon",
"system_tray_volume_mute.icon",
+ "window_control_back.1x.icon",
+ "window_control_back.icon",
+ "window_control_close.1x.icon",
+ "window_control_close.icon",
+ "window_control_left_snapped.1x.icon",
+ "window_control_left_snapped.icon",
+ "window_control_maximize.1x.icon",
+ "window_control_maximize.icon",
+ "window_control_minimize.1x.icon",
+ "window_control_minimize.icon",
+ "window_control_restore.1x.icon",
+ "window_control_restore.icon",
+ "window_control_right_snapped.1x.icon",
+ "window_control_right_snapped.icon",
]
output_cc = "$target_gen_dir/vector_icons.cc"
« 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