1<?xml version="1.0" encoding="UTF-8"?> 2<!-- This grd file contains images that are not pre-scaled for device 3 scale factors. The image returned by 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and 5 it is the caller's responsibility to do the right thing when the 6 display is not at 100P device scale factor. 7 --> 8<grit latest_public_release="0" current_release="1"> 9 <outputs> 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> 11 <emit emit_type='prepend'></emit> 12 </output> 13 <output filename="chrome_unscaled_resources.pak" type="data_package" /> 14 </outputs> 15 <release seq="1"> 16 <includes> 17 <if expr="_google_chrome"> 18 <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64.png" type="BINDATA" /> 19 <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_128.png" type="BINDATA" /> 20 <!-- NOTE: product_logo_*.* files beyond what's listed above are 21 referenced by installer code; don't remove them unless you know 22 what you're doing! --> 23 <if expr="is_macosx"> 24 <include name="IDR_STATUS_TRAY_ICON" file="google_chrome/product_logo_22_mono.png" type="BINDATA" /> 25 </if> 26 <if expr="not is_macosx"> 27 <include name="IDR_STATUS_TRAY_ICON" file="google_chrome/product_logo_22.png" type="BINDATA" /> 28 </if> 29 </if> 30 <if expr="not _google_chrome"> 31 <include name="IDR_PRODUCT_LOGO_64" file="chromium/product_logo_64.png" type="BINDATA" /> 32 <include name="IDR_PRODUCT_LOGO_128" file="chromium/product_logo_128.png" type="BINDATA" /> 33 <!-- NOTE: product_logo_*.* files beyond what's listed above are 34 referenced by installer code; don't remove them unless you know 35 what you're doing! --> 36 <if expr="is_macosx"> 37 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22_mono.png" type="BINDATA" /> 38 </if> 39 <if expr="not is_macosx"> 40 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.png" type="BINDATA" /> 41 </if> 42 </if> 43 <if expr="is_win"> 44 <!-- Double-size profile avatar images used for generating .ico 45 files for Windows profile shortcuts. Included here because 46 they do not depend on the UI scale factor. 47 See: http://crbug.com/167277. --> 48 <include name="IDR_PROFILE_AVATAR_2X_0" file="default_200_percent/common/profile_avatar_generic.png" type="BINDATA" /> 49 <include name="IDR_PROFILE_AVATAR_2X_1" file="default_200_percent/common/profile_avatar_generic_aqua.png" type="BINDATA" /> 50 <include name="IDR_PROFILE_AVATAR_2X_2" file="default_200_percent/common/profile_avatar_generic_blue.png" type="BINDATA" /> 51 <include name="IDR_PROFILE_AVATAR_2X_3" file="default_200_percent/common/profile_avatar_generic_green.png" type="BINDATA" /> 52 <include name="IDR_PROFILE_AVATAR_2X_4" file="default_200_percent/common/profile_avatar_generic_orange.png" type="BINDATA" /> 53 <include name="IDR_PROFILE_AVATAR_2X_5" file="default_200_percent/common/profile_avatar_generic_purple.png" type="BINDATA" /> 54 <include name="IDR_PROFILE_AVATAR_2X_6" file="default_200_percent/common/profile_avatar_generic_red.png" type="BINDATA" /> 55 <include name="IDR_PROFILE_AVATAR_2X_7" file="default_200_percent/common/profile_avatar_generic_yellow.png" type="BINDATA" /> 56 <include name="IDR_PROFILE_AVATAR_2X_8" file="default_200_percent/common/profile_avatar_secret_agent.png" type="BINDATA" /> 57 <include name="IDR_PROFILE_AVATAR_2X_9" file="default_200_percent/common/profile_avatar_superhero.png" type="BINDATA" /> 58 <include name="IDR_PROFILE_AVATAR_2X_10" file="default_200_percent/common/profile_avatar_volley_ball.png" type="BINDATA" /> 59 <include name="IDR_PROFILE_AVATAR_2X_11" file="default_200_percent/common/profile_avatar_businessman.png" type="BINDATA" /> 60 <include name="IDR_PROFILE_AVATAR_2X_12" file="default_200_percent/common/profile_avatar_ninja.png" type="BINDATA" /> 61 <include name="IDR_PROFILE_AVATAR_2X_13" file="default_200_percent/common/profile_avatar_alien.png" type="BINDATA" /> 62 <include name="IDR_PROFILE_AVATAR_2X_14" file="default_200_percent/common/profile_avatar_awesome.png" type="BINDATA" /> 63 <include name="IDR_PROFILE_AVATAR_2X_15" file="default_200_percent/common/profile_avatar_flower.png" type="BINDATA" /> 64 <include name="IDR_PROFILE_AVATAR_2X_16" file="default_200_percent/common/profile_avatar_pizza.png" type="BINDATA" /> 65 <include name="IDR_PROFILE_AVATAR_2X_17" file="default_200_percent/common/profile_avatar_soccer.png" type="BINDATA" /> 66 <include name="IDR_PROFILE_AVATAR_2X_18" file="default_200_percent/common/profile_avatar_burger.png" type="BINDATA" /> 67 <include name="IDR_PROFILE_AVATAR_2X_19" file="default_200_percent/common/profile_avatar_cat.png" type="BINDATA" /> 68 <include name="IDR_PROFILE_AVATAR_2X_20" file="default_200_percent/common/profile_avatar_cupcake.png" type="BINDATA" /> 69 <include name="IDR_PROFILE_AVATAR_2X_21" file="default_200_percent/common/profile_avatar_dog.png" type="BINDATA" /> 70 <include name="IDR_PROFILE_AVATAR_2X_22" file="default_200_percent/common/profile_avatar_horse.png" type="BINDATA" /> 71 <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/common/profile_avatar_margarita.png" type="BINDATA" /> 72 <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/common/profile_avatar_note.png" type="BINDATA" /> 73 <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/common/profile_avatar_sun_cloud.png" type="BINDATA" /> 74 <include name="IDR_PROFILE_AVATAR_2X_26" file="default_200_percent/common/profile_avatar_placeholder.png" type="BINDATA" /> 75 </if> 76 <if expr="is_macosx and enable_app_list"> 77 <!-- App Launcher icons for .app shim, dock icon. Unscaled, because the 78 icon file built does not depend on UI scale factor. --> 79 <if expr="_google_chrome"> 80 <include name="IDR_APP_LIST_16" file="google_chrome/mac/app_list_16.png" type="BINDATA" /> 81 <include name="IDR_APP_LIST_32" file="google_chrome/mac/app_list_32.png" type="BINDATA" /> 82 <include name="IDR_APP_LIST_128" file="google_chrome/mac/app_list_128.png" type="BINDATA" /> 83 <include name="IDR_APP_LIST_256" file="google_chrome/mac/app_list_256.png" type="BINDATA" /> 84 <include name="IDR_APP_LIST_CANARY_16" file="google_chrome/mac/app_list_canary_16.png" type="BINDATA" /> 85 <include name="IDR_APP_LIST_CANARY_32" file="google_chrome/mac/app_list_canary_32.png" type="BINDATA" /> 86 <include name="IDR_APP_LIST_CANARY_128" file="google_chrome/mac/app_list_canary_128.png" type="BINDATA" /> 87 <include name="IDR_APP_LIST_CANARY_256" file="google_chrome/mac/app_list_canary_256.png" type="BINDATA" /> 88 </if> 89 <if expr="not _google_chrome"> 90 <include name="IDR_APP_LIST_16" file="chromium/mac/app_list_16.png" type="BINDATA" /> 91 <include name="IDR_APP_LIST_32" file="chromium/mac/app_list_32.png" type="BINDATA" /> 92 <include name="IDR_APP_LIST_128" file="chromium/mac/app_list_128.png" type="BINDATA" /> 93 <include name="IDR_APP_LIST_256" file="chromium/mac/app_list_256.png" type="BINDATA" /> 94 </if> 95 </if> 96 <if expr="is_linux and enable_app_list"> 97 <!-- App Launcher icons for desktop icon. --> 98 <if expr="_google_chrome"> 99 <include name="IDR_APP_LIST_16" file="google_chrome/linux/app_list_16.png" type="BINDATA" /> 100 <include name="IDR_APP_LIST_32" file="google_chrome/linux/app_list_32.png" type="BINDATA" /> 101 <include name="IDR_APP_LIST_48" file="google_chrome/linux/app_list_48.png" type="BINDATA" /> 102 <include name="IDR_APP_LIST_256" file="google_chrome/linux/app_list_256.png" type="BINDATA" /> 103 </if> 104 <if expr="not _google_chrome"> 105 <include name="IDR_APP_LIST_16" file="chromium/linux/app_list_16.png" type="BINDATA" /> 106 <include name="IDR_APP_LIST_32" file="chromium/linux/app_list_32.png" type="BINDATA" /> 107 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png" type="BINDATA" /> 108 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png" type="BINDATA" /> 109 </if> 110 </if> 111 <if expr="is_macosx"> 112 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="BINDATA" /> 113 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="BINDATA" /> 114 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overlay_128.png" type="BINDATA" /> 115 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overlay_512.png" type="BINDATA" /> 116 </if> 117 <if expr="chromeos"> 118 <include name="IDR_FONT_ROBOTO_THIN" file="Roboto-Thin.ttf" type="BINDATA" /> 119 <include name="IDR_FONT_ROBOTO_LIGHT" file="Roboto-Light.ttf" type="BINDATA" /> 120 <include name="IDR_FONT_ROBOTO_BOLD" file="Roboto-Bold.ttf" type="BINDATA" /> 121 </if> 122 </includes> 123 </release> 124</grit> 125