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

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

Issue 990473002: Add initial implementation of date-time-settings MD settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 55956b549f274910eddb4f96e771859fa0cb0876..04b00d766f1bbae3b3b3191b5cdaf3a063174071 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -80,6 +80,17 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
file="settings_ui/settings_ui.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DATE_TIME_PAGE_CSS"
+ file="date_time_page/date_time_page.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS"
+ file="date_time_page/date_time_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML"
+ file="date_time_page/date_time_page.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
file="downloads_page/downloads_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698