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

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

Issue 757293003: Remove origin chip assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove IDR_SITE_CHIP_* Created 5 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
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_pressed_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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> 862 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" />
863 <if expr="chromeos"> 863 <if expr="chromeos">
864 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" /> 864 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" />
865 </if> 865 </if>
866 <if expr="enable_settings_app"> 866 <if expr="enable_settings_app">
867 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" /> 867 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" />
868 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" /> 868 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" />
869 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" /> 869 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" />
870 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" /> 870 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" />
871 </if> 871 </if>
872 <if expr="toolkit_views and not is_macosx">
873 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" />
874 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" />
875 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" />
876 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_CENT ER" file="common/chip_brokenssl_center.png" />
877 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_RIGH T" file="common/chip_brokenssl_right.png" />
878 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_LEFT " file="common/chip_brokenssl_left.png" />
879 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ LEFT" file="common/chip_brokenssl_top_left.png" />
880 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP_ RIGHT" file="common/chip_brokenssl_top_right.png" />
881 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_TOP" file="common/chip_brokenssl_top.png" />
882 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_LEFT " file="common/chip_extended_validation_bottom_left.png" />
883 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM" fil e="common/chip_extended_validation_bottom.png" />
884 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_BOTTOM_RIGH T" file="common/chip_extended_validation_bottom_right.png" />
885 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_CENTER" fil e="common/chip_extended_validation_center.png" />
886 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_RIGHT" file ="common/chip_extended_validation_right.png" />
887 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_LEFT" file= "common/chip_extended_validation_left.png" />
888 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_LEFT" f ile="common/chip_extended_validation_top_left.png" />
889 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP_RIGHT" file="common/chip_extended_validation_top_right.png" />
890 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_EV_TOP" file=" common/chip_extended_validation_top.png" />
891 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _LEFT" file="common/chip_malware_bottom_left.png" />
892 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" />
893 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" />
894 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" />
895 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
896 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
897 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
898 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
899 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
900 </if>
901 <if expr="toolkit_views or is_macosx">
902 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_LEFT" file="common/chip_normal_bottom_left.png" />
903 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M" file="common/chip_normal_bottom.png" />
904 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_BOTTO M_RIGHT" file="common/chip_normal_bottom_right.png" />
905 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_LEFT" file="common/chip_normal_left.png" />
906 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_CENTE R" file="common/chip_normal_center.png" />
907 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_RIGHT " file="common/chip_normal_right.png" />
908 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_L EFT" file="common/chip_normal_top_left.png" />
909 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP" file="common/chip_normal_top.png" />
910 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_NORMAL_TOP_R IGHT" file="common/chip_normal_top_right.png" />
911
912 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_LEFT" file="common/chip_pressed_bottom_left.png" />
913 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM" file="common/chip_pressed_bottom.png" />
914 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_BOTT OM_RIGHT" file="common/chip_pressed_bottom_right.png" />
915 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_LEFT " file="common/chip_pressed_left.png" />
916 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_CENT ER" file="common/chip_pressed_center.png" />
917 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_RIGH T" file="common/chip_pressed_right.png" />
918 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ LEFT" file="common/chip_pressed_top_left.png" />
919 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP" file="common/chip_pressed_top.png" />
920 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_PRESSED_TOP_ RIGHT" file="common/chip_pressed_top_right.png" />
921
922 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _LEFT" file="common/chip_hover_bottom_left.png" />
923 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM " file="common/chip_hover_bottom.png" />
924 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_BOTTOM _RIGHT" file="common/chip_hover_bottom_right.png" />
925 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_LEFT" file="common/chip_hover_left.png" />
926 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_CENTER " file="common/chip_hover_center.png" />
927 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_RIGHT" file="common/chip_hover_right.png" />
928 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_LE FT" file="common/chip_hover_top_left.png" />
929 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP" f ile="common/chip_hover_top.png" />
930 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_HOVER_TOP_RI GHT" file="common/chip_hover_top_right.png" />
931
932 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM_LEFT" file="common/chip_brokenssl_normal_bottom_left.png" />
933 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM" file="common/chip_brokenssl_normal_bottom.png" />
934 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_BOTTOM_RIGHT" file="common/chip_brokenssl_normal_bottom_right.png" />
935 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_LEFT" file="common/chip_brokenssl_normal_left.png" />
936 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_CENTER" file="common/chip_brokenssl_normal_center.png" />
937 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_RIGHT" file="common/chip_brokenssl_normal_right.png" />
938 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP_LEFT" file="common/chip_brokenssl_normal_top_left.png" />
939 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP" file="common/chip_brokenssl_normal_top.png" />
940 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_NO RMAL_TOP_RIGHT" file="common/chip_brokenssl_normal_top_right.png" />
941
942 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM_LEFT" file="common/chip_brokenssl_pressed_bottom_left.png" />
943 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM" file="common/chip_brokenssl_pressed_bottom.png" />
944 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_BOTTOM_RIGHT" file="common/chip_brokenssl_pressed_bottom_right.png" />
945 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_LEFT" file="common/chip_brokenssl_pressed_left.png" />
946 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_CENTER" file="common/chip_brokenssl_pressed_center.png" />
947 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_RIGHT" file="common/chip_brokenssl_pressed_right.png" />
948 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP_LEFT" file="common/chip_brokenssl_pressed_top_left.png" />
949 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP" file="common/chip_brokenssl_pressed_top.png" />
950 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_PR ESSED_TOP_RIGHT" file="common/chip_brokenssl_pressed_top_right.png" />
951
952 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM_LEFT" file="common/chip_brokenssl_hover_bottom_left.png" />
953 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM" file="common/chip_brokenssl_hover_bottom.png" />
954 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_BOTTOM_RIGHT" file="common/chip_brokenssl_hover_bottom_right.png" />
955 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_LEFT" file="common/chip_brokenssl_hover_left.png" />
956 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_CENTER" file="common/chip_brokenssl_hover_center.png" />
957 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_RIGHT" file="common/chip_brokenssl_hover_right.png" />
958 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP_LEFT" file="common/chip_brokenssl_hover_top_left.png" />
959 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP" file="common/chip_brokenssl_hover_top.png" />
960 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_BROKENSSL_HO VER_TOP_RIGHT" file="common/chip_brokenssl_hover_top_right.png" />
961
962 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM_LEFT" file="common/chip_extended_validation_normal_bottom_left.png" />
963 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM" file="common/chip_extended_validation_normal_bottom.png" />
964 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_BO TTOM_RIGHT" file="common/chip_extended_validation_normal_bottom_right.png" />
965 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_LE FT" file="common/chip_extended_validation_normal_left.png" />
966 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_CE NTER" file="common/chip_extended_validation_normal_center.png" />
967 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_RI GHT" file="common/chip_extended_validation_normal_right.png" />
968 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P_LEFT" file="common/chip_extended_validation_normal_top_left.png" />
969 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P" file="common/chip_extended_validation_normal_top.png" />
970 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_NORMAL_TO P_RIGHT" file="common/chip_extended_validation_normal_top_right.png" />
971
972 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM_LEFT" file="common/chip_extended_validation_pressed_bottom_left.png" />
973 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM" file="common/chip_extended_validation_pressed_bottom.png" />
974 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_B OTTOM_RIGHT" file="common/chip_extended_validation_pressed_bottom_right.png" />
975 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_L EFT" file="common/chip_extended_validation_pressed_left.png" />
976 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_C ENTER" file="common/chip_extended_validation_pressed_center.png" />
977 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_R IGHT" file="common/chip_extended_validation_pressed_right.png" />
978 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP_LEFT" file="common/chip_extended_validation_pressed_top_left.png" />
979 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP" file="common/chip_extended_validation_pressed_top.png" />
980 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_PRESSED_T OP_RIGHT" file="common/chip_extended_validation_pressed_top_right.png" />
981
982 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM_LEFT" file="common/chip_extended_validation_hover_bottom_left.png" />
983 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM" file="common/chip_extended_validation_hover_bottom.png" />
984 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_BOT TOM_RIGHT" file="common/chip_extended_validation_hover_bottom_right.png" />
985 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_LEF T" file="common/chip_extended_validation_hover_left.png" />
986 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_CEN TER" file="common/chip_extended_validation_hover_center.png" />
987 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_RIG HT" file="common/chip_extended_validation_hover_right.png" />
988 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP _LEFT" file="common/chip_extended_validation_hover_top_left.png" />
989 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP " file="common/chip_extended_validation_hover_top.png" />
990 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_EV_HOVER_TOP _RIGHT" file="common/chip_extended_validation_hover_top_right.png" />
991
992 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM_LEFT" file="common/chip_malware_normal_bottom_left.png" />
993 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM" file="common/chip_malware_normal_bottom.png" />
994 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_BOTTOM_RIGHT" file="common/chip_malware_normal_bottom_right.png" />
995 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_LEFT" file="common/chip_malware_normal_left.png" />
996 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_CENTER" file="common/chip_malware_normal_center.png" />
997 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_RIGHT" file="common/chip_malware_normal_right.png" />
998 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP_LEFT" file="common/chip_malware_normal_top_left.png" />
999 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP" file="common/chip_malware_normal_top.png" />
1000 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_NORM AL_TOP_RIGHT" file="common/chip_malware_normal_top_right.png" />
1001
1002 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM_LEFT" file="common/chip_malware_pressed_bottom_left.png" />
1003 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM" file="common/chip_malware_pressed_bottom.png" />
1004 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_BOTTOM_RIGHT" file="common/chip_malware_pressed_bottom_right.png" />
1005 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_LEFT" file="common/chip_malware_pressed_left.png" />
1006 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_CENTER" file="common/chip_malware_pressed_center.png" />
1007 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_RIGHT" file="common/chip_malware_pressed_right.png" />
1008 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP_LEFT" file="common/chip_malware_pressed_top_left.png" />
1009 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP" file="common/chip_malware_pressed_top.png" />
1010 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_PRES SED_TOP_RIGHT" file="common/chip_malware_pressed_top_right.png" />
1011
1012 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM_LEFT" file="common/chip_malware_hover_bottom_left.png" />
1013 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM" file="common/chip_malware_hover_bottom.png" />
1014 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_BOTTOM_RIGHT" file="common/chip_malware_hover_bottom_right.png" />
1015 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_LEFT" file="common/chip_malware_hover_left.png" />
1016 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_CENTER" file="common/chip_malware_hover_center.png" />
1017 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_RIGHT" file="common/chip_malware_hover_right.png" />
1018 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP_LEFT" file="common/chip_malware_hover_top_left.png" />
1019 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP" file="common/chip_malware_hover_top.png" />
1020 <structure type="chrome_scaled_image" name="IDR_ORIGIN_CHIP_MALWARE_HOVE R_TOP_RIGHT" file="common/chip_malware_hover_top_right.png" />
1021 </if>
1022 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 872 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
1023 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 873 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
1024 <structure type="chrome_scaled_image" name="IDR_STAR" file="common/star.pn g" /> 874 <structure type="chrome_scaled_image" name="IDR_STAR" file="common/star.pn g" />
1025 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="common/sta r_lit.png" /> 875 <structure type="chrome_scaled_image" name="IDR_STAR_LIT" file="common/sta r_lit.png" />
1026 <if expr="toolkit_views or is_macosx or is_ios"> 876 <if expr="toolkit_views or is_macosx or is_ios">
1027 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows er_stop_normal.png" /> 877 <structure type="chrome_scaled_image" name="IDR_STOP" file="common/brows er_stop_normal.png" />
1028 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro wser_stop_disabled.png" /> 878 <structure type="chrome_scaled_image" name="IDR_STOP_D" file="common/bro wser_stop_disabled.png" />
1029 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro wser_stop_hover.png" /> 879 <structure type="chrome_scaled_image" name="IDR_STOP_H" file="common/bro wser_stop_hover.png" />
1030 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro wser_stop_pressed.png" /> 880 <structure type="chrome_scaled_image" name="IDR_STOP_P" file="common/bro wser_stop_pressed.png" />
1031 </if> 881 </if>
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 <!-- People search images --> 1066 <!-- People search images -->
1217 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1067 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1218 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1068 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1219 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1069 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1220 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1070 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1221 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1071 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1222 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1072 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1223 </structures> 1073 </structures>
1224 </release> 1074 </release>
1225 </grit> 1075 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/common/chip_pressed_top_right.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698