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

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

Issue 2648843002: cr-network-icon: Animate connecting using .svg (Closed)
Patch Set: Use <include> for .svg files and type=BINDATA Created 3 years, 11 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/network/wifi_off.svg ('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_images.grdp
diff --git a/ui/webui/resources/cr_elements_images.grdp b/ui/webui/resources/cr_elements_images.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..744935f4ffcc9ccdcf5e79a7cafeec1481a27176
--- /dev/null
+++ b/ui/webui/resources/cr_elements_images.grdp
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <if expr="chromeos">
+ <include name="IDR_CR_ELEMENTS_CELLULAR_0_SVG"
+ file="cr_elements/network/cellular_0.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_CELLULAR_1_SVG"
+ file="cr_elements/network/cellular_1.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_CELLULAR_2_SVG"
+ file="cr_elements/network/cellular_2.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_CELLULAR_3_SVG"
+ file="cr_elements/network/cellular_3.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_CELLULAR_4_SVG"
+ file="cr_elements/network/cellular_4.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_ETHERNET_SVG"
+ file="cr_elements/network/ethernet.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_VPN_SVG"
+ file="cr_elements/network/vpn.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_0_SVG"
+ file="cr_elements/network/wifi_0.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_1_SVG"
+ file="cr_elements/network/wifi_1.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_2_SVG"
+ file="cr_elements/network/wifi_2.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_3_SVG"
+ file="cr_elements/network/wifi_3.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_4_SVG"
+ file="cr_elements/network/wifi_4.svg" type="BINDATA" />
+ <include name="IDR_CR_ELEMENTS_WIFI_OFF_SVG"
+ file="cr_elements/network/wifi_off.svg" type="BINDATA" />
+ </if>
+</grit-part>
« no previous file with comments | « ui/webui/resources/cr_elements/network/wifi_off.svg ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698