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

Unified Diff: ui/webui/resources/cr_elements_images.grdp

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: format Created 3 years, 8 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: ui/webui/resources/cr_elements_images.grdp
diff --git a/ui/webui/resources/cr_elements_images.grdp b/ui/webui/resources/cr_elements_images.grdp
index 61b9dc84f27e13feac62b8870ace1b13badfaf28..d57cb4eb44ec77c05274c1498cc4392e33b60125 100644
--- a/ui/webui/resources/cr_elements_images.grdp
+++ b/ui/webui/resources/cr_elements_images.grdp
@@ -6,6 +6,16 @@
file="images/arrow_right.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_OPEN_IN_NEW"
file="images/open_in_new.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_ICON_CANCEL"
+ file="images/icon_cancel.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_ICON_CLEAR"
+ file="images/icon_clear.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_ICON_DELETE"
+ file="images/icon_delete.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_ICON_MORE_VERT"
+ file="images/icon_more_vert.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_ICON_SETTINGS"
+ file="images/icon_settings.svg" type="BINDATA" />
dschuyler 2017/05/08 19:05:29 I only see one of these svg files in this CL - wer
<if expr="chromeos">
<include name="IDR_CR_ELEMENTS_CELLULAR_0_SVG"
file="cr_elements/network/cellular_0.svg" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698