| 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 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 10 matching lines...) Expand all Loading... |
| 21 <output filename="ios_theme_resources_300_percent.pak" type="data_package" c
ontext="default_300_percent" /> | 21 <output filename="ios_theme_resources_300_percent.pak" type="data_package" c
ontext="default_300_percent" /> |
| 22 </outputs> | 22 </outputs> |
| 23 <release seq="1"> | 23 <release seq="1"> |
| 24 <structures fallback_to_low_resolution="true"> | 24 <structures fallback_to_low_resolution="true"> |
| 25 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST | 25 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST |
| 26 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE | 26 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE |
| 27 SAME CONDITIONALS. --> | 27 SAME CONDITIONALS. --> |
| 28 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_AUTOLOGIN" fil
e="infobar_autologin.png" /> | 28 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_AUTOLOGIN" fil
e="infobar_autologin.png" /> |
| 29 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_SAVE_PASSWORD"
file="infobar_save_password.png" /> | 29 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_SAVE_PASSWORD"
file="infobar_save_password.png" /> |
| 30 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_TRANSLATE" fil
e="infobar_translate.png" /> | 30 <structure type="chrome_scaled_image" name="IDR_IOS_INFOBAR_TRANSLATE" fil
e="infobar_translate.png" /> |
| 31 <structure type="chrome_scaled_image" name="IDR_IOS_LOCATION_BAR_HTTP" fil
e="omnibox_http.png" /> |
| 32 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HISTORY" file=
"omnibox_history.png" /> |
| 33 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HISTORY_INCOGN
ITO" file="omnibox_history_incognito.png" /> |
| 34 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HTTP" file="om
nibox_http.png" /> |
| 35 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HTTPS_INVALID"
file="omnibox_https_invalid.png" /> |
| 36 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HTTPS_POLICY_W
ARNING" file="controlled_setting_mandatory.png" /> |
| 37 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HTTPS_VALID" f
ile="omnibox_https_valid.png" /> |
| 38 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_HTTP_INCOGNITO
" file="omnibox_http_incognito.png" /> |
| 39 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_SEARCH" file="
omnibox_search.png" /> |
| 40 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_SEARCH_INCOGNI
TO" file="omnibox_search_incognito.png" /> |
| 41 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_STAR" file="om
nibox_star.png" /> |
| 42 <structure type="chrome_scaled_image" name="IDR_IOS_OMNIBOX_STAR_INCOGNITO
" file="omnibox_star_incognito.png" /> |
| 31 </structures> | 43 </structures> |
| 32 </release> | 44 </release> |
| 33 </grit> | 45 </grit> |
| OLD | NEW |