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

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

Issue 2726793004: [Resources] Use the new product logo in several places
Patch Set: 200 percent too Created 3 years, 9 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="common/pageinfo_warning_major.png" /> 342 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MAJOR" fi le="common/pageinfo_warning_major.png" />
343 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="common/pageinfo_warning_minor.png" /> 343 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_WARNING_MINOR" fi le="common/pageinfo_warning_minor.png" />
344 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" /> 344 <structure type="chrome_scaled_image" name="IDR_PAGEINFO_ENTERPRISE_MANAGE D" file="common/pageinfo_enterprise_managed.png" />
345 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" /> 345 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" />
346 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="common/pr erender_succeed_icon.png" /> 346 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="common/pr erender_succeed_icon.png" />
347 <if expr="chromeos"> 347 <if expr="chromeos">
348 <structure type="chrome_scaled_image" name="IDR_PRINTER_NOTIFICATION" fi le="cros/printer_notification.png" /> 348 <structure type="chrome_scaled_image" name="IDR_PRINTER_NOTIFICATION" fi le="cros/printer_notification.png" />
349 <structure type="chrome_scaled_image" name="IDR_PRINTER_DETECTED_NOTIFIC ATION" file="cros/printer_detected_notification.png" /> 349 <structure type="chrome_scaled_image" name="IDR_PRINTER_DETECTED_NOTIFIC ATION" file="cros/printer_detected_notification.png" />
350 </if> 350 </if>
351 <if expr="not _google_chrome"> 351 <if expr="not _google_chrome">
352 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chro mium/product_logo_name_22.png" />
Evan Stade 2017/03/01 22:14:06 this doesn't seem like the best name for the resou
Mathieu 2017/03/02 14:36:08 Done
352 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" /> 353 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" />
353 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" /> 354 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" />
354 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" /> 355 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" />
355 </if> 356 </if>
356 <if expr="_google_chrome"> 357 <if expr="_google_chrome">
358 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo_name_22.png" />
357 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" /> 359 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" />
358 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" /> 360 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" />
359 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" fi le="google_chrome/product_logo_32_beta.png" /> 361 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" fi le="google_chrome/product_logo_32_beta.png" />
360 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_CANARY" file="google_chrome/product_logo_32_canary.png" /> 362 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_CANARY" file="google_chrome/product_logo_32_canary.png" />
361 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_DEV" fil e="google_chrome/product_logo_32_dev.png" /> 363 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_DEV" fil e="google_chrome/product_logo_32_dev.png" />
362 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" /> 364 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" />
363 </if> 365 </if>
364 366
365 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="co mmon/profile_avatar_generic.png" /> 367 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="co mmon/profile_avatar_generic.png" />
366 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="co mmon/profile_avatar_generic_aqua.png" /> 368 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="co mmon/profile_avatar_generic_aqua.png" />
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 605 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
604 </if> 606 </if>
605 <if expr="is_macosx"> 607 <if expr="is_macosx">
606 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> 608 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" />
607 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> 609 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" />
608 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> 610 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" />
609 </if> 611 </if>
610 </structures> 612 </structures>
611 </release> 613 </release>
612 </grit> 614 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/themes/theme_service.cc » ('j') | components/resources/components_scaled_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698