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

Unified Diff: ui/gfx/BUILD.gn

Issue 2063633002: Render Ash material design battery image icon without PNGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add battery percentage constant Created 4 years, 6 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
« no previous file with comments | « ash/common/system/chromeos/power/tray_power.cc ('k') | ui/gfx/vector_icons/system_tray_battery.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 3aaade9da7c6e06e21635b21e73eaf01365a59eb..2c527f05aadc83c01a15a7f98f104f0dc1f92b5d 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -531,6 +531,16 @@ action("aggregate_vector_icons") {
"vector_icons/submenu_arrow.icon",
"vector_icons/supervisor_account.icon",
"vector_icons/sync_problem.icon",
+ "vector_icons/system_tray_battery.1x.icon",
+ "vector_icons/system_tray_battery.icon",
+ "vector_icons/system_tray_battery_alert.1x.icon",
+ "vector_icons/system_tray_battery_alert.icon",
+ "vector_icons/system_tray_battery_bolt.1x.icon",
+ "vector_icons/system_tray_battery_bolt.icon",
+ "vector_icons/system_tray_battery_unreliable.1x.icon",
+ "vector_icons/system_tray_battery_unreliable.icon",
+ "vector_icons/system_tray_battery_x.1x.icon",
+ "vector_icons/system_tray_battery_x.icon",
"vector_icons/tab.icon",
"vector_icons/tab_audio.1x.icon",
"vector_icons/tab_audio.icon",
« no previous file with comments | « ash/common/system/chromeos/power/tray_power.cc ('k') | ui/gfx/vector_icons/system_tray_battery.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698