Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 2356903002: Remove pre-MD find bar code in Views. (Closed)
Patch Set: no comment at this time Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <structure type="chrome_scaled_image" name="IDR_FILETYPE_LARGE_IMAGE" fi le="cros/file_types/thumbnails/image.png" /> 214 <structure type="chrome_scaled_image" name="IDR_FILETYPE_LARGE_IMAGE" fi le="cros/file_types/thumbnails/image.png" />
215 <structure type="chrome_scaled_image" name="IDR_FILETYPE_LARGE_VIDEO" fi le="cros/file_types/thumbnails/video.png" /> 215 <structure type="chrome_scaled_image" name="IDR_FILETYPE_LARGE_VIDEO" fi le="cros/file_types/thumbnails/video.png" />
216 </if> 216 </if>
217 217
218 <if expr="chromeos"> 218 <if expr="chromeos">
219 <if expr="_google_chrome"> 219 <if expr="_google_chrome">
220 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_GREETING" fi le="google_chrome/cros/first_run_greeting.png" /> 220 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_GREETING" fi le="google_chrome/cros/first_run_greeting.png" />
221 </if> 221 </if>
222 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_COMPLETION" fi le="cros/first_run_completion.png" /> 222 <structure type="chrome_scaled_image" name="IDR_FIRST_RUN_COMPLETION" fi le="cros/first_run_completion.png" />
223 </if> 223 </if>
224 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT" file="com mon/find_next.png" />
225 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_D" file="c ommon/find_next_disabled.png" />
226 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_H" file="c ommon/find_next_hover.png" />
227 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_NEXT_P" file="c ommon/find_next_pressed.png" />
228 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV" file="com mon/find_prev.png" />
229 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_D" file="c ommon/find_prev_disabled.png" />
230 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_H" file="c ommon/find_prev_hover.png" />
231 <structure type="chrome_scaled_image" name="IDR_FINDINPAGE_PREV_P" file="c ommon/find_prev_pressed.png" />
232 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_LEFT" file="co mmon/find_dialog_left.png" />
233 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_MIDDLE" file=" common/find_dialog_middle.png" />
234 <structure type="chrome_scaled_image" name="IDR_FIND_DIALOG_RIGHT" file="c ommon/find_dialog_right.png" />
235 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_LEFT_BACKGROUND" file="common/find_dlg_left_bg.png" />
236 <structure type="chrome_scaled_image" name="IDR_FIND_DLG_RIGHT_BACKGROUND" file="common/find_dlg_right_bg.png" />
237 <if expr="toolkit_views or is_macosx or is_ios"> 224 <if expr="toolkit_views or is_macosx or is_ios">
238 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br owser_forward_normal.png" /> 225 <structure type="chrome_scaled_image" name="IDR_FORWARD" file="common/br owser_forward_normal.png" />
239 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/ browser_forward_disabled.png" /> 226 <structure type="chrome_scaled_image" name="IDR_FORWARD_D" file="common/ browser_forward_disabled.png" />
240 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/ browser_forward_hover.png" /> 227 <structure type="chrome_scaled_image" name="IDR_FORWARD_H" file="common/ browser_forward_hover.png" />
241 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/ browser_forward_pressed.png" /> 228 <structure type="chrome_scaled_image" name="IDR_FORWARD_P" file="common/ browser_forward_pressed.png" />
242 </if> 229 </if>
243 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="com mon/frozen_tab.png" /> 230 <structure type="chrome_scaled_image" name="IDR_FROZEN_TAB_ICON" file="com mon/frozen_tab.png" />
244 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi le="common/fullscreen_menu_button.png" /> 231 <structure type="chrome_scaled_image" name="IDR_FULLSCREEN_MENU_BUTTON" fi le="common/fullscreen_menu_button.png" />
245 <if expr="is_macosx"> 232 <if expr="is_macosx">
246 <structure type="chrome_scaled_image" name="IDR_GENERATE_PASSWORD_KEY" f ile="legacy/password_generation_key.png" /> 233 <structure type="chrome_scaled_image" name="IDR_GENERATE_PASSWORD_KEY" f ile="legacy/password_generation_key.png" />
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 <structure type="chrome_scaled_image" name="IDR_TAB_USB_INDICATOR" file= "legacy/tab_usb_indicator.png" /> 715 <structure type="chrome_scaled_image" name="IDR_TAB_USB_INDICATOR" file= "legacy/tab_usb_indicator.png" />
729 </if> 716 </if>
730 <!-- Used by Mac OSX, and Chrome OS login pages. --> 717 <!-- Used by Mac OSX, and Chrome OS login pages. -->
731 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f ile="legacy/tab_recording_indicator.png" /> 718 <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_INDICATOR" f ile="legacy/tab_recording_indicator.png" />
732 719
733 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" /> 720 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_DOWN" file="tab_d rop_down.png" />
734 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" /> 721 <structure type="chrome_scaled_image" name="IDR_TAB_DROP_UP" file="tab_dro p_up.png" />
735 <if expr="chromeos"> 722 <if expr="chromeos">
736 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c ros/technical_error.png" /> 723 <structure type="chrome_scaled_image" name="IDR_TECHNICAL_ERROR" file="c ros/technical_error.png" />
737 </if> 724 </if>
738 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM" file="co mmon/textfield_bottom.png" /> 725 <if expr="is_macosx">
739 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_LEFT" fil e="common/textfield_bottom_left.png" /> 726 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM" file=" common/textfield_bottom.png" />
740 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_RIGHT" fi le="common/textfield_bottom_right.png" /> 727 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_LEFT" f ile="common/textfield_bottom_left.png" />
741 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_CENTER" file="co mmon/textfield_center.png" /> 728 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_BOTTOM_RIGHT" file="common/textfield_bottom_right.png" />
742 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_LEFT" file="comm on/textfield_left.png" /> 729 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_CENTER" file=" common/textfield_center.png" />
743 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_RIGHT" file="com mon/textfield_right.png" /> 730 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_LEFT" file="co mmon/textfield_left.png" />
744 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP" file="commo n/textfield_top.png" /> 731 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_RIGHT" file="c ommon/textfield_right.png" />
745 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_LEFT" file=" common/textfield_top_left.png" /> 732 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP" file="com mon/textfield_top.png" />
746 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_RIGHT" file= "common/textfield_top_right.png" /> 733 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_LEFT" file ="common/textfield_top_left.png" />
734 <structure type="chrome_scaled_image" name="IDR_TEXTFIELD_TOP_RIGHT" fil e="common/textfield_top_right.png" />
735 </if>
747 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f ile="notused.png" /> 736 <structure type="chrome_scaled_image" name="IDR_THEME_BUTTON_BACKGROUND" f ile="notused.png" />
748 <if expr="not use_ash"> 737 <if expr="not use_ash">
749 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme _frame.png" /> 738 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="theme _frame.png" />
750 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" /> 739 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="theme_frame_inactive.png" />
751 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" /> 740 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO" f ile="theme_frame_incognito.png" />
752 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" /> 741 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INCOGNITO_IN ACTIVE" file="theme_frame_incognito_inactive.png" />
753 </if> 742 </if>
754 <if expr="use_ash"> 743 <if expr="use_ash">
755 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="notus ed.png" /> 744 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME" file="notus ed.png" />
756 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="notused.png" /> 745 <structure type="chrome_scaled_image" name="IDR_THEME_FRAME_INACTIVE" fi le="notused.png" />
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 841 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
853 </if> 842 </if>
854 <if expr="is_macosx"> 843 <if expr="is_macosx">
855 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 844 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
856 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 845 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
857 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 846 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
858 </if> 847 </if>
859 </structures> 848 </structures>
860 </release> 849 </release>
861 </grit> 850 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/common/find_prev_pressed.png ('k') | chrome/browser/ui/views/find_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698