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

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

Issue 158833003: Represent kiosk apps as user pods instead of menu items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pngcrush Created 6 years, 10 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 | Annotate | Revision Log
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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_28" f ile="avatar_kiwi.png" /> 435 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_28" f ile="avatar_kiwi.png" />
436 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_29" f ile="avatar_penguin.png" /> 436 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_29" f ile="avatar_penguin.png" />
437 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_30" f ile="avatar_rainbowfish.png" /> 437 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_30" f ile="avatar_rainbowfish.png" />
438 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_31" f ile="avatar_recordplayer.png" /> 438 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_31" f ile="avatar_recordplayer.png" />
439 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_32" f ile="avatar_upsidedown.png" /> 439 <structure type="chrome_scaled_image" name="IDR_LOGIN_DEFAULT_USER_32" f ile="avatar_upsidedown.png" />
440 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="login_password_capslock.png" /> 440 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="login_password_capslock.png" />
441 </if> 441 </if>
442 <structure type="chrome_scaled_image" name="IDR_LOGIN_GUEST" file="common/ login_guest.png" /> 442 <structure type="chrome_scaled_image" name="IDR_LOGIN_GUEST" file="common/ login_guest.png" />
443 <if expr="pp_ifdef('chromeos')"> 443 <if expr="pp_ifdef('chromeos')">
444 <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file= "cros/managed_mode_icon.png" /> 444 <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file= "cros/managed_mode_icon.png" />
445 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" />
445 </if> 446 </if>
446 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_ICON" file="c ommon/limited_user.png" /> 447 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_ICON" file="c ommon/limited_user.png" />
447 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM" file="common/managed_user_theme/label_bg_bottom.png" /> 448 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM" file="common/managed_user_theme/label_bg_bottom.png" />
448 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ LEFT" file="common/managed_user_theme/label_bg_bottom_left.png" /> 449 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ LEFT" file="common/managed_user_theme/label_bg_bottom_left.png" />
449 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ RIGHT" file="common/managed_user_theme/label_bg_bottom_right.png" /> 450 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_BOTTOM_ RIGHT" file="common/managed_user_theme/label_bg_bottom_right.png" />
450 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_CENTER" file="common/managed_user_theme/label_bg_center.png" /> 451 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_CENTER" file="common/managed_user_theme/label_bg_center.png" />
451 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_LEFT" f ile="common/managed_user_theme/label_bg_left.png" /> 452 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_LEFT" f ile="common/managed_user_theme/label_bg_left.png" />
452 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_RIGHT" file="common/managed_user_theme/label_bg_right.png" /> 453 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_RIGHT" file="common/managed_user_theme/label_bg_right.png" />
453 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP" fi le="common/managed_user_theme/label_bg_top.png" /> 454 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP" fi le="common/managed_user_theme/label_bg_top.png" />
454 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_LEF T" file="common/managed_user_theme/label_bg_top_left.png" /> 455 <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_LABEL_TOP_LEF T" file="common/managed_user_theme/label_bg_top_left.png" />
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1174 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1174 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1175 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1175 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1176 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1176 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1177 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1177 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1178 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1178 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1179 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1179 1180
1180 </structures> 1181 </structures>
1181 </release> 1182 </release>
1182 </grit> 1183 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698