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

Unified Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 1967913002: Material WebUI: cr-slider element for intelligent range mapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeyboardFinish
Patch Set: Created 4 years, 7 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: ui/webui/resources/cr_elements_resources.grdp
diff --git a/ui/webui/resources/cr_elements_resources.grdp b/ui/webui/resources/cr_elements_resources.grdp
index c7c4dcadd3b5e88a3792ca500b46279d1f96092c..489ea3391dda33d074b99d24ffa16f03603716c5 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -101,6 +101,12 @@
<structure name="IDR_CR_ELEMENTS_CR_SHARED_MENU_JS"
file="../../webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.js"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_SLIDER_HTML"
+ file="../../webui/resources/cr_elements/cr_slider/cr_slider.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_SLIDER_JS"
+ file="../../webui/resources/cr_elements/cr_slider/cr_slider.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_SHARED_CSS"
file="../../webui/resources/cr_elements/shared.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698