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

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

Issue 2071543003: MD WebUI: Extract settings-dialog into shared cr-dialog element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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"> 2 <grit latest_public_release="0" current_release="1">
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 type="chrome_html" /> 174 type="chrome_html" />
175 <structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_JS" 175 <structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_JS"
176 file="settings_page/settings_section.js" 176 file="settings_page/settings_section.js"
177 type="chrome_html" /> 177 type="chrome_html" />
178 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_HTML" 178 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_HTML"
179 file="settings_page/settings_subpage.html" 179 file="settings_page/settings_subpage.html"
180 type="chrome_html" /> 180 type="chrome_html" />
181 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_JS" 181 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_JS"
182 file="settings_page/settings_subpage.js" 182 file="settings_page/settings_subpage.js"
183 type="chrome_html" /> 183 type="chrome_html" />
184 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_HTML"
185 file="settings_dialog.html"
186 type="chrome_html" />
187 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_JS"
188 file="settings_dialog.js"
189 type="chrome_html" />
190 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML" 184 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML"
191 file="settings_page_css.html" 185 file="settings_page_css.html"
192 type="chrome_html" /> 186 type="chrome_html" />
193 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML" 187 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
194 file="settings_page/main_page_behavior.html" 188 file="settings_page/main_page_behavior.html"
195 type="chrome_html" /> 189 type="chrome_html" />
196 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS" 190 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
197 file="settings_page/main_page_behavior.js" 191 file="settings_page/main_page_behavior.js"
198 type="chrome_html" /> 192 type="chrome_html" />
199 <structure name="IDR_SETTINGS_SETTINGS_ROOT_CSS_HTML" 193 <structure name="IDR_SETTINGS_SETTINGS_ROOT_CSS_HTML"
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 type="chrome_html" /> 911 type="chrome_html" />
918 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 912 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
919 file="people_page/users_page.html" 913 file="people_page/users_page.html"
920 type="chrome_html" 914 type="chrome_html"
921 flattenhtml="true" 915 flattenhtml="true"
922 allowexternalscript="true" /> 916 allowexternalscript="true" />
923 </if> 917 </if>
924 </structures> 918 </structures>
925 </release> 919 </release>
926 </grit> 920 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698