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

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

Issue 167153002: New assets for location-bar origin chip in various states. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" /> 906 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" />
907 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" /> 907 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" />
908 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" /> 908 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" />
909 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" /> 909 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
910 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" /> 910 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
911 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" /> 911 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
912 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" /> 912 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
913 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" /> 913 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
914 </if> 914 </if>
915 <if expr="pp_ifdef('toolkit_views') or is_macosx and not is_ios"> 915 <if expr="pp_ifdef('toolkit_views') or is_macosx and not is_ios">
916 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_bottom_left.png" /> 916 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_normal_bottom_left.png" />
917 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_bottom.png" /> 917 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_normal_bottom.png" />
918 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_bottom_right.png" /> 918 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_normal_bottom_right.png" />
919 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_left.png" /> 919 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_normal_left.png" />
920 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_center.png" /> 920 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_normal_center.png" />
921 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_right.png" /> 921 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_normal_right.png" />
922 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_top_left.png" /> 922 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_normal_top_left.png" />
923 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_top.png" /> 923 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_normal_top.png" />
924 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_top_right.png" /> 924 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_normal_top_right.png" />
925 925
926 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_LEFT" file="common/chip_pressed_bottom_left.png" /> 926 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_LEFT" file="common/chip_pressed_bottom_left.png" />
927 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM" file="common/chip_pressed_bottom.png" /> 927 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM" file="common/chip_pressed_bottom.png" />
928 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_RIGHT" file="common/chip_pressed_bottom_right.png" /> 928 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_RIGHT" file="common/chip_pressed_bottom_right.png" />
929 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_LEFT " file="common/chip_pressed_left.png" /> 929 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_LEFT " file="common/chip_pressed_left.png" />
930 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_CENT ER" file="common/chip_pressed_center.png" /> 930 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_CENT ER" file="common/chip_pressed_center.png" />
931 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_RIGH T" file="common/chip_pressed_right.png" /> 931 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_RIGH T" file="common/chip_pressed_right.png" />
932 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ LEFT" file="common/chip_pressed_top_left.png" /> 932 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ LEFT" file="common/chip_pressed_top_left.png" />
933 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP" file="common/chip_pressed_top.png" /> 933 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP" file="common/chip_pressed_top.png" />
934 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ RIGHT" file="common/chip_pressed_top_right.png" /> 934 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ RIGHT" file="common/chip_pressed_top_right.png" />
935 935
936 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _LEFT" file="common/chip_hover_bottom_left.png" /> 936 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _LEFT" file="common/chip_hover_bottom_left.png" />
937 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM " file="common/chip_hover_bottom.png" /> 937 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM " file="common/chip_hover_bottom.png" />
938 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _RIGHT" file="common/chip_hover_bottom_right.png" /> 938 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _RIGHT" file="common/chip_hover_bottom_right.png" />
939 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_LEFT" file="common/chip_hover_left.png" /> 939 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_LEFT" file="common/chip_hover_left.png" />
940 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_CENTER " file="common/chip_hover_center.png" /> 940 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_CENTER " file="common/chip_hover_center.png" />
941 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_RIGHT" file="common/chip_hover_right.png" /> 941 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_RIGHT" file="common/chip_hover_right.png" />
942 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_LE FT" file="common/chip_hover_top_left.png" /> 942 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_LE FT" file="common/chip_hover_top_left.png" />
943 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP" f ile="common/chip_hover_top.png" /> 943 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP" f ile="common/chip_hover_top.png" />
944 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_RI GHT" file="common/chip_hover_top_right.png" /> 944 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_RI GHT" file="common/chip_hover_top_right.png" />
945
946 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM_LEFT" file="common/chip_brokenssl_normal_bottom_left.png" />
947 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM" file="common/chip_brokenssl_normal_bottom.png" />
948 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM_RIGHT" file="common/chip_brokenssl_normal_bottom_right.png" />
949 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_LEFT" file="common/chip_brokenssl_normal_left.png" />
950 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_CENTER" file="common/chip_brokenssl_normal_center.png" />
951 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_RIGHT" file="common/chip_brokenssl_normal_right.png" />
952 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP_LEFT" file="common/chip_brokenssl_normal_top_left.png" />
953 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP" file="common/chip_brokenssl_normal_top.png" />
954 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP_RIGHT" file="common/chip_brokenssl_normal_top_right.png" />
955
956 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM_LEFT" file="common/chip_brokenssl_pressed_bottom_left.png" />
957 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM" file="common/chip_brokenssl_pressed_bottom.png" />
958 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM_RIGHT" file="common/chip_brokenssl_pressed_bottom_right.png" />
959 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_LEFT" file="common/chip_brokenssl_pressed_left.png" />
960 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_CENTER" file="common/chip_brokenssl_pressed_center.png" />
961 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_RIGHT" file="common/chip_brokenssl_pressed_right.png" />
962 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP_LEFT" file="common/chip_brokenssl_pressed_top_left.png" />
963 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP" file="common/chip_brokenssl_pressed_top.png" />
964 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP_RIGHT" file="common/chip_brokenssl_pressed_top_right.png" />
965
966 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM_LEFT" file="common/chip_brokenssl_hover_bottom_left.png" />
967 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM" file="common/chip_brokenssl_hover_bottom.png" />
968 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM_RIGHT" file="common/chip_brokenssl_hover_bottom_right.png" />
969 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_LEFT" file="common/chip_brokenssl_hover_left.png" />
970 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_CENTER" file="common/chip_brokenssl_hover_center.png" />
971 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_RIGHT" file="common/chip_brokenssl_hover_right.png" />
972 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP_LEFT" file="common/chip_brokenssl_hover_top_left.png" />
973 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP" file="common/chip_brokenssl_hover_top.png" />
974 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP_RIGHT" file="common/chip_brokenssl_hover_top_right.png" />
975
976 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM_LEFT" file="common/chip_extended_validation_normal_bottom_left.png" />
977 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM" file="common/chip_extended_validation_normal_bottom.png" />
978 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM_RIGHT" file="common/chip_extended_validation_normal_bottom_right.png" />
979 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_LE FT" file="common/chip_extended_validation_normal_left.png" />
980 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_CE NTER" file="common/chip_extended_validation_normal_center.png" />
981 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_RI GHT" file="common/chip_extended_validation_normal_right.png" />
982 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P_LEFT" file="common/chip_extended_validation_normal_top_left.png" />
983 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P" file="common/chip_extended_validation_normal_top.png" />
984 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P_RIGHT" file="common/chip_extended_validation_normal_top_right.png" />
985
986 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM_LEFT" file="common/chip_extended_validation_pressed_bottom_left.png" />
987 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM" file="common/chip_extended_validation_pressed_bottom.png" />
988 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM_RIGHT" file="common/chip_extended_validation_pressed_bottom_right.png" />
989 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_L EFT" file="common/chip_extended_validation_pressed_left.png" />
990 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_C ENTER" file="common/chip_extended_validation_pressed_center.png" />
991 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_R IGHT" file="common/chip_extended_validation_pressed_right.png" />
992 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP_LEFT" file="common/chip_extended_validation_pressed_top_left.png" />
993 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP" file="common/chip_extended_validation_pressed_top.png" />
994 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP_RIGHT" file="common/chip_extended_validation_pressed_top_right.png" />
995
996 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM_LEFT" file="common/chip_extended_validation_hover_bottom_left.png" />
997 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM" file="common/chip_extended_validation_hover_bottom.png" />
998 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM_RIGHT" file="common/chip_extended_validation_hover_bottom_right.png" />
999 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_LEF T" file="common/chip_extended_validation_hover_left.png" />
1000 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_CEN TER" file="common/chip_extended_validation_hover_center.png" />
1001 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_RIG HT" file="common/chip_extended_validation_hover_right.png" />
1002 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP _LEFT" file="common/chip_extended_validation_hover_top_left.png" />
1003 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP " file="common/chip_extended_validation_hover_top.png" />
1004 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP _RIGHT" file="common/chip_extended_validation_hover_top_right.png" />
1005
1006 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM_LEFT" file="common/chip_malware_normal_bottom_left.png" />
1007 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM" file="common/chip_malware_normal_bottom.png" />
1008 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM_RIGHT" file="common/chip_malware_normal_bottom_right.png" />
1009 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_LEFT" file="common/chip_malware_normal_left.png" />
1010 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_CENTER" file="common/chip_malware_normal_center.png" />
1011 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_RIGHT" file="common/chip_malware_normal_right.png" />
1012 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP_LEFT" file="common/chip_malware_normal_top_left.png" />
1013 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP" file="common/chip_malware_normal_top.png" />
1014 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP_RIGHT" file="common/chip_malware_normal_top_right.png" />
1015
1016 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM_LEFT" file="common/chip_malware_pressed_bottom_left.png" />
1017 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM" file="common/chip_malware_pressed_bottom.png" />
1018 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM_RIGHT" file="common/chip_malware_pressed_bottom_right.png" />
1019 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_LEFT" file="common/chip_malware_pressed_left.png" />
1020 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_CENTER" file="common/chip_malware_pressed_center.png" />
1021 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_RIGHT" file="common/chip_malware_pressed_right.png" />
1022 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP_LEFT" file="common/chip_malware_pressed_top_left.png" />
1023 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP" file="common/chip_malware_pressed_top.png" />
1024 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP_RIGHT" file="common/chip_malware_pressed_top_right.png" />
1025
1026 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM_LEFT" file="common/chip_malware_hover_bottom_left.png" />
1027 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM" file="common/chip_malware_hover_bottom.png" />
1028 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM_RIGHT" file="common/chip_malware_hover_bottom_right.png" />
1029 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_LEFT" file="common/chip_malware_hover_left.png" />
1030 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_CENTER" file="common/chip_malware_hover_center.png" />
1031 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_RIGHT" file="common/chip_malware_hover_right.png" />
1032 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP_LEFT" file="common/chip_malware_hover_top_left.png" />
1033 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP" file="common/chip_malware_hover_top.png" />
1034 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP_RIGHT" file="common/chip_malware_hover_top_right.png" />
945 </if> 1035 </if>
946 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 1036 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
947 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 1037 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
948 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 1038 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
949 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 1039 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
950 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" /> 1040 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" />
951 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" /> 1041 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" />
952 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 1042 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
953 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 1043 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
954 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" /> 1044 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="star_lit.p ng" />
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1182 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1183 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1184 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1185 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1186 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1276 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1187 1277
1188 </structures> 1278 </structures>
1189 </release> 1279 </release>
1190 </grit> 1280 </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