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

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: Remove ) from comment 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 type="chrome_html" /> 181 type="chrome_html" />
182 <structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_JS" 182 <structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_JS"
183 file="settings_page/settings_section.js" 183 file="settings_page/settings_section.js"
184 type="chrome_html" /> 184 type="chrome_html" />
185 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_HTML" 185 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_HTML"
186 file="settings_page/settings_subpage.html" 186 file="settings_page/settings_subpage.html"
187 type="chrome_html" /> 187 type="chrome_html" />
188 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_JS" 188 <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_JS"
189 file="settings_page/settings_subpage.js" 189 file="settings_page/settings_subpage.js"
190 type="chrome_html" /> 190 type="chrome_html" />
191 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_HTML"
192 file="settings_dialog.html"
193 type="chrome_html" />
194 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_JS"
195 file="settings_dialog.js"
196 type="chrome_html" />
197 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML" 191 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML"
198 file="settings_page_css.html" 192 file="settings_page_css.html"
199 type="chrome_html" /> 193 type="chrome_html" />
200 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML" 194 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
201 file="settings_page/main_page_behavior.html" 195 file="settings_page/main_page_behavior.html"
202 type="chrome_html" /> 196 type="chrome_html" />
203 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS" 197 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
204 file="settings_page/main_page_behavior.js" 198 file="settings_page/main_page_behavior.js"
205 type="chrome_html" /> 199 type="chrome_html" />
206 <structure name="IDR_SETTINGS_SETTINGS_ROOT_CSS_HTML" 200 <structure name="IDR_SETTINGS_SETTINGS_ROOT_CSS_HTML"
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 type="chrome_html" /> 918 type="chrome_html" />
925 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 919 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
926 file="people_page/users_page.html" 920 file="people_page/users_page.html"
927 type="chrome_html" 921 type="chrome_html"
928 flattenhtml="true" 922 flattenhtml="true"
929 allowexternalscript="true" /> 923 allowexternalscript="true" />
930 </if> 924 </if>
931 </structures> 925 </structures>
932 </release> 926 </release>
933 </grit> 927 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.js ('k') | chrome/browser/resources/settings/settings_shared_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698