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

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

Issue 142523006: [OriginChip] Assets for the in-location-bar experiment with the origin chip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to assets from UI Created 6 years, 10 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
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_top_right.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _LEFT" file="common/chip_malware_bottom_left.png" /> 857 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _LEFT" file="common/chip_malware_bottom_left.png" />
858 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" /> 858 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" />
859 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" /> 859 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" />
860 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" /> 860 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" />
861 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" /> 861 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
862 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" /> 862 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
863 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" /> 863 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
864 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" /> 864 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
865 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" /> 865 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
866 </if> 866 </if>
867 <if expr="pp_ifdef('toolkit_views') or is_macosx and not is_ios">
868 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_bottom_left.png" />
869 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_bottom.png" />
870 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_bottom_right.png" />
871 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_left.png" />
872 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_center.png" />
873 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_right.png" />
874 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_top_left.png" />
875 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_top.png" />
876 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_top_right.png" />
877
878 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_LEFT" file="common/chip_pressed_bottom_left.png" />
879 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM" file="common/chip_pressed_bottom.png" />
880 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_RIGHT" file="common/chip_pressed_bottom_right.png" />
881 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_LEFT " file="common/chip_pressed_left.png" />
882 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_CENT ER" file="common/chip_pressed_center.png" />
883 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_RIGH T" file="common/chip_pressed_right.png" />
884 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ LEFT" file="common/chip_pressed_top_left.png" />
885 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP" file="common/chip_pressed_top.png" />
886 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ RIGHT" file="common/chip_pressed_top_right.png" />
887
888 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _LEFT" file="common/chip_hover_bottom_left.png" />
889 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM " file="common/chip_hover_bottom.png" />
890 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _RIGHT" file="common/chip_hover_bottom_right.png" />
891 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_LEFT" file="common/chip_hover_left.png" />
892 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_CENTER " file="common/chip_hover_center.png" />
893 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_RIGHT" file="common/chip_hover_right.png" />
894 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_LE FT" file="common/chip_hover_top_left.png" />
895 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP" f ile="common/chip_hover_top.png" />
896 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_RI GHT" file="common/chip_hover_top_right.png" />
897 </if>
867 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 898 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
868 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 899 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
869 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 900 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
870 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 901 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
871 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" /> 902 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" />
872 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" /> 903 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" />
873 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 904 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
874 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 905 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
875 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" /> 906 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" />
876 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 907 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios">
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1103 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1104 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1105 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1106 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1107 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1108 1139
1109 </structures> 1140 </structures>
1110 </release> 1141 </release>
1111 </grit> 1142 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_top_right.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698