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

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

Issue 1368733002: Introduce cr-settings-input and eliminate cr-input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_532540_elim_cr_toggle_button
Patch Set: Rebase Created 5 years, 2 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_INPUT_HTML"
177 file="input/input.html"
178 type="chrome_html" />
179 <structure name="IDR_SETTINGS_INPUT_JS"
180 file="input/input.js"
181 type="chrome_html" />
182 <structure name="IDR_SETTINGS_INPUT_CSS"
183 file="input/input.css"
184 type="chrome_html" />
176 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS" 185 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS"
177 file="languages_page/languages_page.css" 186 file="languages_page/languages_page.css"
178 type="chrome_html" /> 187 type="chrome_html" />
179 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML" 188 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML"
180 file="languages_page/languages_page.html" 189 file="languages_page/languages_page.html"
181 type="chrome_html" 190 type="chrome_html"
182 flattenhtml="true" 191 flattenhtml="true"
183 allowexternalscript="true" /> 192 allowexternalscript="true" />
184 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_JS" 193 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_JS"
185 file="languages_page/languages_page.js" 194 file="languages_page/languages_page.js"
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 type="chrome_html" 473 type="chrome_html"
465 flattenhtml="true" 474 flattenhtml="true"
466 allowexternalscript="true" /> 475 allowexternalscript="true" />
467 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 476 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
468 file="users_page/users_page.css" 477 file="users_page/users_page.css"
469 type="chrome_html" /> 478 type="chrome_html" />
470 </if> 479 </if>
471 </structures> 480 </structures>
472 </release> 481 </release>
473 </grit> 482 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698