Index: chrome/browser/resources/settings/settings_resources.grd |
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd |
index 4d44889e1a840938a9be340352a7cf40e904f617..5b28fe55849d740b4f7b89b0d6ed055cc22902c3 100644 |
--- a/chrome/browser/resources/settings/settings_resources.grd |
+++ b/chrome/browser/resources/settings/settings_resources.grd |
@@ -320,6 +320,14 @@ |
<structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" |
file="passwords_and_forms_page/passwords_and_forms_page.js" |
type="chrome_html" /> |
+ <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" |
+ file="people_page/people_page.js" |
+ type="chrome_html" /> |
+ <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" |
+ file="people_page/people_page.html" |
+ type="chrome_html" |
+ flattenhtml="true" |
+ allowexternalscript="true" /> |
<structure name="IDR_SETTINGS_PREF_UTIL_HTML" |
file="prefs/pref_util.html" |
type="chrome_html" /> |
@@ -478,32 +486,22 @@ |
<structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" |
file="search_page/search_page.css" |
type="chrome_html" /> |
- <if expr="not chromeos"> |
- <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS" |
- file="signin_page/signin_page.js" |
- type="chrome_html" /> |
- <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML" |
- file="signin_page/signin_page.html" |
- type="chrome_html" |
- flattenhtml="true" |
- allowexternalscript="true" /> |
- </if> |
<structure name="IDR_SETTINGS_SYNC_PAGE_JS" |
- file="sync_page/sync_page.js" |
+ file="people_page/sync_page.js" |
type="chrome_html" /> |
<structure name="IDR_SETTINGS_SYNC_PAGE_HTML" |
- file="sync_page/sync_page.html" |
+ file="people_page/sync_page.html" |
type="chrome_html" |
flattenhtml="true" |
allowexternalscript="true" /> |
<structure name="IDR_SETTINGS_SYNC_PAGE_CSS" |
- file="sync_page/sync_page.css" |
+ file="people_page/sync_page.css" |
type="chrome_html" /> |
<structure name="IDR_SETTINGS_SYNC_PRIVATE_API_JS" |
- file="sync_page/sync_private_api.js" |
+ file="people_page/sync_private_api.js" |
type="chrome_html" /> |
<structure name="IDR_SETTINGS_SYNC_PRIVATE_API_HTML" |
- file="sync_page/sync_private_api.html" |
+ file="people_page/sync_private_api.html" |
type="chrome_html" |
flattenhtml="true" |
allowexternalscript="true" /> |