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

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

Issue 2071543003: MD WebUI: Extract settings-dialog into shared cr-dialog element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ) from comment Created 4 years, 6 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
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 53bb84d5463fd4ab33078c3a2ab958f88502d25a..e42aadffd17ccd2c8683e0187f4067cee21f6bb2 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<!-- Polymer 1.0 Elements -->
+ <structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
+ file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
+ file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_EVENTS_HTML"
file="../../webui/resources/cr_elements/cr_events/cr_events.html"
type="chrome_html" />
@@ -107,6 +113,9 @@
<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_SHARED_STYLE_CSS_HTML"
+ file="../../webui/resources/cr_elements/shared_style_css.html"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_SLIDER_HTML"
file="../../webui/resources/cr_elements/cr_slider/cr_slider.html"
type="chrome_html" />
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698