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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 247623004: Merge 264110 "linux_aura: Remove the 'a' badge." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 </if> 1231 </if>
1232 <if expr="is_macosx or is_ios"> 1232 <if expr="is_macosx or is_ios">
1233 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" /> 1233 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" />
1234 </if> 1234 </if>
1235 1235
1236 <if expr="not toolkit_views and not is_macosx and not is_ios"> 1236 <if expr="not toolkit_views and not is_macosx and not is_ios">
1237 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" /> 1237 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" />
1238 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" /> 1238 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" />
1239 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" /> 1239 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" />
1240 </if> 1240 </if>
1241 <if expr="toolkit_views or is_macosx or is_ios"> 1241 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
1242 <if expr="desktop_linux"> 1242 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow ser_tools_normal.png" />
1243 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file ="common/browser_tools_badge_aura.png" />
1244 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal_aura.png" />
1245 </if>
1246 <if expr="not desktop_linux">
1247 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal.png" />
1248 </if>
1249 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" /> 1243 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" />
1250 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" /> 1244 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" />
1251 </if> 1245 </if>
1252 1246
1253 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" /> 1247 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" />
1254 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" /> 1248 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" />
1255 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" /> 1249 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" />
1256 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" /> 1250 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" />
1257 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" /> 1251 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" />
1258 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm on/browser_tools_bar_high.png" /> 1252 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm on/browser_tools_bar_high.png" />
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1300 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1307 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1301 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1308 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1302 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1309 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1303 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1310 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1304 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1311 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1305 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1312 1306
1313 </structures> 1307 </structures>
1314 </release> 1308 </release>
1315 </grit> 1309 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/common/browser_tools_normal_aura.png ('k') | chrome/browser/themes/browser_theme_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698