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

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

Issue 2627023006: WebUI: Remove i18n from cr_elements/network (Closed)
Patch Set: Allow <if> in settings_ui.html Created 3 years, 11 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 type="chrome_html" /> 245 type="chrome_html" />
246 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML" 246 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML"
247 file="settings_vars_css.html" 247 file="settings_vars_css.html"
248 type="chrome_html" /> 248 type="chrome_html" />
249 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 249 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
250 file="settings_shared_css.html" 250 file="settings_shared_css.html"
251 type="chrome_html" 251 type="chrome_html"
252 flattenhtml="true" /> 252 flattenhtml="true" />
253 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML" 253 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
254 file="settings_ui/settings_ui.html" 254 file="settings_ui/settings_ui.html"
255 type="chrome_html" /> 255 type="chrome_html"
256 flattenhtml="true"
257 allowexternalscript="true" />
256 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS" 258 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
257 file="settings_ui/settings_ui.js" 259 file="settings_ui/settings_ui.js"
258 type="chrome_html" 260 type="chrome_html"
259 flattenhtml="true" /> 261 flattenhtml="true" />
260 <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_HTML" 262 <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_HTML"
261 file="global_scroll_target_behavior.html" 263 file="global_scroll_target_behavior.html"
262 type="chrome_html" /> 264 type="chrome_html" />
263 <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_JS" 265 <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_JS"
264 file="global_scroll_target_behavior.js" 266 file="global_scroll_target_behavior.js"
265 type="chrome_html" /> 267 type="chrome_html" />
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 type="chrome_html" /> 1206 type="chrome_html" />
1205 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1207 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1206 file="people_page/users_page.html" 1208 file="people_page/users_page.html"
1207 type="chrome_html" 1209 type="chrome_html"
1208 flattenhtml="true" 1210 flattenhtml="true"
1209 allowexternalscript="true" /> 1211 allowexternalscript="true" />
1210 </if> 1212 </if>
1211 </structures> 1213 </structures>
1212 </release> 1214 </release>
1213 </grit> 1215 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698