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

Unified Diff: ui/gfx/BUILD.gn

Issue 2026833003: MD - update checkbox and radio buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/canvas.h » ('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 516b8a0eaf3315fda66ff34bbe1929feb554923e..debb33662f6f63a29afaa93c9011a8d21273d39e 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -422,6 +422,8 @@ action("aggregate_vector_icons") {
"vector_icons/browser_tools.icon",
"vector_icons/business.icon",
"vector_icons/check_circle.icon",
+ "vector_icons/checkbox_active.icon",
+ "vector_icons/checkbox_normal.icon",
"vector_icons/chrome_product.icon",
"vector_icons/code.icon",
"vector_icons/cookie.icon",
@@ -500,6 +502,8 @@ action("aggregate_vector_icons") {
"vector_icons/pdf.icon",
"vector_icons/photo_camera.icon",
"vector_icons/protocol_handler.icon",
+ "vector_icons/radio_button_active.icon",
+ "vector_icons/radio_button_normal.icon",
"vector_icons/remove_box.icon",
"vector_icons/remove_circle.icon",
"vector_icons/sad_tab.icon",
« no previous file with comments | « no previous file | ui/gfx/canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698