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

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

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, rename files 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
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index f44246fdaff604a1c8185f22fa03464a0e8b862d..3f9b6adc39abb37037aff6b22744350935bccfb9 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -202,6 +202,8 @@ 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" />
+
+ <part file="cr_elements_images.grdp" />
</includes>
<structures>
<structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
@@ -376,8 +378,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"

Powered by Google App Engine
This is Rietveld 408576698