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

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

Issue 1381553003: Settings Rewrite: Add Sign-in (Chrome) section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 file="search_page/search_page.js" 327 file="search_page/search_page.js"
328 type="chrome_html" /> 328 type="chrome_html" />
329 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 329 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
330 file="search_page/search_page.html" 330 file="search_page/search_page.html"
331 type="chrome_html" 331 type="chrome_html"
332 flattenhtml="true" 332 flattenhtml="true"
333 allowexternalscript="true" /> 333 allowexternalscript="true" />
334 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" 334 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
335 file="search_page/search_page.css" 335 file="search_page/search_page.css"
336 type="chrome_html" /> 336 type="chrome_html" />
337 <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS"
338 file="signin_page/signin_page.js"
339 type="chrome_html" />
340 <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML"
341 file="signin_page/signin_page.html"
342 type="chrome_html"
343 flattenhtml="true"
344 allowexternalscript="true" />
345 <structure name="IDR_SETTINGS_SIGNIN_PAGE_CSS"
346 file="signin_page/signin_page.css"
347 type="chrome_html" />
337 <structure name="IDR_SETTINGS_SYNC_PAGE_JS" 348 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
338 file="sync_page/sync_page.js" 349 file="sync_page/sync_page.js"
339 type="chrome_html" /> 350 type="chrome_html" />
340 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML" 351 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML"
341 file="sync_page/sync_page.html" 352 file="sync_page/sync_page.html"
342 type="chrome_html" 353 type="chrome_html"
343 flattenhtml="true" 354 flattenhtml="true"
344 allowexternalscript="true" /> 355 allowexternalscript="true" />
345 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS" 356 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS"
346 file="sync_page/sync_page.css" 357 file="sync_page/sync_page.css"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 type="chrome_html" 505 type="chrome_html"
495 flattenhtml="true" 506 flattenhtml="true"
496 allowexternalscript="true" /> 507 allowexternalscript="true" />
497 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 508 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
498 file="users_page/users_page.css" 509 file="users_page/users_page.css"
499 type="chrome_html" /> 510 type="chrome_html" />
500 </if> 511 </if>
501 </structures> 512 </structures>
502 </release> 513 </release>
503 </grit> 514 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698