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

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

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved icon resources Created 7 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 | 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 <if expr="pp_ifdef('chromeos')"> 495 <if expr="pp_ifdef('chromeos')">
496 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> 496 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" />
497 </if> 497 </if>
498 <if expr="not pp_ifdef('chromeos')"> 498 <if expr="not pp_ifdef('chromeos')">
499 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> 499 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" />
500 </if> 500 </if>
501 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> 501 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" />
502 <if expr="pp_ifdef('chromeos')"> 502 <if expr="pp_ifdef('chromeos')">
503 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" /> 503 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
504 </if> 504 </if>
505 <if expr="is_win"> 505 <if expr="is_win or is_linux">
506 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="win/notification_tray_empty.png" /> 506 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="notification_tray_empty.png" />
507 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="win/notification_tray_attention.png" /> 507 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="notification_tray_attention.png" />
508 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_NUMBER S" file="win/notification_tray_numbers.png" /> 508 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_NUMBER S" file="notification_tray_numbers.png" />
509 </if> 509 </if>
510 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM" fil e="common/omnibox_border_bottom.png" /> 510 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM" fil e="common/omnibox_border_bottom.png" />
511 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM_LEFT " file="common/omnibox_border_bottom_left.png" /> 511 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM_LEFT " file="common/omnibox_border_bottom_left.png" />
512 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM_RIGH T" file="common/omnibox_border_bottom_right.png" /> 512 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM_RIGH T" file="common/omnibox_border_bottom_right.png" />
513 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_CENTER" fil e="common/omnibox_border_center.png" /> 513 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_CENTER" fil e="common/omnibox_border_center.png" />
514 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_LEFT" file= "common/omnibox_border_left.png" /> 514 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_LEFT" file= "common/omnibox_border_left.png" />
515 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_RIGHT" file ="common/omnibox_border_right.png" /> 515 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_RIGHT" file ="common/omnibox_border_right.png" />
516 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP" file=" common/omnibox_border_top.png" /> 516 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP" file=" common/omnibox_border_top.png" />
517 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP_LEFT" f ile="common/omnibox_border_top_left.png" /> 517 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP_LEFT" f ile="common/omnibox_border_top_left.png" />
518 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP_RIGHT" file="common/omnibox_border_top_right.png" /> 518 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_TOP_RIGHT" file="common/omnibox_border_top_right.png" />
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 978 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
979 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 979 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
980 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 980 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
981 </if> 981 </if>
982 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 982 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
983 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 983 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
984 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" /> 984 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" />
985 </structures> 985 </structures>
986 </release> 986 </release>
987 </grit> 987 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698