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

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

Issue 172103003: Added resources for in-session captive portal notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resources are moved to cros. 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
« no previous file with comments | « chrome/app/theme/default_200_percent/cros/globe_icon.png ('k') | no next file » | 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> 494 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" />
495 <if expr="use_ash"> 495 <if expr="use_ash">
496 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ALERT" file ="common/notification_alert.png" /> 496 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ALERT" file ="common/notification_alert.png" />
497 </if> 497 </if>
498 <if expr="chromeos"> 498 <if expr="chromeos">
499 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" /> 499 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" />
500 </if> 500 </if>
501 <if expr="chromeos"> 501 <if expr="chromeos">
502 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" /> 502 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
503 </if> 503 </if>
504 <if expr="pp_ifdef('chromeos')">
505 <structure type="chrome_scaled_image" name="IDR_PORTAL_DETECTION_ALERT" file="cros/captive_portal_icon.png" />
506 <structure type="chrome_scaled_image" name="IDR_PORTAL_DETECTION_GLOBE" file="cros/globe_icon.png" />
507 </if>
504 <if expr="is_win or desktop_linux"> 508 <if expr="is_win or desktop_linux">
505 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_ATTENTION" file="common/notification_tray_do_not_disturb_attention.png" /> 509 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_ATTENTION" file="common/notification_tray_do_not_disturb_attention.png" />
506 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_EMPTY" file="common/notification_tray_do_not_disturb_empty.png" /> 510 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DO_NOT _DISTURB_EMPTY" file="common/notification_tray_do_not_disturb_empty.png" />
507 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="common/notification_tray_attention.png" /> 511 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENT ION" file="common/notification_tray_attention.png" />
508 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="common/notification_tray_empty.png" /> 512 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="common/notification_tray_empty.png" />
509 </if> 513 </if>
510 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" /> 514 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" />
511 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" /> 515 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" />
512 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" /> 516 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" />
513 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM" file="common/omnibox_border_and_shadow_bottom.png" /> 517 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_ BOTTOM" file="common/omnibox_border_and_shadow_bottom.png" />
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1276 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1277 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1278 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1279 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1276 1280
1277 </structures> 1281 </structures>
1278 </release> 1282 </release>
1279 </grit> 1283 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/cros/globe_icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698