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

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

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge fix Created 5 years, 10 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_images.grdp ('k') | ui/webui/resources/webui_resources.grd » ('j') | 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 422720f9621d855c41f4bad5aae7d350ba07a315..628d4b5234abff6328efa5952d496273b8167333 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -18,6 +18,24 @@
<structure name="IDR_CR_ELEMENTS_CR_DROPDOWN_MENU_JS"
file="../../webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_CSS"
+ file="../../webui/resources/cr_elements/cr_network_icon/cr_network_icon.css"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_HTML"
+ file="../../webui/resources/cr_elements/cr_network_icon/cr_network_icon.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_NETWORK_ICON_JS"
+ file="../../webui/resources/cr_elements/cr_network_icon/cr_network_icon.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_ONC_TYPES_JS"
+ file="../../webui/resources/cr_elements/cr_onc/cr_onc_types.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_ONC_DATA_HTML"
+ file="../../webui/resources/cr_elements/cr_onc/cr_onc_data.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_ONC_DATA_JS"
+ file="../../webui/resources/cr_elements/cr_onc/cr_onc_data.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_TOGGLE_BUTTON_CSS"
file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_button.css"
type="chrome_html" />
« no previous file with comments | « ui/webui/resources/cr_elements_images.grdp ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698