Index: ui/webui/resources/webui_resources.grd |
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd |
index 38897fa747292246c366fe003ed59b0a88f3b2fd..4234d2b74e50be141a8834828c830bc9aa70161e 100644 |
--- a/ui/webui/resources/webui_resources.grd |
+++ b/ui/webui/resources/webui_resources.grd |
@@ -202,6 +202,21 @@ without changes to the corresponding grd file. --> |
file="images/trash.png" type="BINDATA" /> |
<include name="IDR_WEBUI_IMAGES_CLOUDS" |
file="images/clouds.png" type="BINDATA" /> |
+ <include name="IDR_WEBUI_CR_NETWORK_ICON_ETHERNET" |
+ file="images/polymer_elements/cr_network_icon/ethernet.png" |
+ type="BINDATA" /> |
+ <include name="IDR_WEBUI_CR_NETWORK_ICON_WIFI" |
+ file="images/polymer_elements/cr_network_icon/wifi.png" |
+ type="BINDATA" /> |
+ <include name="IDR_WEBUI_CR_NETWORK_ICON_MOBILE" |
+ file="images/polymer_elements/cr_network_icon/mobile.png" |
+ type="BINDATA" /> |
+ <include name="IDR_WEBUI_CR_NETWORK_ICON_VPN" |
+ file="images/polymer_elements/cr_network_icon/vpn.png" |
+ type="BINDATA" /> |
+ <include name="IDR_WEBUI_CR_NETWORK_ICON_SECURE" |
+ file="images/polymer_elements/cr_network_icon/secure.png" |
+ type="BINDATA" /> |
</includes> |
<structures> |
<structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
@@ -264,6 +279,12 @@ without changes to the corresponding grd file. --> |
file="js/cr/event_target.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" |
file="js/cr/link_controller.js" type="chrome_html" /> |
+ <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_CSS" |
+ file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.css" type="chrome_html" /> |
+ <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_HTML" |
+ file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.html" type="chrome_html" /> |
+ <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_JS" |
+ file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR_UI" |
file="js/cr/ui.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" |
@@ -376,8 +397,6 @@ without changes to the corresponding grd file. --> |
file="js/parse_html_subset.js" type="chrome_html" /> |
<structure name="IDR_WEBUI_JS_UTIL" |
file="js/util.js" type="chrome_html" flattenhtml="true" /> |
- <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" |
- file="js/webui_resource_test.js" type="chrome_html" /> |
<if expr="chromeos"> |
<structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
file="css/chromeos/ui_account_tweaks.css" |