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

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

Issue 2968323002: [EasyUnlock] Introduce EasyUnlockNotificationController (Closed)
Patch Set: fix unittests Created 3 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
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <if expr="chromeos"> 264 <if expr="chromeos">
265 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" /> 265 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DRIVE" file ="cros/notification_drive.png" />
266 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_FINGERPRINT " file="cros/notification_fingerprint.png" /> 266 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_FINGERPRINT " file="cros/notification_fingerprint.png" />
267 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" /> 267 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_ BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
268 <structure type="chrome_scaled_image" name="IDR_PORTAL_DETECTION_ALERT" file="cros/captive_portal_icon.png" /> 268 <structure type="chrome_scaled_image" name="IDR_PORTAL_DETECTION_ALERT" file="cros/captive_portal_icon.png" />
269 <structure type="chrome_scaled_image" name="IDR_ARC_PLAY_STORE_NOTIFICAT ION" file="cros/notification_play_store.png" /> 269 <structure type="chrome_scaled_image" name="IDR_ARC_PLAY_STORE_NOTIFICAT ION" file="cros/notification_play_store.png" />
270 <structure type="chrome_scaled_image" name="IDR_ARC_PLAY_STORE_OPTIN_IN_ PROGRESS_NOTIFICATION" file="cros/notification_play_store_optin_in_progress.png" /> 270 <structure type="chrome_scaled_image" name="IDR_ARC_PLAY_STORE_OPTIN_IN_ PROGRESS_NOTIFICATION" file="cros/notification_play_store_optin_in_progress.png" />
271 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EXTENSION_I NSTALLED" file="common/notification_extension_installed.png" /> 271 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EXTENSION_I NSTALLED" file="common/notification_extension_installed.png" />
272 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_SCREENSHOT_ ANNOTATE" file="cros/notification_screenshot_annotate.png" /> 272 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_SCREENSHOT_ ANNOTATE" file="cros/notification_screenshot_annotate.png" />
273 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_SCREENSHOT_ COPY_TO_CLIPBOARD" file="cros/notification_screenshot_copy_to_clipboard.png" /> 273 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_SCREENSHOT_ COPY_TO_CLIPBOARD" file="cros/notification_screenshot_copy_to_clipboard.png" />
274 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EASYUNLOCK_ ENABLED" file="cros/notification_easyunlock_enabled.png" />
275 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EASYUNLOCK_ PROMO" file="cros/notification_easyunlock_promo.png" />
274 </if> 276 </if>
275 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" /> 277 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" />
276 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" /> 278 <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN _MORE" file="common/notification_welcome_learn_more.png" />
277 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" /> 279 <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" fil e="common/block_notifier.png" />
278 <if expr="is_macosx"> 280 <if expr="is_macosx">
279 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" fil e="mac/overlay_drop_shadow.png" /> 281 <structure type="chrome_scaled_image" name="IDR_OVERLAY_DROP_SHADOW" fil e="mac/overlay_drop_shadow.png" />
280 </if> 282 </if>
281 <if expr="is_macosx or is_ios"> 283 <if expr="is_macosx or is_ios">
282 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB " file="mac/omnibox_keyword_hint_tab.png" /> 284 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_KEYWORD_HINT_TAB " file="mac/omnibox_keyword_hint_tab.png" />
283 </if> 285 </if>
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 </if> 532 </if>
531 <if expr="_google_chrome"> 533 <if expr="_google_chrome">
532 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 534 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
533 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 535 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
534 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 536 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
535 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 537 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
536 </if> 538 </if>
537 </structures> 539 </structures>
538 </release> 540 </release>
539 </grit> 541 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/cros/notification_easyunlock_promo.png ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698