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

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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 file="search_page/search_page.js" 338 file="search_page/search_page.js"
339 type="chrome_html" /> 339 type="chrome_html" />
340 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 340 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
341 file="search_page/search_page.html" 341 file="search_page/search_page.html"
342 type="chrome_html" 342 type="chrome_html"
343 flattenhtml="true" 343 flattenhtml="true"
344 allowexternalscript="true" /> 344 allowexternalscript="true" />
345 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" 345 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
346 file="search_page/search_page.css" 346 file="search_page/search_page.css"
347 type="chrome_html" /> 347 type="chrome_html" />
348 <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS"
349 file="signin_page/signin_page.js"
350 type="chrome_html" />
351 <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML"
352 file="signin_page/signin_page.html"
353 type="chrome_html"
354 flattenhtml="true"
355 allowexternalscript="true" />
348 <structure name="IDR_SETTINGS_SYNC_PAGE_JS" 356 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
349 file="sync_page/sync_page.js" 357 file="sync_page/sync_page.js"
350 type="chrome_html" /> 358 type="chrome_html" />
351 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML" 359 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML"
352 file="sync_page/sync_page.html" 360 file="sync_page/sync_page.html"
353 type="chrome_html" 361 type="chrome_html"
354 flattenhtml="true" 362 flattenhtml="true"
355 allowexternalscript="true" /> 363 allowexternalscript="true" />
356 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS" 364 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS"
357 file="sync_page/sync_page.css" 365 file="sync_page/sync_page.css"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 type="chrome_html" 513 type="chrome_html"
506 flattenhtml="true" 514 flattenhtml="true"
507 allowexternalscript="true" /> 515 allowexternalscript="true" />
508 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 516 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
509 file="users_page/users_page.css" 517 file="users_page/users_page.css"
510 type="chrome_html" /> 518 type="chrome_html" />
511 </if> 519 </if>
512 </structures> 520 </structures>
513 </release> 521 </release>
514 </grit> 522 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698