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

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: Update layout to reflect new changes. 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 2f3aa18d2d54571edd900ae639fabf726085c358..f707b2730951f6b36a469dad467f86ce49630b12 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -78,6 +78,15 @@
<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" />
<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