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