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

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

Issue 2502353002: ChromeOS shelf: implement MD-like shelf. (Closed)
Patch Set: Remove unused reference 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="legacy/avatar_menu_lock.png" /> 233 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="legacy/avatar_menu_lock.png" />
234 </if> 234 </if>
235 <if expr="not is_android and not is_ios and not chromeos"> 235 <if expr="not is_android and not is_ios and not chromeos">
236 <!-- User Manager tutorial --> 236 <!-- User Manager tutorial -->
237 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_YOUR_CHROME" file="common/user_manager_tutorial/your_chrome.png" /> 237 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_YOUR_CHROME" file="common/user_manager_tutorial/your_chrome.png" />
238 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_GUESTS" file="common/user_manager_tutorial/guests.png" /> 238 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_GUESTS" file="common/user_manager_tutorial/guests.png" />
239 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" /> 239 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" />
240 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" /> 240 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" />
241 </if> 241 </if>
242 <if expr="chromeos"> 242 <if expr="chromeos">
243 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="cros/icon_add_user_white.png" />
244 <structure type="chrome_scaled_image" name="IDR_ICON_MORE_VERT_WHITE" fi le="cros/icon_more_vert_white.png" /> 243 <structure type="chrome_scaled_image" name="IDR_ICON_MORE_VERT_WHITE" fi le="cros/icon_more_vert_white.png" />
245 <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file=" cros/icon_guest_white.png" />
246 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" cros/icon_power_white.png" />
247 </if> 244 </if>
248 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" /> 245 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" />
249 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> 246 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" />
250 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" /> 247 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" />
251 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" /> 248 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" />
252 <if expr="is_android"> 249 <if expr="is_android">
253 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" f ile="common/infobar_save_password.png" /> 250 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" f ile="common/infobar_save_password.png" />
254 </if> 251 </if>
255 <if expr="is_macosx or is_android"> 252 <if expr="is_macosx or is_android">
256 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" /> 253 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" />
257 </if> 254 </if>
258 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" /> 255 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT" file="common/ input_alert.png" />
259 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" /> 256 <structure type="chrome_scaled_image" name="IDR_INPUT_ALERT_MENU" file="co mmon/input_alert_menu.png" />
260 <if expr="is_macosx"> 257 <if expr="is_macosx">
261 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER " file="legacy/keyword_search_magnifier.png" /> 258 <structure type="chrome_scaled_image" name="IDR_KEYWORD_SEARCH_MAGNIFIER " file="legacy/keyword_search_magnifier.png" />
262 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="le gacy/favicon_laptop.png" /> 259 <structure type="chrome_scaled_image" name="IDR_LAPTOP_FAVICON" file="le gacy/favicon_laptop.png" />
263 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="leg acy/favicon_phone.png" /> 260 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="leg acy/favicon_phone.png" />
264 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="le gacy/favicon_tablet.png" /> 261 <structure type="chrome_scaled_image" name="IDR_TABLET_FAVICON" file="le gacy/favicon_tablet.png" />
265 </if> 262 </if>
266 <if expr="enable_service_discovery"> 263 <if expr="enable_service_discovery">
267 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" /> 264 <structure type="chrome_scaled_image" name="IDR_LOCAL_DISCOVERY_CLOUDPRI NT_ICON" file="common/cloudprint.png" />
268 </if> 265 </if>
269 <if expr="chromeos"> 266 <if expr="chromeos">
270 <!-- TODO(nkostylev): This resource needs to be removed when cros login code is moved to ash. -->
271 <structure type="chrome_scaled_image" name="IDR_LAUNCHER_BACKGROUND" fil e="cros/launcher_background.png" />
272 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" /> 267 <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK " file="cros/login_password_capslock.png" />
273 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" /> 268 <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" />
274 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_I CON" file="cros/limited_user.png" /> 269 <structure type="chrome_scaled_image" name="IDR_LEGACY_SUPERVISED_USER_I CON" file="cros/limited_user.png" />
275 </if> 270 </if>
276 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" /> 271 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM" file="common/supervised_user_theme/label_bg_bottom.png" />
277 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_LEFT" file="common/supervised_user_theme/label_bg_bottom_left.png" /> 272 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_LEFT" file="common/supervised_user_theme/label_bg_bottom_left.png" />
278 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_RIGHT" file="common/supervised_user_theme/label_bg_bottom_right.png" /> 273 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_BOTT OM_RIGHT" file="common/supervised_user_theme/label_bg_bottom_right.png" />
279 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_CENT ER" file="common/supervised_user_theme/label_bg_center.png" /> 274 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_CENT ER" file="common/supervised_user_theme/label_bg_center.png" />
280 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_LEFT " file="common/supervised_user_theme/label_bg_left.png" /> 275 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_LEFT " file="common/supervised_user_theme/label_bg_left.png" />
281 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_RIGH T" file="common/supervised_user_theme/label_bg_right.png" /> 276 <structure type="chrome_scaled_image" name="IDR_SUPERVISED_USER_LABEL_RIGH T" file="common/supervised_user_theme/label_bg_right.png" />
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 683 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
689 </if> 684 </if>
690 <if expr="is_macosx"> 685 <if expr="is_macosx">
691 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 686 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
692 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 687 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
693 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 688 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
694 </if> 689 </if>
695 </structures> 690 </structures>
696 </release> 691 </release>
697 </grit> 692 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698