OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This comment is only here because changes to resources are not picked up | 2 <!-- This comment is only here because changes to resources are not picked up |
3 without changes to the corresponding grd file. --> | 3 without changes to the corresponding grd file. --> |
4 <grit latest_public_release="0" current_release="1"> | 4 <grit latest_public_release="0" current_release="1"> |
5 <outputs> | 5 <outputs> |
6 <output filename="grit/webui_resources.h" type="rc_header"> | 6 <output filename="grit/webui_resources.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="grit/webui_resources_map.cc" | 9 <output filename="grit/webui_resources_map.cc" |
10 type="resource_file_map_source" /> | 10 type="resource_file_map_source" /> |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
186 <include name="IDR_WEBUI_IMAGES_ERROR" | 186 <include name="IDR_WEBUI_IMAGES_ERROR" |
187 file="images/error.svg" type="BINDATA" /> | 187 file="images/error.svg" type="BINDATA" /> |
188 <include name="IDR_WEBUI_IMAGES_SELECT" | 188 <include name="IDR_WEBUI_IMAGES_SELECT" |
189 file="images/select.png" type="BINDATA" /> | 189 file="images/select.png" type="BINDATA" /> |
190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" | 190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" |
191 file="images/throbber_medium.svg" type="BINDATA" /> | 191 file="images/throbber_medium.svg" type="BINDATA" /> |
192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" | 192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" |
193 file="images/throbber_small.svg" type="BINDATA" /> | 193 file="images/throbber_small.svg" type="BINDATA" /> |
194 <include name="IDR_WEBUI_IMAGES_TRASH" | 194 <include name="IDR_WEBUI_IMAGES_TRASH" |
195 file="images/trash.png" type="BINDATA" /> | 195 file="images/trash.png" type="BINDATA" /> |
196 <include name="IDR_WEBUI_IMAGES_CHECK_CIRCLE" | |
197 file="images/check_circle.svg" type="BINDATA" /> | |
Dan Beam
2016/01/22 01:26:58
why are you adding this?
anthonyvd
2016/01/22 17:19:57
To use it for the profile picture checkmark, altho
| |
196 | 198 |
197 <part file="cr_elements_images.grdp" /> | 199 <part file="cr_elements_images.grdp" /> |
198 </includes> | 200 </includes> |
199 <structures> | 201 <structures> |
200 <structure name="IDR_WEBUI_CSS_ACTION_LINK" | 202 <structure name="IDR_WEBUI_CSS_ACTION_LINK" |
201 file="css/action_link.css" type="chrome_html" /> | 203 file="css/action_link.css" type="chrome_html" /> |
202 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 204 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
203 file="css/alert_overlay.css" type="chrome_html" /> | 205 file="css/alert_overlay.css" type="chrome_html" /> |
204 <structure name="IDR_WEBUI_CSS_APPS_COMMON" | 206 <structure name="IDR_WEBUI_CSS_APPS_COMMON" |
205 file="css/apps/common.css" type="chrome_html" /> | 207 file="css/apps/common.css" type="chrome_html" /> |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
445 type="chrome_html" /> | 447 type="chrome_html" /> |
446 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 448 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
447 file="js/chromeos/ui_account_tweaks.js" | 449 file="js/chromeos/ui_account_tweaks.js" |
448 type="chrome_html" /> | 450 type="chrome_html" /> |
449 </if> | 451 </if> |
450 <part file="cr_elements_resources.grdp" /> | 452 <part file="cr_elements_resources.grdp" /> |
451 <part file="polymer_resources.grdp" /> | 453 <part file="polymer_resources.grdp" /> |
452 </structures> | 454 </structures> |
453 </release> | 455 </release> |
454 </grit> | 456 </grit> |
OLD | NEW |