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

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

Issue 2376213002: Remove ante-MD code in ui/views/tabs/tab_strip.cc (Closed)
Patch Set: pkasting suggestion Created 4 years, 2 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
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="common/maximize_button_mask.png" /> 314 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="common/maximize_button_mask.png" />
315 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="common/minimize_button_mask.png" /> 315 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="common/minimize_button_mask.png" />
316 <if expr="chromeos"> 316 <if expr="chromeos">
317 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="cros/ mirror_flip.png" /> 317 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="cros/ mirror_flip.png" />
318 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION" file="cros/network_add_connection.png" /> 318 <structure type="chrome_scaled_image" name="IDR_NETWORK_ADD_CONNECTION" file="cros/network_add_connection.png" />
319 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f ile="cros/network_hide_password.png" /> 319 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f ile="cros/network_hide_password.png" />
320 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO VER" file="cros/network_hide_password_hover.png" /> 320 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO VER" file="cros/network_hide_password_hover.png" />
321 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f ile="cros/network_show_password.png" /> 321 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f ile="cros/network_show_password.png" />
322 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="cros/network_show_password_hover.png" /> 322 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="cros/network_show_password_hover.png" />
323 </if> 323 </if>
324 <if expr="toolkit_views or is_macosx or is_ios"> 324 <if expr="is_macosx or is_ios">
325 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" /> 325 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="com mon/newtab_normal.png" />
326 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c ommon/newtab_hover.png" /> 326 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="c ommon/newtab_hover.png" />
327 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" /> 327 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" />
328 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" /> 328 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" />
329 </if> 329 </if>
330 <if expr="chromeos"> 330 <if expr="chromeos">
331 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> 331 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" />
332 </if> 332 </if>
333 <if expr="not chromeos"> 333 <if expr="not chromeos">
334 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> 334 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" />
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 811 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
812 </if> 812 </if>
813 <if expr="is_macosx"> 813 <if expr="is_macosx">
814 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 814 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
815 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 815 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
816 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 816 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
817 </if> 817 </if>
818 </structures> 818 </structures>
819 </release> 819 </release>
820 </grit> 820 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | chrome/browser/ui/views/tabs/tab_strip.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698