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

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

Issue 13638018: Add PeripheralBatteryObserver (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: make a fake kNotificationOriginUrl to make origin check in notification manager happy Created 7 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
« no previous file with comments | « ash/ash_strings.grd ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" /> 503 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="common/newtab_button_mask.png" />
504 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" /> 504 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="c ommon/newtab_pressed.png" />
505 </if> 505 </if>
506 <if expr="pp_ifdef('chromeos')"> 506 <if expr="pp_ifdef('chromeos')">
507 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" /> 507 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="cros/ntp_welcome_thumb.png" />
508 </if> 508 </if>
509 <if expr="not pp_ifdef('chromeos')"> 509 <if expr="not pp_ifdef('chromeos')">
510 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> 510 <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PA GE_THUMBNAIL" file="common/ntp_welcome_thumb.png" />
511 </if> 511 </if>
512 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> 512 <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" />
513 <if expr="pp_ifdef('chromeos')">
514 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
515 </if>
513 <if expr="is_win"> 516 <if expr="is_win">
514 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DIM" f ile="win/notification_tray_dim.png" /> 517 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DIM" f ile="win/notification_tray_dim.png" />
515 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_LIT" f ile="win/notification_tray_lit.png" /> 518 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_LIT" f ile="win/notification_tray_lit.png" />
516 </if> 519 </if>
517 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_C" file="common/cs_bubble_center.png" /> 520 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_C" file="common/cs_bubble_center.png" />
518 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_L" file="common/cs_bubble_left.png" /> 521 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_L" file="common/cs_bubble_left.png" />
519 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_R" file="common/cs_bubble_right.png" /> 522 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROU ND_R" file="common/cs_bubble_right.png" />
520 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_C" file="common/ev_bubble_center.png" /> 523 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_C" file="common/ev_bubble_center.png" />
521 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_L" file="common/ev_bubble_left.png" /> 524 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_L" file="common/ev_bubble_left.png" />
522 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_R" file="common/ev_bubble_right.png" /> 525 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EV_BUBBLE_BACKGROU ND_R" file="common/ev_bubble_right.png" />
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 926 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
924 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 927 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
925 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 928 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
926 </if> 929 </if>
927 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 930 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
928 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 931 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
929 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" /> 932 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" />
930 </structures> 933 </structures>
931 </release> 934 </release>
932 </grit> 935 </grit>
OLDNEW
« no previous file with comments | « ash/ash_strings.grd ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698