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

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

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: setPrefValue_ Created 5 years, 3 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 type="chrome_html" /> 166 type="chrome_html" />
167 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 167 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
168 file="downloads_page/downloads_page.css" 168 file="downloads_page/downloads_page.css"
169 type="chrome_html" /> 169 type="chrome_html" />
170 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 170 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
171 file="downloads_page/downloads_page.html" 171 file="downloads_page/downloads_page.html"
172 type="chrome_html" /> 172 type="chrome_html" />
173 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 173 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
174 file="downloads_page/downloads_page.js" 174 file="downloads_page/downloads_page.js"
175 type="chrome_html" /> 175 type="chrome_html" />
176 <structure name="IDR_SETTINGS_LANGUAGES_HTML"
177 file="languages_page/languages.html"
178 type="chrome_html" />
179 <structure name="IDR_SETTINGS_LANGUAGES_JS"
180 file="languages_page/languages.js"
181 type="chrome_html" />
176 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS" 182 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS"
177 file="languages_page/languages_page.css" 183 file="languages_page/languages_page.css"
178 type="chrome_html" /> 184 type="chrome_html" />
179 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML" 185 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML"
180 file="languages_page/languages_page.html" 186 file="languages_page/languages_page.html"
181 type="chrome_html" 187 type="chrome_html"
182 flattenhtml="true" 188 flattenhtml="true"
183 allowexternalscript="true" /> 189 allowexternalscript="true" />
184 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_JS" 190 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_JS"
185 file="languages_page/languages_page.js" 191 file="languages_page/languages_page.js"
186 type="chrome_html" /> 192 type="chrome_html" />
193 <structure name="IDR_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_PAGE_CSS"
194 file="languages_page/manage_languages_page.css"
195 type="chrome_html" />
196 <structure name="IDR_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_PAGE_HTML"
197 file="languages_page/manage_languages_page.html"
198 type="chrome_html" />
199 <structure name="IDR_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_PAGE_JS"
200 file="languages_page/manage_languages_page.js"
201 type="chrome_html" />
187 <structure name="IDR_SETTINGS_POLICY_CONTROLLABLE_HTML" 202 <structure name="IDR_SETTINGS_POLICY_CONTROLLABLE_HTML"
188 file="policy_controllable/policy_controllable.html" 203 file="policy_controllable/policy_controllable.html"
189 type="chrome_html" /> 204 type="chrome_html" />
190 <structure name="IDR_SETTINGS_POLICY_CONTROLLABLE_JS" 205 <structure name="IDR_SETTINGS_POLICY_CONTROLLABLE_JS"
191 file="policy_controllable/policy_controllable.js" 206 file="policy_controllable/policy_controllable.js"
192 type="chrome_html" /> 207 type="chrome_html" />
193 <structure name="IDR_SETTINGS_PREFS_HTML" 208 <structure name="IDR_SETTINGS_PREFS_HTML"
194 file="prefs/prefs.html" 209 file="prefs/prefs.html"
195 type="chrome_html" /> 210 type="chrome_html" />
196 <structure name="IDR_SETTINGS_PREFS_JS" 211 <structure name="IDR_SETTINGS_PREFS_JS"
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 type="chrome_html" 479 type="chrome_html"
465 flattenhtml="true" 480 flattenhtml="true"
466 allowexternalscript="true" /> 481 allowexternalscript="true" />
467 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 482 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
468 file="users_page/users_page.css" 483 file="users_page/users_page.css"
469 type="chrome_html" /> 484 type="chrome_html" />
470 </if> 485 </if>
471 </structures> 486 </structures>
472 </release> 487 </release>
473 </grit> 488 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698