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

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

Issue 2464393003: MD Settings: convert last .css file to style module (Closed)
Patch Set: modules with style Created 4 years, 1 month 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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 flattenhtml="true" 853 flattenhtml="true"
854 allowexternalscript="true" /> 854 allowexternalscript="true" />
855 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_JS" 855 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_JS"
856 file="search_engines_page/search_engine_entry.js" 856 file="search_engines_page/search_engine_entry.js"
857 type="chrome_html" /> 857 type="chrome_html" />
858 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_HTML " 858 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_HTML "
859 file="search_engines_page/search_engine_entry.html" 859 file="search_engines_page/search_engine_entry.html"
860 type="chrome_html" 860 type="chrome_html"
861 flattenhtml="true" 861 flattenhtml="true"
862 allowexternalscript="true" /> 862 allowexternalscript="true" />
863 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_CSS" 863 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ENTRY_CSS_ HTML"
864 file="search_engines_page/search_engine_entry.css" 864 file="search_engines_page/search_engine_entry_css.html"
865 type="chrome_html" /> 865 type="chrome_html" />
866 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_OMNIBOX_EXTENSION_ENTRY_ JS" 866 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_OMNIBOX_EXTENSION_ENTRY_ JS"
867 file="search_engines_page/omnibox_extension_entry.js" 867 file="search_engines_page/omnibox_extension_entry.js"
868 type="chrome_html" /> 868 type="chrome_html" />
869 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_OMNIBOX_EXTENSION_ENTRY_ HTML" 869 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_OMNIBOX_EXTENSION_ENTRY_ HTML"
870 file="search_engines_page/omnibox_extension_entry.html" 870 file="search_engines_page/omnibox_extension_entry.html"
871 type="chrome_html" 871 type="chrome_html"
872 flattenhtml="true" 872 flattenhtml="true"
873 allowexternalscript="true" /> 873 allowexternalscript="true" />
874 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_LIST_JS" 874 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINES_LIST_JS"
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 type="chrome_html" /> 1155 type="chrome_html" />
1156 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1156 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1157 file="people_page/users_page.html" 1157 file="people_page/users_page.html"
1158 type="chrome_html" 1158 type="chrome_html"
1159 flattenhtml="true" 1159 flattenhtml="true"
1160 allowexternalscript="true" /> 1160 allowexternalscript="true" />
1161 </if> 1161 </if>
1162 </structures> 1162 </structures>
1163 </release> 1163 </release>
1164 </grit> 1164 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698