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

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

Issue 2962823002: MD Settings: decouple page visibility from settings_ui.html. (Closed)
Patch Set: moving import out of this CL Created 3 years, 5 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
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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_JS" 854 <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_JS"
855 file="printing_page/cups_add_printer_dialog_util.js" 855 file="printing_page/cups_add_printer_dialog_util.js"
856 type="chrome_html" /> 856 type="chrome_html" />
857 </if> 857 </if>
858 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML" 858 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML"
859 file="printing_page/cloud_printers.html" 859 file="printing_page/cloud_printers.html"
860 type="chrome_html" /> 860 type="chrome_html" />
861 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS" 861 <structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_JS"
862 file="printing_page/cloud_printers.js" 862 file="printing_page/cloud_printers.js"
863 type="chrome_html" /> 863 type="chrome_html" />
864 <structure name="IDR_SETTINGS_PAGE_VISIBILITY_HTML"
865 file="page_visibility.html"
866 type="chrome_html" />
867 <structure name="IDR_SETTINGS_PAGE_VISIBILITY_JS"
868 file="page_visibility.js"
869 type="chrome_html"
870 preprocess="true" />
864 <structure name="IDR_SETTINGS_PDF_DOCUMENTS_HTML" 871 <structure name="IDR_SETTINGS_PDF_DOCUMENTS_HTML"
865 file="site_settings/pdf_documents.html" 872 file="site_settings/pdf_documents.html"
866 type="chrome_html" /> 873 type="chrome_html" />
867 <structure name="IDR_SETTINGS_PDF_DOCUMENTS_JS" 874 <structure name="IDR_SETTINGS_PDF_DOCUMENTS_JS"
868 file="site_settings/pdf_documents.js" 875 file="site_settings/pdf_documents.js"
869 type="chrome_html" /> 876 type="chrome_html" />
870 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML" 877 <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
871 file="privacy_page/privacy_page.html" 878 file="privacy_page/privacy_page.html"
872 type="chrome_html" 879 type="chrome_html"
873 flattenhtml="true" 880 flattenhtml="true"
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 type="chrome_html" /> 1370 type="chrome_html" />
1364 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1371 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1365 file="people_page/users_page.html" 1372 file="people_page/users_page.html"
1366 type="chrome_html" 1373 type="chrome_html"
1367 preprocess="true" 1374 preprocess="true"
1368 allowexternalscript="true" /> 1375 allowexternalscript="true" />
1369 </if> 1376 </if>
1370 </structures> 1377 </structures>
1371 </release> 1378 </release>
1372 </grit> 1379 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698