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

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

Issue 237963002: linux_aura: Remove the 'a' badge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix official build. 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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 </if> 1271 </if>
1272 <if expr="is_macosx or is_ios"> 1272 <if expr="is_macosx or is_ios">
1273 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" /> 1273 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" />
1274 </if> 1274 </if>
1275 1275
1276 <if expr="not toolkit_views and not is_macosx and not is_ios"> 1276 <if expr="not toolkit_views and not is_macosx and not is_ios">
1277 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" /> 1277 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="tools.png" />
1278 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" /> 1278 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="tools_hov er.png" />
1279 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" /> 1279 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="tools_pre ssed.png" />
1280 </if> 1280 </if>
1281 <if expr="toolkit_views or is_macosx or is_ios"> 1281 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
1282 <if expr="desktop_linux"> 1282 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/brow ser_tools_normal.png" />
1283 <structure type="chrome_scaled_image" name="IDR_TOOLS_BADGE_AURA" file ="common/browser_tools_badge_aura.png" />
1284 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal_aura.png" />
1285 </if>
1286 <if expr="not desktop_linux">
1287 <structure type="chrome_scaled_image" name="IDR_TOOLS" file="common/br owser_tools_normal.png" />
1288 </if>
1289 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" /> 1283 <structure type="chrome_scaled_image" name="IDR_TOOLS_H" file="common/br owser_tools_hover.png" />
1290 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" /> 1284 <structure type="chrome_scaled_image" name="IDR_TOOLS_P" file="common/br owser_tools_pressed.png" />
1291 </if> 1285 </if>
1292 1286
1293 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" /> 1287 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_HOVER" file= "common/browser_toolbar_bezel_hover.png" />
1294 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" /> 1288 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BEZEL_PRESSED" fil e="common/browser_toolbar_bezel_pressed.png" />
1295 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" /> 1289 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR" file="common/br owser_tools_bar.png" />
1296 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" /> 1290 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_LOW" file="commo n/browser_tools_bar_low.png" />
1297 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" /> 1291 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_MEDIUM" file="co mmon/browser_tools_bar_medium.png" />
1298 <structure type="chrome_scaled_image" name="IDR_TOOLS_BAR_HIGH" file="comm on/browser_tools_bar_high.png" /> 1292 <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
1346 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1340 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1347 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1341 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1348 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1342 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1349 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1343 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1350 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1344 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1351 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1345 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1352 1346
1353 </structures> 1347 </structures>
1354 </release> 1348 </release>
1355 </grit> 1349 </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