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

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

Issue 1422023012: MD Settings: Simplify settings-dropdown-menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 type="chrome_html" /> 290 type="chrome_html" />
291 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 291 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
292 file="passwords_and_forms_page/passwords_and_forms_page.js" 292 file="passwords_and_forms_page/passwords_and_forms_page.js"
293 type="chrome_html" /> 293 type="chrome_html" />
294 <structure name="IDR_SETTINGS_PREFS_HTML" 294 <structure name="IDR_SETTINGS_PREFS_HTML"
295 file="prefs/prefs.html" 295 file="prefs/prefs.html"
296 type="chrome_html" /> 296 type="chrome_html" />
297 <structure name="IDR_SETTINGS_PREFS_JS" 297 <structure name="IDR_SETTINGS_PREFS_JS"
298 file="prefs/prefs.js" 298 file="prefs/prefs.js"
299 type="chrome_html" /> 299 type="chrome_html" />
300 <structure name="IDR_SETTINGS_SELECTABLE_PREF_BEHAVIOR_HTML"
301 file="prefs/selectable_pref_behavior.html"
302 type="chrome_html" />
303 <structure name="IDR_SETTINGS_SELECTABLE_PREF_BEHAVIOR_JS"
304 file="prefs/selectable_pref_behavior.js"
305 type="chrome_html" />
300 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_HTML" 306 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_HTML"
301 file="prefs/prefs_behavior.html" 307 file="prefs/prefs_behavior.html"
302 type="chrome_html" /> 308 type="chrome_html" />
303 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS" 309 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS"
304 file="prefs/prefs_behavior.js" 310 file="prefs/prefs_behavior.js"
305 type="chrome_html" /> 311 type="chrome_html" />
306 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML" 312 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
307 file="prefs/prefs_types.html" 313 file="prefs/prefs_types.html"
308 type="chrome_html" /> 314 type="chrome_html" />
309 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 315 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 type="chrome_html" 606 type="chrome_html"
601 flattenhtml="true" 607 flattenhtml="true"
602 allowexternalscript="true" /> 608 allowexternalscript="true" />
603 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 609 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
604 file="users_page/users_page.css" 610 file="users_page/users_page.css"
605 type="chrome_html" /> 611 type="chrome_html" />
606 </if> 612 </if>
607 </structures> 613 </structures>
608 </release> 614 </release>
609 </grit> 615 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698