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

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

Issue 2169603002: MD WebUI: Move some settings CSS to shared_style_css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521040_internet_cleanup_1
Patch Set: Rebase with hover removal changes Created 4 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 type="chrome_html" /> 212 type="chrome_html" />
213 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML" 213 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML"
214 file="settings_page_css.html" 214 file="settings_page_css.html"
215 type="chrome_html" /> 215 type="chrome_html" />
216 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML" 216 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
217 file="settings_page/main_page_behavior.html" 217 file="settings_page/main_page_behavior.html"
218 type="chrome_html" /> 218 type="chrome_html" />
219 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS" 219 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
220 file="settings_page/main_page_behavior.js" 220 file="settings_page/main_page_behavior.js"
221 type="chrome_html" /> 221 type="chrome_html" />
222 <structure name="IDR_SETTINGS_SETTINGS_ROOT_CSS_HTML" 222 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML"
223 file="settings_root_css.html" 223 file="settings_vars_css.html"
224 type="chrome_html" /> 224 type="chrome_html" />
225 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 225 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
226 file="settings_shared_css.html" 226 file="settings_shared_css.html"
227 type="chrome_html" /> 227 type="chrome_html" />
228 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML" 228 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
229 file="settings_page/transition_behavior.html" 229 file="settings_page/transition_behavior.html"
230 type="chrome_html" /> 230 type="chrome_html" />
231 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS" 231 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
232 file="settings_page/transition_behavior.js" 232 file="settings_page/transition_behavior.js"
233 type="chrome_html" /> 233 type="chrome_html" />
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 type="chrome_html" /> 1064 type="chrome_html" />
1065 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1065 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1066 file="people_page/users_page.html" 1066 file="people_page/users_page.html"
1067 type="chrome_html" 1067 type="chrome_html"
1068 flattenhtml="true" 1068 flattenhtml="true"
1069 allowexternalscript="true" /> 1069 allowexternalscript="true" />
1070 </if> 1070 </if>
1071 </structures> 1071 </structures>
1072 </release> 1072 </release>
1073 </grit> 1073 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698