| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This grd file contains images that are not pre-scaled for device | 2 <!-- This grd file contains images that are not pre-scaled for device |
| 3 scale factors. The image returned by | 3 scale factors. The image returned by |
| 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and | 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and |
| 5 it is the caller's responsibility to do the right thing when the | 5 it is the caller's responsibility to do the right thing when the |
| 6 display is not at 100P device scale factor. | 6 display is not at 100P device scale factor. |
| 7 --> | 7 --> |
| 8 <grit latest_public_release="0" current_release="1"> | 8 <grit latest_public_release="0" current_release="1"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> | 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 <include name="IDR_PROFILE_AVATAR_2X_17" file="default_200_percent/profi
le_avatar_soccer.png" type="BINDATA" /> | 72 <include name="IDR_PROFILE_AVATAR_2X_17" file="default_200_percent/profi
le_avatar_soccer.png" type="BINDATA" /> |
| 73 <include name="IDR_PROFILE_AVATAR_2X_18" file="default_200_percent/profi
le_avatar_burger.png" type="BINDATA" /> | 73 <include name="IDR_PROFILE_AVATAR_2X_18" file="default_200_percent/profi
le_avatar_burger.png" type="BINDATA" /> |
| 74 <include name="IDR_PROFILE_AVATAR_2X_19" file="default_200_percent/profi
le_avatar_cat.png" type="BINDATA" /> | 74 <include name="IDR_PROFILE_AVATAR_2X_19" file="default_200_percent/profi
le_avatar_cat.png" type="BINDATA" /> |
| 75 <include name="IDR_PROFILE_AVATAR_2X_20" file="default_200_percent/profi
le_avatar_cupcake.png" type="BINDATA" /> | 75 <include name="IDR_PROFILE_AVATAR_2X_20" file="default_200_percent/profi
le_avatar_cupcake.png" type="BINDATA" /> |
| 76 <include name="IDR_PROFILE_AVATAR_2X_21" file="default_200_percent/profi
le_avatar_dog.png" type="BINDATA" /> | 76 <include name="IDR_PROFILE_AVATAR_2X_21" file="default_200_percent/profi
le_avatar_dog.png" type="BINDATA" /> |
| 77 <include name="IDR_PROFILE_AVATAR_2X_22" file="default_200_percent/profi
le_avatar_horse.png" type="BINDATA" /> | 77 <include name="IDR_PROFILE_AVATAR_2X_22" file="default_200_percent/profi
le_avatar_horse.png" type="BINDATA" /> |
| 78 <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/profi
le_avatar_margarita.png" type="BINDATA" /> | 78 <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/profi
le_avatar_margarita.png" type="BINDATA" /> |
| 79 <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/profi
le_avatar_note.png" type="BINDATA" /> | 79 <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/profi
le_avatar_note.png" type="BINDATA" /> |
| 80 <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/profi
le_avatar_sun_cloud.png" type="BINDATA" /> | 80 <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/profi
le_avatar_sun_cloud.png" type="BINDATA" /> |
| 81 </if> | 81 </if> |
| 82 <if expr="is_macosx and pp_ifdef('enable_app_list')"> |
| 83 <!-- App Launcher icons for .app shim, dock icon, etc. --> |
| 84 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type="
BINDATA" /> |
| 85 </if> |
| 82 </includes> | 86 </includes> |
| 83 </release> | 87 </release> |
| 84 </grit> | 88 </grit> |
| OLD | NEW |