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

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

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: feedback and formatting Created 3 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
Index: ui/webui/resources/settings_images.grdp
diff --git a/ui/webui/resources/settings_images.grdp b/ui/webui/resources/settings_images.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..f25bdbbbff57a3e7ef32e8c97b2d49f62e46bbce
--- /dev/null
+++ b/ui/webui/resources/settings_images.grdp
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_VISIBILITY"
+ file="images/settings_icon_visibility.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ARROW_BACK"
+ file="images/settings_icon_arrow_back.svg" type="BINDATA" />
+ <if expr="chromeos">
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ADD_CIRCLE"
+ file="images/settings_icon_add_circle.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ADD_WIFI"
+ file="images/settings_icon_add_wifi.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_CAMERA_ALT"
+ file="images/settings_icon_camera_alt.svg" type="BINDATA" />
+ <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_FLIP"
+ file="images/settings_icon_flip.svg" type="BINDATA" />
+ </if>
+</grit-part>
dschuyler 2017/06/09 22:30:46 Please check if we can get by without including th
scottchen 2017/06/09 23:19:26 Done.

Powered by Google App Engine
This is Rietveld 408576698