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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_VISIBILITY"
4 file="images/settings_icon_visibility.svg" type="BINDATA" />
5 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ARROW_BACK"
6 file="images/settings_icon_arrow_back.svg" type="BINDATA" />
7 <if expr="chromeos">
8 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ADD_CIRCLE"
9 file="images/settings_icon_add_circle.svg" type="BINDATA" />
10 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_ADD_WIFI"
11 file="images/settings_icon_add_wifi.svg" type="BINDATA" />
12 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_CAMERA_ALT"
13 file="images/settings_icon_camera_alt.svg" type="BINDATA" />
14 <include name="IDR_WEBUI_IMAGES_SETTINGS_ICON_FLIP"
15 file="images/settings_icon_flip.svg" type="BINDATA" />
16 </if>
17 </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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698