| Index: chrome/app/theme/theme_resources.grd
|
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
|
| index 4ccae94e9331848e94d3560cff73e5547a3bdce0..c0ff88afb30d05181138c791d446966ebba69a2c 100644
|
| --- a/chrome/app/theme/theme_resources.grd
|
| +++ b/chrome/app/theme/theme_resources.grd
|
| @@ -1278,14 +1278,8 @@
|
| <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hover.png" />
|
| <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pressed.png" />
|
| </if>
|
| - <if expr="toolkit_views or is_macosx or is_ios">
|
| - <if expr="desktop_linux">
|
| - <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file="common/browser_tools_badge_aura.png" />
|
| - <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/browser_tools_normal_aura.png" />
|
| - </if>
|
| - <if expr="not desktop_linux">
|
| - <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/browser_tools_normal.png" />
|
| - </if>
|
| + <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
|
| + <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/browser_tools_normal.png" />
|
| <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/browser_tools_hover.png" />
|
| <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/browser_tools_pressed.png" />
|
| </if>
|
|
|