Chromium Code Reviews| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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="chromeos"> | 200 <if expr="chromeos"> |
| 201 <part file="cr_elements_images_chromeos.grdp" /> | 201 <part file="cr_elements_images_chromeos.grdp" /> |
| 202 </if> | 202 </if> |
| 203 <if expr="enable_vr_shell"> | |
| 204 <include name="IDR_WEBUI_IMAGES_I_CIRCLE" | |
|
Dan Beam
2016/10/03 20:30:59
btw, you only need to add something to this file i
klausw
2016/10/03 21:28:19
Thanks, removed.
| |
| 205 file="images/i_circle.svg" type="BINDATA" /> | |
| 206 </if> | |
| 203 </includes> | 207 </includes> |
| 204 <structures> | 208 <structures> |
| 205 <structure name="IDR_WEBUI_CSS_ACTION_LINK" | 209 <structure name="IDR_WEBUI_CSS_ACTION_LINK" |
| 206 file="css/action_link.css" type="chrome_html" /> | 210 file="css/action_link.css" type="chrome_html" /> |
| 207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 211 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
| 208 file="css/alert_overlay.css" type="chrome_html" /> | 212 file="css/alert_overlay.css" type="chrome_html" /> |
| 209 <structure name="IDR_WEBUI_CSS_APPS_COMMON" | 213 <structure name="IDR_WEBUI_CSS_APPS_COMMON" |
| 210 file="css/apps/common.css" type="chrome_html" /> | 214 file="css/apps/common.css" type="chrome_html" /> |
| 211 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" | 215 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" |
| 212 file="css/apps/topbutton_bar.css" type="chrome_html" /> | 216 file="css/apps/topbutton_bar.css" type="chrome_html" /> |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 468 file="js/chromeos/ui_account_tweaks.js" | 472 file="js/chromeos/ui_account_tweaks.js" |
| 469 type="chrome_html" /> | 473 type="chrome_html" /> |
| 470 </if> | 474 </if> |
| 471 <part file="cr_elements_resources.grdp" /> | 475 <part file="cr_elements_resources.grdp" /> |
| 472 <if expr="not is_android"> | 476 <if expr="not is_android"> |
| 473 <part file="polymer_resources.grdp" /> | 477 <part file="polymer_resources.grdp" /> |
| 474 </if> | 478 </if> |
| 475 </structures> | 479 </structures> |
| 476 </release> | 480 </release> |
| 477 </grit> | 481 </grit> |
| OLD | NEW |