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

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

Issue 1815523002: [MD settings] remove breadcrumb code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 type="chrome_html" /> 148 type="chrome_html" />
149 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 149 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
150 file="settings_shared_css.html" 150 file="settings_shared_css.html"
151 type="chrome_html" /> 151 type="chrome_html" />
152 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML" 152 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
153 file="settings_page/transition_behavior.html" 153 file="settings_page/transition_behavior.html"
154 type="chrome_html" /> 154 type="chrome_html" />
155 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS" 155 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
156 file="settings_page/transition_behavior.js" 156 file="settings_page/transition_behavior.js"
157 type="chrome_html" /> 157 type="chrome_html" />
158 <structure name="IDR_SETTINGS_BREADCRUMB_CSS"
159 file="settings_ui/breadcrumb.css"
160 type="chrome_html" />
161 <structure name="IDR_SETTINGS_BREADCRUMB_HTML"
162 file="settings_ui/breadcrumb.html"
163 type="chrome_html"
164 flattenhtml="true"
165 allowexternalscript="true" />
166 <structure name="IDR_SETTINGS_BREADCRUMB_JS"
167 file="settings_ui/breadcrumb.js"
168 type="chrome_html" />
169 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_CSS" 158 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_CSS"
170 file="settings_ui/settings_ui.css" 159 file="settings_ui/settings_ui.css"
171 type="chrome_html" /> 160 type="chrome_html" />
172 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML" 161 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
173 file="settings_ui/settings_ui.html" 162 file="settings_ui/settings_ui.html"
174 type="chrome_html" /> 163 type="chrome_html" />
175 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS" 164 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
176 file="settings_ui/settings_ui.js" 165 file="settings_ui/settings_ui.js"
177 type="chrome_html" /> 166 type="chrome_html" />
178 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_CSS" 167 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_CSS"
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 type="chrome_html" 841 type="chrome_html"
853 flattenhtml="true" 842 flattenhtml="true"
854 allowexternalscript="true" /> 843 allowexternalscript="true" />
855 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 844 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
856 file="people_page/users_page.css" 845 file="people_page/users_page.css"
857 type="chrome_html" /> 846 type="chrome_html" />
858 </if> 847 </if>
859 </structures> 848 </structures>
860 </release> 849 </release>
861 </grit> 850 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698