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

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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" 471 flattenhtml="true"
472 allowexternalscript="true" /> 472 allowexternalscript="true" />
473 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_J S" 473 <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_BROWSER_PROXY_J S"
474 file="people_page/manage_profile_browser_proxy.js" 474 file="people_page/manage_profile_browser_proxy.js"
475 type="chrome_html" /> 475 type="chrome_html" />
476 </if> 476 </if>
477 <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_HTML"
478 file="people_page/profile_info_browser_proxy.html"
479 type="chrome_html"
480 flattenhtml="true"
dpapad 2016/04/18 23:30:49 Nit: Is flattenhtml necessary here?
tommycli 2016/04/19 00:03:26 Done.
481 allowexternalscript="true" />
482 <structure name="IDR_SETTINGS_PEOPLE_PAGE_PROFILE_INFO_BROWSER_PROXY_JS"
483 file="people_page/profile_info_browser_proxy.js"
484 type="chrome_html" />
477 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" 485 <structure name="IDR_SETTINGS_PREF_UTIL_HTML"
478 file="prefs/pref_util.html" 486 file="prefs/pref_util.html"
479 type="chrome_html" /> 487 type="chrome_html" />
480 <structure name="IDR_SETTINGS_PREF_UTIL_JS" 488 <structure name="IDR_SETTINGS_PREF_UTIL_JS"
481 file="prefs/pref_util.js" 489 file="prefs/pref_util.js"
482 type="chrome_html" /> 490 type="chrome_html" />
483 <structure name="IDR_SETTINGS_PREFS_HTML" 491 <structure name="IDR_SETTINGS_PREFS_HTML"
484 file="prefs/prefs.html" 492 file="prefs/prefs.html"
485 type="chrome_html" /> 493 type="chrome_html" />
486 <structure name="IDR_SETTINGS_PREFS_JS" 494 <structure name="IDR_SETTINGS_PREFS_JS"
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 type="chrome_html" 914 type="chrome_html"
907 flattenhtml="true" 915 flattenhtml="true"
908 allowexternalscript="true" /> 916 allowexternalscript="true" />
909 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 917 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
910 file="people_page/users_page.css" 918 file="people_page/users_page.css"
911 type="chrome_html" /> 919 type="chrome_html" />
912 </if> 920 </if>
913 </structures> 921 </structures>
914 </release> 922 </release>
915 </grit> 923 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698