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

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

Issue 264103004: [Resources] Delete duplicate avatar resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/profile_avatar_volley_ball_mac.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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 </if> 690 </if>
691 <if expr="_google_chrome"> 691 <if expr="_google_chrome">
692 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" /> 692 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" />
693 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" /> 693 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" />
694 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" /> 694 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" />
695 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" /> 695 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" />
696 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="google_chrome/product_logo_name_48.png" /> 696 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="google_chrome/product_logo_name_48.png" />
697 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" /> 697 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" />
698 </if> 698 </if>
699 <if expr="is_macosx or is_ios"> 699 <if expr="is_macosx or is_ios">
700 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic_mac.png" /> 700 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" common/profile_avatar_generic_mac.png" />
701 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua_mac.png" /> 701 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" common/profile_avatar_generic_aqua_mac.png" />
702 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" profile_avatar_generic_blue_mac.png" /> 702 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" common/profile_avatar_generic_blue_mac.png" />
703 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" profile_avatar_generic_green_mac.png" /> 703 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" common/profile_avatar_generic_green_mac.png" />
704 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" profile_avatar_generic_orange_mac.png" /> 704 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" common/profile_avatar_generic_orange_mac.png" />
705 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" profile_avatar_generic_purple_mac.png" /> 705 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" common/profile_avatar_generic_purple_mac.png" />
706 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" profile_avatar_generic_red_mac.png" /> 706 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" common/profile_avatar_generic_red_mac.png" />
707 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file=" profile_avatar_generic_yellow_mac.png" /> 707 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file=" common/profile_avatar_generic_yellow_mac.png" />
708 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file=" profile_avatar_secret_agent_mac.png" /> 708 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file=" common/profile_avatar_secret_agent_mac.png" />
709 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file=" profile_avatar_superhero_mac.png" /> 709 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file=" common/profile_avatar_superhero_mac.png" />
710 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file= "profile_avatar_volley_ball_mac.png" /> 710 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file= "common/profile_avatar_volley_ball_mac.png" />
711 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file= "profile_avatar_businessman_mac.png" /> 711 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file= "common/profile_avatar_businessman_mac.png" />
712 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file= "profile_avatar_ninja_mac.png" /> 712 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file= "common/profile_avatar_ninja_mac.png" />
713 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file= "profile_avatar_alien_mac.png" /> 713 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file= "common/profile_avatar_alien_mac.png" />
714 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file= "profile_avatar_awesome_mac.png" /> 714 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file= "common/profile_avatar_awesome_mac.png" />
715 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file= "profile_avatar_flower_mac.png" /> 715 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file= "common/profile_avatar_flower_mac.png" />
716 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file= "profile_avatar_pizza_mac.png" /> 716 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file= "common/profile_avatar_pizza_mac.png" />
717 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file= "profile_avatar_soccer_mac.png" /> 717 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file= "common/profile_avatar_soccer_mac.png" />
718 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file= "profile_avatar_burger_mac.png" /> 718 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file= "common/profile_avatar_burger_mac.png" />
719 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "profile_avatar_cat_mac.png" /> 719 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "common/profile_avatar_cat_mac.png" />
720 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "profile_avatar_cupcake_mac.png" /> 720 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "common/profile_avatar_cupcake_mac.png" />
721 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "profile_avatar_dog_mac.png" /> 721 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "common/profile_avatar_dog_mac.png" />
722 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "profile_avatar_horse_mac.png" /> 722 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "common/profile_avatar_horse_mac.png" />
723 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "profile_avatar_margarita_mac.png" /> 723 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "common/profile_avatar_margarita_mac.png" />
724 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note_mac.png" /> 724 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "common/profile_avatar_note_mac.png" />
725 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud_mac.png" /> 725 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "common/profile_avatar_sun_cloud_mac.png" />
726 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file= "common/login_guest.png" /> 726 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file= "common/login_guest.png" />
727 </if> 727 </if>
728 <if expr="not is_macosx and not is_ios"> 728 <if expr="not is_macosx and not is_ios">
729 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic.png" /> 729 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" common/profile_avatar_generic.png" />
730 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua.png" /> 730 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" common/profile_avatar_generic_aqua.png" />
731 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" profile_avatar_generic_blue.png" /> 731 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" common/profile_avatar_generic_blue.png" />
732 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" profile_avatar_generic_green.png" /> 732 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" common/profile_avatar_generic_green.png" />
733 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" profile_avatar_generic_orange.png" /> 733 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" common/profile_avatar_generic_orange.png" />
734 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" profile_avatar_generic_purple.png" /> 734 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" common/profile_avatar_generic_purple.png" />
735 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" profile_avatar_generic_red.png" /> 735 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" common/profile_avatar_generic_red.png" />
736 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file=" profile_avatar_generic_yellow.png" /> 736 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_7" file=" common/profile_avatar_generic_yellow.png" />
737 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file=" profile_avatar_secret_agent.png" /> 737 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_8" file=" common/profile_avatar_secret_agent.png" />
738 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file=" profile_avatar_superhero.png" /> 738 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_9" file=" common/profile_avatar_superhero.png" />
739 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file= "profile_avatar_volley_ball.png" /> 739 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_10" file= "common/profile_avatar_volley_ball.png" />
740 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file= "profile_avatar_businessman.png" /> 740 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_11" file= "common/profile_avatar_businessman.png" />
741 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file= "profile_avatar_ninja.png" /> 741 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_12" file= "common/profile_avatar_ninja.png" />
742 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file= "profile_avatar_alien.png" /> 742 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_13" file= "common/profile_avatar_alien.png" />
743 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file= "profile_avatar_awesome.png" /> 743 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_14" file= "common/profile_avatar_awesome.png" />
744 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file= "profile_avatar_flower.png" /> 744 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_15" file= "common/profile_avatar_flower.png" />
745 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file= "profile_avatar_pizza.png" /> 745 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_16" file= "common/profile_avatar_pizza.png" />
746 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file= "profile_avatar_soccer.png" /> 746 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_17" file= "common/profile_avatar_soccer.png" />
747 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file= "profile_avatar_burger.png" /> 747 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_18" file= "common/profile_avatar_burger.png" />
748 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "profile_avatar_cat.png" /> 748 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_19" file= "common/profile_avatar_cat.png" />
749 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "profile_avatar_cupcake.png" /> 749 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_20" file= "common/profile_avatar_cupcake.png" />
750 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "profile_avatar_dog.png" /> 750 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_21" file= "common/profile_avatar_dog.png" />
751 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "profile_avatar_horse.png" /> 751 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_22" file= "common/profile_avatar_horse.png" />
752 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "profile_avatar_margarita.png" /> 752 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file= "common/profile_avatar_margarita.png" />
753 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "profile_avatar_note.png" /> 753 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file= "common/profile_avatar_note.png" />
754 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "profile_avatar_sun_cloud.png" /> 754 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file= "common/profile_avatar_sun_cloud.png" />
755 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file= "common/login_guest.png" /> 755 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file= "common/login_guest.png" />
756 </if> 756 </if>
757 757
758 <!-- New style avatar button --> 758 <!-- New style avatar button -->
759 <if expr="toolkit_views"> 759 <if expr="toolkit_views">
760 <!-- Windows, themed --> 760 <!-- Windows, themed -->
761 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_DRO PARROW" file="win/avatar_button/themed/sign_in_button_arrow.png" /> 761 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_DRO PARROW" file="win/avatar_button/themed/sign_in_button_arrow.png" />
762 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM" file="win/avatar_button/themed/sign_in_button_bottom.png" /> 762 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM" file="win/avatar_button/themed/sign_in_button_bottom.png" />
763 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_LEFT" file="win/avatar_button/themed/sign_in_button_bottom_left.png" /> 763 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_LEFT" file="win/avatar_button/themed/sign_in_button_bottom_left.png" />
764 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_RIGHT" file="win/avatar_button/themed/sign_in_button_bottom_right.png " /> 764 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_BUTTON_NOR MAL_BOTTOM_RIGHT" file="win/avatar_button/themed/sign_in_button_bottom_right.png " />
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1303 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1304 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1304 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1305 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1305 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1306 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1306 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1307 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1307 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1308 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1308 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1309 1309
1310 </structures> 1310 </structures>
1311 </release> 1311 </release>
1312 </grit> 1312 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/profile_avatar_volley_ball_mac.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698