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

Unified Diff: chrome/app/theme/theme_resources_standard.grd

Issue 10539086: Add high-DPI resources for networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test. Created 8 years, 6 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 | « chrome/app/theme/theme_resources_2x.grd ('k') | chrome/app/theme/theme_resources_touch_1x.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_standard.grd
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index 381fd305abdc6c7b8a97065814ac5ff3246e7bf8..dd81b98532938da6a1f2a4da707c4fdae4c8b24f 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -171,6 +171,15 @@
<include name="IDR_SAD_FAVICON" file="default_100_percent/sadfavicon.png" type="BINDATA" />
<include name="IDR_STAR" file="default_100_percent/star.png" type="BINDATA" />
<include name="IDR_STAR_LIT" file="default_100_percent/star_lit.png" type="BINDATA" />
+ <if expr="pp_ifdef('chromeos')">
+ <include name="IDR_STATUSBAR_NETWORK_ARCS_DARK" file="default_100_percent/statusbar_network_arcs_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_ARCS_LIGHT" file="default_100_percent/statusbar_network_arcs_light.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_BARS_DARK" file="default_100_percent/statusbar_network_bars_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_BARS_LIGHT" file="default_100_percent/statusbar_network_bars_light.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_SECURE" file="default_100_percent/statusbar_network_secure.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_VPN" file="default_100_percent/statusbar_vpn_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_WIRED" file="default_100_percent/statusbar_wired.png" type="BINDATA" />
+ </if>
<include name="IDR_ACTION_BOX_BUTTON" file="default_100_percent/action_box_button.png" type="BINDATA" />
<if expr="pp_ifdef('toolkit_views')">
<include name="IDR_STOP" file="default_100_percent/ash/browser_stop_normal.png" type="BINDATA" />
« no previous file with comments | « chrome/app/theme/theme_resources_2x.grd ('k') | chrome/app/theme/theme_resources_touch_1x.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698