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

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

Issue 2092193004: [Mac][Material Design] Add temporary spinner for Incognito mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="com mon/ash/theme_default_active.png" /> 876 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="com mon/ash/theme_default_active.png" />
877 </if> 877 </if>
878 <if expr="is_macosx or is_ios"> 878 <if expr="is_macosx or is_ios">
879 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" /> 879 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="mac /theme_default_active.png" />
880 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" /> 880 <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR_INACTIVE" file="mac/theme_default_active_background.png" />
881 </if> 881 </if>
882 <!-- Instant Extended API toolbar background is common for all platforms. --> 882 <!-- Instant Extended API toolbar background is common for all platforms. -->
883 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" /> 883 <structure type="chrome_scaled_image" name="IDR_THEME_WINDOW_CONTROL_BACKG ROUND" file="notused.png" />
884 <if expr="is_macosx"> 884 <if expr="is_macosx">
885 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file=" legacy/throbber_waiting.png" /> 885 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file=" legacy/throbber_waiting.png" />
886 <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_INCOGNI TO" file="mac/throbber_waiting_incognito.png" />
887 <structure type="chrome_scaled_image" name="IDR_THROBBER_INCOGNITO" file ="mac/throbber_incognito.png" />
886 </if> 888 </if>
887 <if expr="use_ash"> 889 <if expr="use_ash">
888 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" /> 890 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_LEFT" file ="common/toolbar_shade_left.png" />
889 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" /> 891 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_RIGHT" fil e="common/toolbar_shade_right.png" />
890 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" /> 892 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "common/toolbar_shade_top.png" />
891 </if> 893 </if>
892 <if expr="is_macosx or is_ios"> 894 <if expr="is_macosx or is_ios">
893 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" /> 895 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_SHADE_TOP" file= "mac/toolbar_shade_top.png" />
894 </if> 896 </if>
895 <if expr="toolkit_views or is_macosx or is_ios"> 897 <if expr="toolkit_views or is_macosx or is_ios">
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 942 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
941 </if> 943 </if>
942 <if expr="is_macosx"> 944 <if expr="is_macosx">
943 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 945 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
944 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 946 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
945 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 947 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
946 </if> 948 </if>
947 </structures> 949 </structures>
948 </release> 950 </release>
949 </grit> 951 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698