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"> | 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 <include name="IDR_WEBUI_IMAGES_CHECKBOX_BLACK" | 180 <include name="IDR_WEBUI_IMAGES_CHECKBOX_BLACK" |
| 181 file="images/checkbox_black.png" type="BINDATA" /> | 181 file="images/checkbox_black.png" type="BINDATA" /> |
| 182 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE" | 182 <include name="IDR_WEBUI_IMAGES_CHECKBOX_WHITE" |
| 183 file="images/checkbox_white.png" type="BINDATA" /> | 183 file="images/checkbox_white.png" type="BINDATA" /> |
| 184 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT" | 184 <include name="IDR_WEBUI_IMAGES_DISABLED_SELECT" |
| 185 file="images/disabled_select.png" type="BINDATA" /> | 185 file="images/disabled_select.png" type="BINDATA" /> |
| 186 <include name="IDR_WEBUI_IMAGES_GEAR" | 186 <include name="IDR_WEBUI_IMAGES_GEAR" |
| 187 file="images/gear.png" type="BINDATA" /> | 187 file="images/gear.png" type="BINDATA" /> |
| 188 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT" | 188 <include name="IDR_WEBUI_IMAGES_GOOGLE_TRANSPARENT" |
| 189 file="images/google-transparent.png" type="BINDATA" /> | 189 file="images/google-transparent.png" type="BINDATA" /> |
| 190 <include name="IDR_WEBUI_IMAGES_HELP" | |
| 191 file="images/help.png" type="BINDATA" /> | |
|
Dan Beam
2015/07/16 21:54:14
why are you flattening rather than just changing t
| |
| 192 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK" | 190 <include name="IDR_WEBUI_IMAGES_QUESTION_MARK" |
| 193 file="images/question_mark.png" type="BINDATA" /> | 191 file="images/question_mark.png" type="BINDATA" /> |
| 194 <include name="IDR_WEBUI_IMAGES_SELECT" | 192 <include name="IDR_WEBUI_IMAGES_SELECT" |
| 195 file="images/select.png" type="BINDATA" /> | 193 file="images/select.png" type="BINDATA" /> |
| 196 <include name="IDR_WEBUI_IMAGES_THROBBER" | 194 <include name="IDR_WEBUI_IMAGES_THROBBER" |
| 197 file="images/throbber.svg" type="BINDATA" /> | 195 file="images/throbber.svg" type="BINDATA" /> |
| 198 <include name="IDR_WEBUI_IMAGES_TRASH" | 196 <include name="IDR_WEBUI_IMAGES_TRASH" |
| 199 file="images/trash.png" type="BINDATA" /> | 197 file="images/trash.png" type="BINDATA" /> |
| 200 <include name="IDR_WEBUI_IMAGES_CLOUDS" | 198 <include name="IDR_WEBUI_IMAGES_CLOUDS" |
| 201 file="images/clouds.png" type="BINDATA" /> | 199 file="images/clouds.png" type="BINDATA" /> |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 441 type="chrome_html" /> | 439 type="chrome_html" /> |
| 442 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 440 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 443 file="js/chromeos/ui_account_tweaks.js" | 441 file="js/chromeos/ui_account_tweaks.js" |
| 444 type="chrome_html" /> | 442 type="chrome_html" /> |
| 445 </if> | 443 </if> |
| 446 <part file="cr_elements_resources.grdp" /> | 444 <part file="cr_elements_resources.grdp" /> |
| 447 <part file="polymer_resources.grdp" /> | 445 <part file="polymer_resources.grdp" /> |
| 448 </structures> | 446 </structures> |
| 449 </release> | 447 </release> |
| 450 </grit> | 448 </grit> |
| OLD | NEW |