Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2249943002: Preprocess icons.html files for <if>s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: preprocess Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 flattenhtml="true" 457 flattenhtml="true"
458 allowexternalscript="true" /> 458 allowexternalscript="true" />
459 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 459 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
460 file="downloads_page/downloads_page.js" 460 file="downloads_page/downloads_page.js"
461 type="chrome_html" /> 461 type="chrome_html" />
462 <structure name="IDR_SETTINGS_I18n_SETUP_HTML" 462 <structure name="IDR_SETTINGS_I18n_SETUP_HTML"
463 file="i18n_setup.html" 463 file="i18n_setup.html"
464 type="chrome_html" /> 464 type="chrome_html" />
465 <structure name="IDR_SETTINGS_ICONS" 465 <structure name="IDR_SETTINGS_ICONS"
466 file="icons.html" 466 file="icons.html"
467 type="chrome_html" /> 467 type="chrome_html"
468 preprocess="true" />
468 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML" 469 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
469 file="reset_page/powerwash_dialog.html" 470 file="reset_page/powerwash_dialog.html"
470 type="chrome_html" /> 471 type="chrome_html" />
471 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS" 472 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS"
472 file="reset_page/powerwash_dialog.js" 473 file="reset_page/powerwash_dialog.js"
473 type="chrome_html" /> 474 type="chrome_html" />
474 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" 475 <structure name="IDR_SETTINGS_RESET_PAGE_HTML"
475 file="reset_page/reset_page.html" 476 file="reset_page/reset_page.html"
476 type="chrome_html" 477 type="chrome_html"
477 preprocess="true" /> 478 preprocess="true" />
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 type="chrome_html" /> 1095 type="chrome_html" />
1095 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1096 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1096 file="people_page/users_page.html" 1097 file="people_page/users_page.html"
1097 type="chrome_html" 1098 type="chrome_html"
1098 flattenhtml="true" 1099 flattenhtml="true"
1099 allowexternalscript="true" /> 1100 allowexternalscript="true" />
1100 </if> 1101 </if>
1101 </structures> 1102 </structures>
1102 </release> 1103 </release>
1103 </grit> 1104 </grit>
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698