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" output_all_resource_defines=
"false"> | 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 file="images/select.png" type="BINDATA" /> | 192 file="images/select.png" type="BINDATA" /> |
193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" | 193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" |
194 file="images/throbber_medium.svg" type="BINDATA" /> | 194 file="images/throbber_medium.svg" type="BINDATA" /> |
195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" | 195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" |
196 file="images/throbber_small.svg" type="BINDATA" /> | 196 file="images/throbber_small.svg" type="BINDATA" /> |
197 <include name="IDR_WEBUI_IMAGES_TRASH" | 197 <include name="IDR_WEBUI_IMAGES_TRASH" |
198 file="images/trash.png" type="BINDATA" /> | 198 file="images/trash.png" type="BINDATA" /> |
199 | 199 |
200 <if expr="not is_android"> | 200 <if expr="not is_android"> |
201 <part file="cr_elements_images.grdp" /> | 201 <part file="cr_elements_images.grdp" /> |
| 202 <part file="settings_images.grdp" /> |
202 </if> | 203 </if> |
203 </includes> | 204 </includes> |
204 <structures> | 205 <structures> |
205 <structure name="IDR_WEBUI_CSS_ACTION_LINK" | 206 <structure name="IDR_WEBUI_CSS_ACTION_LINK" |
206 file="css/action_link.css" type="chrome_html" /> | 207 file="css/action_link.css" type="chrome_html" /> |
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 208 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
208 file="css/alert_overlay.css" type="chrome_html" /> | 209 file="css/alert_overlay.css" type="chrome_html" /> |
209 <structure name="IDR_WEBUI_CSS_APPS_COMMON" | 210 <structure name="IDR_WEBUI_CSS_APPS_COMMON" |
210 file="css/apps/common.css" type="chrome_html" /> | 211 file="css/apps/common.css" type="chrome_html" /> |
211 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" | 212 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 file="js/chromeos/ui_account_tweaks.js" | 503 file="js/chromeos/ui_account_tweaks.js" |
503 type="chrome_html" /> | 504 type="chrome_html" /> |
504 </if> | 505 </if> |
505 <if expr="not is_android"> | 506 <if expr="not is_android"> |
506 <part file="cr_elements_resources.grdp" /> | 507 <part file="cr_elements_resources.grdp" /> |
507 <part file="polymer_resources.grdp" /> | 508 <part file="polymer_resources.grdp" /> |
508 </if> | 509 </if> |
509 </structures> | 510 </structures> |
510 </release> | 511 </release> |
511 </grit> | 512 </grit> |
OLD | NEW |