| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 <structure type="chrome_scaled_image" name="IDR_TAB_USB_INDICATOR" file=
"legacy/tab_usb_indicator.png" /> | 570 <structure type="chrome_scaled_image" name="IDR_TAB_USB_INDICATOR" file=
"legacy/tab_usb_indicator.png" /> |
| 571 </if> | 571 </if> |
| 572 <!-- Used by Mac OSX, and Chrome OS login pages. --> | 572 <!-- Used by Mac OSX, and Chrome OS login pages. --> |
| 573 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f
ile="legacy/tab_recording_indicator.png" /> | 573 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f
ile="legacy/tab_recording_indicator.png" /> |
| 574 | 574 |
| 575 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d
rop_down.png" /> | 575 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d
rop_down.png" /> |
| 576 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro
p_up.png" /> | 576 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro
p_up.png" /> |
| 577 <if expr="chromeos"> | 577 <if expr="chromeos"> |
| 578 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> | 578 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c
ros/technical_error.png" /> |
| 579 </if> | 579 </if> |
| 580 <if expr="is_macosx"> | |
| 581 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM" file="
common/textfield_bottom.png" /> | |
| 582 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_LEFT" f
ile="common/textfield_bottom_left.png" /> | |
| 583 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_RIGHT"
file="common/textfield_bottom_right.png" /> | |
| 584 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_CENTER" file="
common/textfield_center.png" /> | |
| 585 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_LEFT" file="co
mmon/textfield_left.png" /> | |
| 586 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_RIGHT" file="c
ommon/textfield_right.png" /> | |
| 587 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP" file="com
mon/textfield_top.png" /> | |
| 588 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_LEFT" file
="common/textfield_top_left.png" /> | |
| 589 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_RIGHT" fil
e="common/textfield_top_right.png" /> | |
| 590 </if> | |
| 591 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> | 580 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f
ile="notused.png" /> |
| 592 <if expr="not use_ash"> | 581 <if expr="not use_ash"> |
| 593 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme
_frame.png" /> | 582 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme
_frame.png" /> |
| 594 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="theme_frame_inactive.png" /> | 583 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="theme_frame_inactive.png" /> |
| 595 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f
ile="theme_frame_incognito.png" /> | 584 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f
ile="theme_frame_incognito.png" /> |
| 596 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN
ACTIVE" file="theme_frame_incognito_inactive.png" /> | 585 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN
ACTIVE" file="theme_frame_incognito_inactive.png" /> |
| 597 </if> | 586 </if> |
| 598 <if expr="use_ash"> | 587 <if expr="use_ash"> |
| 599 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="notus
ed.png" /> | 588 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="notus
ed.png" /> |
| 600 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="notused.png" /> | 589 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi
le="notused.png" /> |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 669 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
| 681 </if> | 670 </if> |
| 682 <if expr="is_macosx"> | 671 <if expr="is_macosx"> |
| 683 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> | 672 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> |
| 684 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> | 673 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> |
| 685 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> | 674 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> |
| 686 </if> | 675 </if> |
| 687 </structures> | 676 </structures> |
| 688 </release> | 677 </release> |
| 689 </grit> | 678 </grit> |
| OLD | NEW |