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

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

Issue 1214693005: Introduce some util code for drawing vector assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile? Created 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/help/check_circle.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" /> 331 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" />
332 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" /> 332 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" />
333 </if> 333 </if>
334 <structure type="chrome_scaled_image" name="IDR_HOTWORD_NOTIFICATION_ICON" file="common/notification_hotword_icon.png" /> 334 <structure type="chrome_scaled_image" name="IDR_HOTWORD_NOTIFICATION_ICON" file="common/notification_hotword_icon.png" />
335 <if expr="not is_android and not is_ios"> 335 <if expr="not is_android and not is_ios">
336 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ACCOUNT_BU TTON_ERROR" file="common/avatar_menu_auth_error.png" /> 336 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ACCOUNT_BU TTON_ERROR" file="common/avatar_menu_auth_error.png" />
337 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" /> 337 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" />
338 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT TON_ERROR" file="common/avatar_button_auth_error.png" /> 338 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT TON_ERROR" file="common/avatar_button_auth_error.png" />
339 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" /> 339 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" />
340 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_CHILD" fil e="common/icon_child.png" /> 340 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_CHILD" fil e="common/icon_child.png" />
341 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMER A" file="common/edit_camera.png" /> 341 <if expr="is_macosx">
342 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAM ERA" file="common/edit_camera.png" />
343 </if>
342 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_HOVER " file="common/edit_button_hover.png" /> 344 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_HOVER " file="common/edit_button_hover.png" />
343 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" /> 345 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" />
344 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" /> 346 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" />
345 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="common/avatar_menu_profile.png" /> 347 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="common/avatar_menu_profile.png" />
346 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CHILD " file="common/avatar_menu_child.png" /> 348 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CHILD " file="common/avatar_menu_child.png" />
347 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO NNECT" file="common/avatar_menu_disconnect.png" /> 349 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO NNECT" file="common/avatar_menu_disconnect.png" />
348 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_INCOG NITO" file="common/incognito.png" /> 350 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_INCOG NITO" file="common/incognito.png" />
349 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="common/avatar_menu_lock.png" /> 351 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="common/avatar_menu_lock.png" />
350 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LEGAC Y_SUPERVISED" file="common/avatar_menu_legacy_supervised.png" /> 352 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LEGAC Y_SUPERVISED" file="common/avatar_menu_legacy_supervised.png" />
351 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LEGACY_SUP ERVISED" file="common/icon_legacy_supervised.png" /> 353 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LEGACY_SUP ERVISED" file="common/icon_legacy_supervised.png" />
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 <!-- People search images --> 1022 <!-- People search images -->
1021 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1023 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1022 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1024 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1023 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1024 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1027 </structures> 1029 </structures>
1028 </release> 1030 </release>
1029 </grit> 1031 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/help/check_circle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698