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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1561413003: Reland: Settings People Revamp: Implement Chrome Profile name/icon selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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 db7cde6e26ceadf99019f368138529263a1406b8..96a8e002d3cc5f7ee090238555e1286af99041ee 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -354,6 +354,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" />

Powered by Google App Engine
This is Rietveld 408576698