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

Unified Diff: chrome/app/theme/theme_resources_2x.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.grd ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_2x.grd
diff --git a/chrome/app/theme/theme_resources_2x.grd b/chrome/app/theme/theme_resources_2x.grd
index 29ab742c2f4e852a75490e24f2b022a36977b155..db7291ffbe8bd0129bf6fcc50b46065c45d6c2c0 100644
--- a/chrome/app/theme/theme_resources_2x.grd
+++ b/chrome/app/theme/theme_resources_2x.grd
@@ -168,6 +168,15 @@
<include name="IDR_SAD_FAVICON" file="default_200_percent/sadfavicon.png" type="BINDATA" />
<include name="IDR_STAR" file="default_200_percent/star.png" type="BINDATA" />
<include name="IDR_STAR_LIT" file="default_200_percent/star_lit.png" type="BINDATA" />
+ <if expr="pp_ifdef('chromeos')">
+ <include name="IDR_STATUSBAR_NETWORK_ARCS_DARK" file="default_200_percent/statusbar_network_arcs_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_ARCS_LIGHT" file="default_200_percent/statusbar_network_arcs_light.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_BARS_DARK" file="default_200_percent/statusbar_network_bars_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_BARS_LIGHT" file="default_200_percent/statusbar_network_bars_light.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_NETWORK_SECURE" file="default_200_percent/statusbar_network_secure.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_VPN" file="default_200_percent/statusbar_vpn_dark.png" type="BINDATA" />
+ <include name="IDR_STATUSBAR_WIRED" file="default_200_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.grd ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698