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

Unified Diff: chrome/app/theme/theme_resources_touch_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_touch_1x.grd ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_touch_2x.grd
diff --git a/chrome/app/theme/theme_resources_touch_2x.grd b/chrome/app/theme/theme_resources_touch_2x.grd
index 66946e99a583d7b6565b3efd38253bc18e4b6201..5a05761fcf57a728f3f8ad5c02bc86ca718a7559 100644
--- a/chrome/app/theme/theme_resources_touch_2x.grd
+++ b/chrome/app/theme/theme_resources_touch_2x.grd
@@ -168,6 +168,15 @@
<include name="IDR_SAD_FAVICON" file="touch_100_percent/sadfavicon.png" type="BINDATA" />
<include name="IDR_STAR" file="touch_100_percent/star.png" type="BINDATA" />
<include name="IDR_STAR_LIT" file="touch_100_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="touch_200_percent/browser_stop_normal.png" type="BINDATA" />
« no previous file with comments | « chrome/app/theme/theme_resources_touch_1x.grd ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698