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

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

Issue 2347773003: Remove pre-MD infobar code (on Views). (Closed)
Patch Set: pkasting review/button image clear out 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" /> 320 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" />
321 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" /> 321 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" />
322 </if> 322 </if>
323 <if expr="chromeos"> 323 <if expr="chromeos">
324 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="cros/icon_add_user_white.png" /> 324 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="cros/icon_add_user_white.png" />
325 <structure type="chrome_scaled_image" name="IDR_ICON_MORE_VERT_WHITE" fi le="cros/icon_more_vert_white.png" /> 325 <structure type="chrome_scaled_image" name="IDR_ICON_MORE_VERT_WHITE" fi le="cros/icon_more_vert_white.png" />
326 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" cros/icon_guest_white.png" /> 326 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" cros/icon_guest_white.png" />
327 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" cros/icon_power_white.png" /> 327 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" cros/icon_power_white.png" />
328 </if> 328 </if>
329 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" /> 329 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" />
330 <if expr="(toolkit_views and not is_macosx) or mac_views_browser">
331 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM" file="common/infobarbutton_bottom_hover.png" />
332 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_LEFT" file="common/infobarbutton_bottom_left_hover.png" />
333 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_BOTT OM_RIGHT" file="common/infobarbutton_bottom_right_hover.png" />
334 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_CENT ER" file="common/infobarbutton_center_hover.png" />
335 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_LEFT " file="common/infobarbutton_left_hover.png" />
336 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_RIGH T" file="common/infobarbutton_right_hover.png" />
337 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP" file="common/infobarbutton_top_hover.png" />
338 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ LEFT" file="common/infobarbutton_top_left_hover.png" />
339 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_HOVER_TOP_ RIGHT" file="common/infobarbutton_top_right_hover.png" />
340 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_BOT TOM" file="common/infobarbutton_bottom_normal.png" />
341 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_BOT TOM_LEFT" file="common/infobarbutton_bottom_left_normal.png" />
342 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_BOT TOM_RIGHT" file="common/infobarbutton_bottom_right_normal.png" />
343 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_CEN TER" file="common/infobarbutton_center_normal.png" />
344 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_LEF T" file="common/infobarbutton_left_normal.png" />
345 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_RIG HT" file="common/infobarbutton_right_normal.png" />
346 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_TOP " file="common/infobarbutton_top_normal.png" />
347 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_TOP _LEFT" file="common/infobarbutton_top_left_normal.png" />
348 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_NORMAL_TOP _RIGHT" file="common/infobarbutton_top_right_normal.png" />
349 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_BO TTOM" file="common/infobarbutton_bottom_pressed.png" />
350 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_BO TTOM_LEFT" file="common/infobarbutton_bottom_left_pressed.png" />
351 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_BO TTOM_RIGHT" file="common/infobarbutton_bottom_right_pressed.png" />
352 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_CE NTER" file="common/infobarbutton_center_pressed.png" />
353 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_LE FT" file="common/infobarbutton_left_pressed.png" />
354 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_RI GHT" file="common/infobarbutton_right_pressed.png" />
355 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P" file="common/infobarbutton_top_pressed.png" />
356 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_LEFT" file="common/infobarbutton_top_left_pressed.png" />
357 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" />
358 </if>
359 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> 330 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" />
360 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" /> 331 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" />
361 <structure type="chrome_scaled_image" name="IDR_INFOBAR_APP_BANNER" file=" common/infobar_apps.png" /> 332 <structure type="chrome_scaled_image" name="IDR_INFOBAR_APP_BANNER" file=" common/infobar_apps.png" />
362 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" /> 333 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" />
363 <if expr="is_macosx"> 334 <if expr="is_macosx">
364 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICA TIONS" file="legacy/infobar_desktop_notifications.png" /> 335 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICA TIONS" file="legacy/infobar_desktop_notifications.png" />
365 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" fil e="legacy/infobar_geolocation.png" /> 336 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" fil e="legacy/infobar_geolocation.png" />
366 </if> 337 </if>
367 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" /> 338 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" />
368 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" /> 339 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" />
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 891 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
921 </if> 892 </if>
922 <if expr="is_macosx"> 893 <if expr="is_macosx">
923 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 894 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
924 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 895 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
925 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 896 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
926 </if> 897 </if>
927 </structures> 898 </structures>
928 </release> 899 </release>
929 </grit> 900 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698