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

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

Issue 2832823002: Update avatar button to MD (Closed)
Patch Set: Rebased on CL 2833363002 Created 3 years, 8 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_HOV ER_TOP_RIGHT" file="win/avatar_button/win8/sign_in_button_hover_top_right.png" / > 426 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_HOV ER_TOP_RIGHT" file="win/avatar_button/win8/sign_in_button_hover_top_right.png" / >
427 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM" file="win/avatar_button/win8/sign_in_button_pressed_bottom.png" /> 427 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM" file="win/avatar_button/win8/sign_in_button_pressed_bottom.png" />
428 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_bottom_lef t.png" /> 428 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_bottom_lef t.png" />
429 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_bottom_ri ght.png" /> 429 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_BOTTOM_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_bottom_ri ght.png" />
430 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_CENTER" file="win/avatar_button/win8/sign_in_button_pressed_center.png" /> 430 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_CENTER" file="win/avatar_button/win8/sign_in_button_pressed_center.png" />
431 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_left.png" /> 431 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_left.png" />
432 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_right.png" /> 432 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_right.png" />
433 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP" file="win/avatar_button/win8/sign_in_button_pressed_top.png" /> 433 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP" file="win/avatar_button/win8/sign_in_button_pressed_top.png" />
434 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_top_left.png" /> 434 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_top_left.png" />
435 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_top_right.pn g" /> 435 <structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRE SSED_TOP_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_top_right.pn g" />
436
437 <!-- Windows 10 Material Design -->
438 <structure type="chrome_scaled_image" name="IDR_AVATAR_MD_BUTTON_AVATAR" file="win/avatar_button/win10/sign_in_button_avatar.png" />
Peter Kasting 2017/04/26 02:09:53 Please don't introduce new PNG resources; use vect
emx 2017/04/27 16:30:57 Done.
436 </if> <!-- toolkit_views and not is_macosx --> 439 </if> <!-- toolkit_views and not is_macosx -->
437 <if expr="enable_app_list"> 440 <if expr="enable_app_list">
438 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" /> 441 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
439 </if> 442 </if>
440 <if expr="chromeos"> 443 <if expr="chromeos">
441 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="cro s/reset_warning.png" /> 444 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="cro s/reset_warning.png" />
442 </if> 445 </if>
443 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "common/restore_button_mask.png" /> 446 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "common/restore_button_mask.png" />
444 <if expr="is_macosx"> 447 <if expr="is_macosx">
445 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" fi le="legacy/safebrowsing_warning.png" /> 448 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" fi le="legacy/safebrowsing_warning.png" />
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 </if> 542 </if>
540 <if expr="_google_chrome"> 543 <if expr="_google_chrome">
541 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 544 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
542 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 545 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
543 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 546 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
544 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 547 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
545 </if> 548 </if>
546 </structures> 549 </structures>
547 </release> 550 </release>
548 </grit> 551 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698