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

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

Issue 10310115: app/theme images for 2x touch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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/default_100/ash/toolbar_shade_top.png ('k') | chrome/app/theme/theme_resources_2x.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 9ab6ce28be5266df468b2dc537a5c3a51d1ea2a5..f4e368266f0c21b558b08f18f22547901b74aee3 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -326,7 +326,7 @@
<include name="IDR_THEME_NTP_BACKGROUND" file="ntp_background.png" type="BINDATA" />
<!-- Ash has a special gray background. -->
<if expr="pp_ifdef('use_ash')">
- <include name="IDR_THEME_TAB_BACKGROUND_INCOGNITO" file="ash/theme_tab_background_incognito.png" type="BINDATA" />
+ <include name="IDR_THEME_TAB_BACKGROUND_INCOGNITO" file="default_100/ash/theme_tab_background_incognito.png" type="BINDATA" />
</if>
<if expr="not pp_ifdef('use_ash')">
<include name="IDR_THEME_TAB_BACKGROUND_INCOGNITO" file="theme_tab_background_incognito.png" type="BINDATA" />
@@ -546,10 +546,10 @@
<!-- Images only used by Ash. -->
<if expr="pp_ifdef('use_ash')">
- <include name="IDR_TOOLBAR_SHADE_BOTTOM" file="ash/toolbar_shade_bottom.png" type="BINDATA" />
- <include name="IDR_TOOLBAR_SHADE_LEFT" file="ash/toolbar_shade_left.png" type="BINDATA" />
- <include name="IDR_TOOLBAR_SHADE_RIGHT" file="ash/toolbar_shade_right.png" type="BINDATA" />
- <include name="IDR_TOOLBAR_SHADE_TOP" file="ash/toolbar_shade_top.png" type="BINDATA" />
+ <include name="IDR_TOOLBAR_SHADE_BOTTOM" file="default_100/ash/toolbar_shade_bottom.png" type="BINDATA" />
+ <include name="IDR_TOOLBAR_SHADE_LEFT" file="default_100/ash/toolbar_shade_left.png" type="BINDATA" />
+ <include name="IDR_TOOLBAR_SHADE_RIGHT" file="default_100/ash/toolbar_shade_right.png" type="BINDATA" />
+ <include name="IDR_TOOLBAR_SHADE_TOP" file="default_100/ash/toolbar_shade_top.png" type="BINDATA" />
</if>
</includes>
</release>
« no previous file with comments | « chrome/app/theme/default_100/ash/toolbar_shade_top.png ('k') | chrome/app/theme/theme_resources_2x.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698