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

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

Issue 8055001: Split touch and HiDPI newtab icons (non-binary part) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix WebUISourcesTest.ThemeSourceImages failure Created 9 years, 3 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_large.grd ('k') | no next file » | 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 876a461053b24525014c5da456dc67d8a277b9f0..883227be49c4f15f3b7b097f8d1125077cada793 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -89,10 +89,18 @@
<include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_C" file="keyword_search_bubble_c.png" type="BINDATA" />
<include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_L" file="keyword_search_bubble_l.png" type="BINDATA" />
<include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="keyword_search_bubble_r.png" type="BINDATA" />
- <include name="IDR_NEWTAB_BUTTON" file="newtab.png" type="BINDATA" />
- <include name="IDR_NEWTAB_BUTTON_H" file="newtab_h.png" type="BINDATA" />
- <include name="IDR_NEWTAB_BUTTON_MASK" file="newtab_button_mask.png" type="BINDATA" />
- <include name="IDR_NEWTAB_BUTTON_P" file="newtab_p.png" type="BINDATA" />
+ <if expr="not pp_ifdef('touchui')">
+ <include name="IDR_NEWTAB_BUTTON" file="newtab.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_H" file="newtab_h.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_MASK" file="newtab_button_mask.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_P" file="newtab_p.png" type="BINDATA" />
+ </if>
+ <if expr="pp_ifdef('touchui')">
+ <include name="IDR_NEWTAB_BUTTON" file="touch_newtab.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_H" file="touch_newtab_h.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_MASK" file="touch_newtab_button_mask.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_P" file="touch_newtab_p.png" type="BINDATA" />
+ </if>
<include name="IDR_SETTINGS_FAVICON" file="settings_favicon.png" type="BINDATA" />
<include name="IDR_OMNIBOX_EV_BUBBLE_BACKGROUND_C" file="ev_bubble_c.png" type="BINDATA" />
<include name="IDR_OMNIBOX_EV_BUBBLE_BACKGROUND_L" file="ev_bubble_l.png" type="BINDATA" />
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698