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

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

Issue 1900913002: Settings People Revamp: Split Profile Info out into its own handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML" 460 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML"
461 file="people_page/manage_profile.html" 461 file="people_page/manage_profile.html"
462 type="chrome_html" 462 type="chrome_html"
463 flattenhtml="true" 463 flattenhtml="true"
464 allowexternalscript="true" /> 464 allowexternalscript="true" />
465 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_JS" 465 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_JS"
466 file="people_page/manage_profile.js" 466 file="people_page/manage_profile.js"
467 type="chrome_html" /> 467 type="chrome_html" />
468 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_H TML" 468 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_H TML"
469 file="people_page/manage_profile_browser_proxy.html" 469 file="people_page/manage_profile_browser_proxy.html"
470 type="chrome_html" 470 type="chrome_html" />
471 flattenhtml="true"
472 allowexternalscript="true" />
473 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_J S" 471 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_J S"
474 file="people_page/manage_profile_browser_proxy.js" 472 file="people_page/manage_profile_browser_proxy.js"
475 type="chrome_html" /> 473 type="chrome_html" />
476 </if> 474 </if>
475 <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_HTML"
476 file="people_page/profile_info_browser_proxy.html"
477 type="chrome_html" />
478 <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_JS"
479 file="people_page/profile_info_browser_proxy.js"
480 type="chrome_html" />
477 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" 481 <structure name="IDR_SETTINGS_PREF_UTIL_HTML"
478 file="prefs/pref_util.html" 482 file="prefs/pref_util.html"
479 type="chrome_html" /> 483 type="chrome_html" />
480 <structure name="IDR_SETTINGS_PREF_UTIL_JS" 484 <structure name="IDR_SETTINGS_PREF_UTIL_JS"
481 file="prefs/pref_util.js" 485 file="prefs/pref_util.js"
482 type="chrome_html" /> 486 type="chrome_html" />
483 <structure name="IDR_SETTINGS_PREFS_HTML" 487 <structure name="IDR_SETTINGS_PREFS_HTML"
484 file="prefs/prefs.html" 488 file="prefs/prefs.html"
485 type="chrome_html" /> 489 type="chrome_html" />
486 <structure name="IDR_SETTINGS_PREFS_JS" 490 <structure name="IDR_SETTINGS_PREFS_JS"
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 type="chrome_html" 910 type="chrome_html"
907 flattenhtml="true" 911 flattenhtml="true"
908 allowexternalscript="true" /> 912 allowexternalscript="true" />
909 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 913 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
910 file="people_page/users_page.css" 914 file="people_page/users_page.css"
911 type="chrome_html" /> 915 type="chrome_html" />
912 </if> 916 </if>
913 </structures> 917 </structures>
914 </release> 918 </release>
915 </grit> 919 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_private_api.js ('k') | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698