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

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

Issue 12634025: Inconsistent use of [x] close panel icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_173251
Patch Set: Fixed compile on linux, mac and win Created 7 years, 9 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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 </if> 731 </if>
732 <if expr="is_macosx"> 732 <if expr="is_macosx">
733 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "mac/tab_active_center.png" /> 733 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_CENTER" file= "mac/tab_active_center.png" />
734 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m ac/tab_active_left.png" /> 734 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_LEFT" file="m ac/tab_active_left.png" />
735 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" mac/tab_active_right.png" /> 735 <structure type="chrome_scaled_image" name="IDR_TAB_ACTIVE_RIGHT" file=" mac/tab_active_right.png" />
736 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l arge.png" /> 736 <structure type="chrome_scaled_image" name="IDR_SWIPE_BACK" file="back_l arge.png" />
737 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for ward_large.png" /> 737 <structure type="chrome_scaled_image" name="IDR_SWIPE_FORWARD" file="for ward_large.png" />
738 <structure type="chrome_scaled_image" name="IDR_TABPOSE_CLOSE" file="mac /tabpose_close.png" /> 738 <structure type="chrome_scaled_image" name="IDR_TABPOSE_CLOSE" file="mac /tabpose_close.png" />
739 </if> 739 </if>
740 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto ns 740 <!-- Note: Tab close buttons are not traditional buttons. Tab close butto ns
741 fill a background with a color from the theme, tile IDR_TAB_CLOSE ove r it, 741 fill a background with a color from the theme, tile IDR_CLOSE_1 over it,
742 then apply IDR_TAB_CLOSE_MASK. See chrome/browser/ui/views/tabs/tab. cc --> 742 then apply IDR_CLOSE_1_MASK. See chrome/browser/ui/views/tabs/tab.cc -->
743 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> 743 <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
744 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta b_alpha_left.png" /> 744 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ta b_alpha_left.png" />
745 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t ab_alpha_right.png" /> 745 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="t ab_alpha_right.png" />
746 </if> 746 </if>
747 <if expr="pp_ifdef('toolkit_views')"> 747 <if expr="pp_ifdef('toolkit_views')">
748 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co mmon/tab_alpha_left.png" /> 748 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="co mmon/tab_alpha_left.png" />
749 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c ommon/tab_alpha_right.png" /> 749 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="c ommon/tab_alpha_right.png" />
750 </if> 750 </if>
751 <if expr="is_macosx"> 751 <if expr="is_macosx">
752 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma c/tab_alpha_left.png" /> 752 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_LEFT" file="ma c/tab_alpha_left.png" />
753 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m ac/tab_alpha_right.png" /> 753 <structure type="chrome_scaled_image" name="IDR_TAB_ALPHA_RIGHT" file="m ac/tab_alpha_right.png" />
754 </if> 754 </if>
755 <structure type="chrome_scaled_image" name="IDR_TAB_CLOSE" file="common/ta b_close_normal.png" /> 755 <structure type="chrome_scaled_image" name="IDR_CLOSE_1" file="common/clos e_1.png" />
756 <structure type="chrome_scaled_image" name="IDR_TAB_CLOSE_H" file="common/ tab_close_hover.png" /> 756 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_H" file="common/cl ose_1_hover.png" />
757 <structure type="chrome_scaled_image" name="IDR_TAB_CLOSE_MASK" file="comm on/tab_close_mask.png" /> 757 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_MASK" file="common /close_1_mask.png" />
758 <structure type="chrome_scaled_image" name="IDR_TAB_CLOSE_P" file="common/ tab_close_pressed.png" /> 758 <structure type="chrome_scaled_image" name="IDR_CLOSE_1_P" file="common/cl ose_1_pressed.png" />
759 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" /> 759 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" />
760 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" /> 760 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" />
761 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> 761 <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
762 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="tab_inactive_center.png" /> 762 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="tab_inactive_center.png" />
763 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "tab_inactive_left.png" /> 763 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "tab_inactive_left.png" />
764 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="tab_inactive_right.png" /> 764 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file ="tab_inactive_right.png" />
765 </if> 765 </if>
766 <if expr="pp_ifdef('toolkit_views')"> 766 <if expr="pp_ifdef('toolkit_views')">
767 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="common/tab_inactive_center.png" /> 767 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil e="common/tab_inactive_center.png" />
768 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "common/tab_inactive_left.png" /> 768 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file= "common/tab_inactive_left.png" />
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 915 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
916 </if> 916 </if>
917 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 917 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
918 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 918 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
919 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" /> 919 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" />
920 <!-- Audio playing indicator. Favicon-sized with equalizer-like animation frames --> 920 <!-- Audio playing indicator. Favicon-sized with equalizer-like animation frames -->
921 <structure type="chrome_scaled_image" name="IDR_AUDIO_ANIMATION" file="com mon/audio_animation.png" /> 921 <structure type="chrome_scaled_image" name="IDR_AUDIO_ANIMATION" file="com mon/audio_animation.png" />
922 </structures> 922 </structures>
923 </release> 923 </release>
924 </grit> 924 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698