| 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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 </if> | 826 </if> |
| 827 <if expr="is_macosx"> | 827 <if expr="is_macosx"> |
| 828 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="mac/tab_inactive_center.png" /> | 828 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_CENTER" fil
e="mac/tab_inactive_center.png" /> |
| 829 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"mac/tab_inactive_left.png" /> | 829 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_LEFT" file=
"mac/tab_inactive_left.png" /> |
| 830 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="mac/tab_inactive_right.png" /> | 830 <structure type="chrome_scaled_image" name="IDR_TAB_INACTIVE_RIGHT" file
="mac/tab_inactive_right.png" /> |
| 831 </if> | 831 </if> |
| 832 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm
on/favicon_tablet.png" /> | 832 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="comm
on/favicon_tablet.png" /> |
| 833 <if expr="pp_ifdef('chromeos')"> | 833 <if expr="pp_ifdef('chromeos')"> |
| 834 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> | 834 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> |
| 835 </if> | 835 </if> |
| 836 <structure type="chrome_scaled_image" name="IDR_TEMPORARY_GOOGLE_PLUS_ICON
" file="common/ic_gplus_color_16.png" /> |
| 836 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> | 837 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> |
| 837 <if expr="not pp_ifdef('use_ash')"> | 838 <if expr="not pp_ifdef('use_ash')"> |
| 838 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme
_frame.png" /> | 839 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme
_frame.png" /> |
| 839 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="theme_frame_inactive.png" /> | 840 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="theme_frame_inactive.png" /> |
| 840 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f
ile="theme_frame_incognito.png" /> | 841 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f
ile="theme_frame_incognito.png" /> |
| 841 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN
ACTIVE" file="theme_frame_incognito_inactive.png" /> | 842 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN
ACTIVE" file="theme_frame_incognito_inactive.png" /> |
| 842 </if> | 843 </if> |
| 843 <if expr="pp_ifdef('use_ash')"> | 844 <if expr="pp_ifdef('use_ash')"> |
| 844 <!-- Ash has a gray frame, Windows uses blue. --> | 845 <!-- Ash has a gray frame, Windows uses blue. --> |
| 845 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="cros/
theme_frame_active.png" /> | 846 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="cros/
theme_frame_active.png" /> |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> | 980 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> |
| 980 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> | 981 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> |
| 981 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 982 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
| 982 </if> | 983 </if> |
| 983 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> | 984 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> |
| 984 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> | 985 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> |
| 985 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re
set.png" /> | 986 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re
set.png" /> |
| 986 </structures> | 987 </structures> |
| 987 </release> | 988 </release> |
| 988 </grit> | 989 </grit> |
| OLD | NEW |