| 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. |
| 11 --> | 11 --> |
| 12 <grit latest_public_release="0" current_release="1"> | 12 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
| 13 <outputs> | 13 <outputs> |
| 14 <output filename="grit/theme_resources.h" type="rc_header" context="default_
100_percent"> | 14 <output filename="grit/theme_resources.h" type="rc_header" context="default_
100_percent"> |
| 15 <emit emit_type='prepend'></emit> | 15 <emit emit_type='prepend'></emit> |
| 16 </output> | 16 </output> |
| 17 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co
ntext="default_100_percent" /> | 17 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co
ntext="default_100_percent" /> |
| 18 <output filename="grit/theme_resources_map.h" type="resource_map_header" con
text="default_100_percent" /> | 18 <output filename="grit/theme_resources_map.h" type="resource_map_header" con
text="default_100_percent" /> |
| 19 <output filename="theme_resources_100_percent.pak" type="data_package" conte
xt="default_100_percent" /> | 19 <output filename="theme_resources_100_percent.pak" type="data_package" conte
xt="default_100_percent" /> |
| 20 <output filename="theme_resources_200_percent.pak" type="data_package" conte
xt="default_200_percent" /> | 20 <output filename="theme_resources_200_percent.pak" type="data_package" conte
xt="default_200_percent" /> |
| 21 <output filename="theme_resources_300_percent.pak" type="data_package" conte
xt="default_300_percent" /> | 21 <output filename="theme_resources_300_percent.pak" type="data_package" conte
xt="default_300_percent" /> |
| 22 <if expr="is_macosx"> | 22 <if expr="is_macosx"> |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 942 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
| 943 </if> | 943 </if> |
| 944 <if expr="is_macosx"> | 944 <if expr="is_macosx"> |
| 945 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> | 945 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> |
| 946 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> | 946 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> |
| 947 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> | 947 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> |
| 948 </if> | 948 </if> |
| 949 </structures> | 949 </structures> |
| 950 </release> | 950 </release> |
| 951 </grit> | 951 </grit> |
| OLD | NEW |