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

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

Issue 2841873004: MD Settings: Fix subpage navigation focus for bluetooth+internet (Closed)
Patch Set: Fix browser tests Created 3 years, 7 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 file="animation/animation.html" 94 file="animation/animation.html"
95 type="chrome_html" /> 95 type="chrome_html" />
96 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS" 96 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS"
97 file="animation/animation.js" 97 file="animation/animation.js"
98 type="chrome_html" /> 98 type="chrome_html" />
99 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML" 99 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
100 file="settings_page/settings_animated_pages.html" 100 file="settings_page/settings_animated_pages.html"
101 type="chrome_html" /> 101 type="chrome_html" />
102 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS" 102 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
103 file="settings_page/settings_animated_pages.js" 103 file="settings_page/settings_animated_pages.js"
104 type="chrome_html" /> 104 type="chrome_html"
105 preprocess="true" />
105 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML" 106 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML"
106 file="appearance_page/appearance_browser_proxy.html" 107 file="appearance_page/appearance_browser_proxy.html"
107 type="chrome_html" /> 108 type="chrome_html" />
108 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS" 109 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS"
109 file="appearance_page/appearance_browser_proxy.js" 110 file="appearance_page/appearance_browser_proxy.js"
110 type="chrome_html" 111 type="chrome_html"
111 preprocess="true" /> 112 preprocess="true" />
112 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML" 113 <structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML"
113 file="appearance_page/appearance_fonts_page.html" 114 file="appearance_page/appearance_fonts_page.html"
114 type="chrome_html" 115 type="chrome_html"
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 type="chrome_html" /> 1306 type="chrome_html" />
1306 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1307 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1307 file="people_page/users_page.html" 1308 file="people_page/users_page.html"
1308 type="chrome_html" 1309 type="chrome_html"
1309 preprocess="true" 1310 preprocess="true"
1310 allowexternalscript="true" /> 1311 allowexternalscript="true" />
1311 </if> 1312 </if>
1312 </structures> 1313 </structures>
1313 </release> 1314 </release>
1314 </grit> 1315 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698