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

Unified Diff: ui/webui/resources/webui_resources.grd

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_images.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 529693e0188683bafb4f6c4a6b8445bba4e83a1e..642e5af865c42239e7485bbbf14f47a32050ea6f 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -196,6 +196,10 @@ without changes to the corresponding grd file. -->
file="images/throbber_small.svg" type="BINDATA" />
<include name="IDR_WEBUI_IMAGES_TRASH"
file="images/trash.png" type="BINDATA" />
+
+ <if expr="not is_android">
+ <part file="cr_elements_images.grdp" />
+ </if>
</includes>
<structures>
<structure name="IDR_WEBUI_CSS_ACTION_LINK"
« no previous file with comments | « ui/webui/resources/cr_elements_images.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698