| 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 da99116298f1012bf5f4476723483e32314a2cb7..439812a70ed45609a1cdadbbd424b18e2a9325f3 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -345,6 +345,19 @@
|
| type="chrome_html"
|
| flattenhtml="true"
|
| allowexternalscript="true" />
|
| + <if expr="not chromeos">
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_CSS"
|
| + file="people_page/manage_profile.css"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML"
|
| + file="people_page/manage_profile.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_JS"
|
| + file="people_page/manage_profile.js"
|
| + type="chrome_html" />
|
| + </if>
|
| <structure name="IDR_SETTINGS_PREF_UTIL_HTML"
|
| file="prefs/pref_util.html"
|
| type="chrome_html" />
|
|
|