| 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 27e219279f97d425ae6da78ed083746eb7a50b43..1ec4576a6358e2029088179e8c46aeda1ec101a3 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -311,6 +311,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" />
|
| @@ -469,32 +477,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" />
|
|
|