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

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

Issue 2443323002: Remove pre-MD incognito frame avatar. (Closed)
Patch Set: adjust wrapping Created 4 years, 1 month 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_SELECTED" f ile="common/omnibox_search_selected.png" /> 357 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_SELECTED" f ile="common/omnibox_search_selected.png" />
358 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM" file="common/omnibox_selected_keyword_bubble_bottom.png" /> 358 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM" file="common/omnibox_selected_keyword_bubble_bottom.png" />
359 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM_LEFT" file="common/omnibox_selected_keyword_bubble_bottom_left.png" /> 359 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM_LEFT" file="common/omnibox_selected_keyword_bubble_bottom_left.png" />
360 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM_RIGHT" file="common/omnibox_selected_keyword_bubble_bottom_right.pn g" /> 360 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_BOTTOM_RIGHT" file="common/omnibox_selected_keyword_bubble_bottom_right.pn g" />
361 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_CENTER" file="common/omnibox_selected_keyword_bubble_center.png" /> 361 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_CENTER" file="common/omnibox_selected_keyword_bubble_center.png" />
362 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_LEFT" file="common/omnibox_selected_keyword_bubble_left.png" /> 362 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_LEFT" file="common/omnibox_selected_keyword_bubble_left.png" />
363 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" /> 363 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_RIGHT" file="common/omnibox_selected_keyword_bubble_right.png" />
364 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" /> 364 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP" file="common/omnibox_selected_keyword_bubble_top.png" />
365 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" /> 365 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_LEFT" file="common/omnibox_selected_keyword_bubble_top_left.png" />
366 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" /> 366 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SELECTED_KEYWORD_B UBBLE_TOP_RIGHT" file="common/omnibox_selected_keyword_bubble_top_right.png" />
367 <if expr="toolkit_views and not is_macosx">
368 <!-- This image is not used in Material Design and can be removed when t hat mode is default. -->
369 <if expr="not use_ash">
370 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /otr_icon.png" />
371 </if>
372 <if expr="use_ash">
373 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="common /ash/otr_icon.png" />
374 </if>
375 </if>
376 <if expr="is_macosx or is_ios">
377 <!-- This image is not used in Mac Material Design and can be removed wh en that mode is default. -->
378 <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_ icon.png" />
379 </if>
380 <if expr="is_macosx"> 367 <if expr="is_macosx">
381 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" fil e="mac/overlay_drop_shadow.png" /> 368 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" fil e="mac/overlay_drop_shadow.png" />
382 </if> 369 </if>
383 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="common /pageinfo_bad.png" /> 370 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="common /pageinfo_bad.png" />
384 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="commo n/pageinfo_good.png" /> 371 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="commo n/pageinfo_good.png" />
385 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="commo n/pageinfo_info.png" /> 372 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="commo n/pageinfo_info.png" />
386 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="common/pageinfo_warning_major.png" /> 373 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="common/pageinfo_warning_major.png" />
387 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="common/pageinfo_warning_minor.png" /> 374 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="common/pageinfo_warning_minor.png" />
388 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" /> 375 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" />
389 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE" file="panel_c lose.png" /> 376 <structure type="chrome_scaled_image" name="IDR_PANEL_CLOSE" file="panel_c lose.png" />
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 687 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
701 </if> 688 </if>
702 <if expr="is_macosx"> 689 <if expr="is_macosx">
703 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 690 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
704 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 691 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
705 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 692 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
706 </if> 693 </if>
707 </structures> 694 </structures>
708 </release> 695 </release>
709 </grit> 696 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/mac/otr_icon.png ('k') | chrome/browser/ui/views/frame/browser_non_client_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698