| 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 dce40e20e722191f9a4bbac7149aae3f891e8733..77b350957793ad3b06a824afddabd6cec2d3ca66 100644
|
| --- a/chrome/app/theme/theme_resources_touch_2x.grd
|
| +++ b/chrome/app/theme/theme_resources_touch_2x.grd
|
| @@ -137,13 +137,19 @@
|
| <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="touch_100_percent/keyword_search_bubble_r.png" type="BINDATA" />
|
| <include name="IDR_MOBILE" file="touch_100_percent/mobile.png" type="BINDATA" />
|
| <include name="IDR_MOBILE_LIT" file="touch_100_percent/mobile_lit.png" type="BINDATA" />
|
| - <if expr="pp_ifdef('toolkit_views')">
|
| + <if expr="pp_ifdef('use_ash')">
|
| <include name="IDR_NEWTAB_BUTTON" file="touch_100_percent/newtab_normal.png" type="BINDATA" />
|
| <include name="IDR_NEWTAB_BUTTON_H" file="touch_100_percent/newtab_hover.png" type="BINDATA" />
|
| <include name="IDR_NEWTAB_BUTTON_P" file="touch_100_percent/newtab_pressed.png" type="BINDATA" />
|
| <include name="IDR_NEWTAB_BUTTON_MASK" file="touch_100_percent/newtab_button_mask.png" type="BINDATA" />
|
| </if>
|
| - <if expr="not pp_ifdef('toolkit_views')">
|
| + <if expr="pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')">
|
| + <include name="IDR_NEWTAB_BUTTON" file="touch_100_percent/newtab_normal.png" type="BINDATA" />
|
| + <include name="IDR_NEWTAB_BUTTON_H" file="touch_100_percent/newtab_hover.png" type="BINDATA" />
|
| + <include name="IDR_NEWTAB_BUTTON_P" file="touch_100_percent/newtab_pressed.png" type="BINDATA" />
|
| + <include name="IDR_NEWTAB_BUTTON_MASK" file="touch_100_percent/newtab_button_mask.png" type="BINDATA" />
|
| + </if>
|
| + <if expr="not pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')">
|
| <include name="IDR_NEWTAB_BUTTON" file="default_200_percent/newtab.png" type="BINDATA" />
|
| <include name="IDR_NEWTAB_BUTTON_H" file="default_200_percent/newtab_hover.png" type="BINDATA" />
|
| <include name="IDR_NEWTAB_BUTTON_P" file="default_200_percent/newtab_pressed.png" type="BINDATA" />
|
|
|