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

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

Issue 1896283003: [MD settings] appearance theme and wallpaper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @private 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 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 989e58d6faa159255b1244c0df7865a3380fb294..cd659a8b486f5147009556d0d9b686935bbdb6e0 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -45,6 +45,13 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
file="settings_page/settings_animated_pages.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML"
+ file="appearance_page/appearance_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS"
+ file="appearance_page/appearance_browser_proxy.js"
+ type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_SETTINGS_APPEARANCE_FONTS_PAGE_HTML"
file="appearance_page/appearance_fonts_page.html"
type="chrome_html"
@@ -59,7 +66,8 @@
allowexternalscript="true" />
<structure name="IDR_SETTINGS_APPEARANCE_PAGE_JS"
file="appearance_page/appearance_page.js"
- type="chrome_html" />
+ type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_SETTINGS_APPEARANCE_SHARED_CSS"
file="appearance_page/appearance_shared.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698