OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This grd file contains images that are not pre-scaled for device | 2 <!-- This grd file contains images that are not pre-scaled for device |
3 scale factors. The image returned by | 3 scale factors. The image returned by |
4 |base::ResourceBundle::GetImageNamed| only contains 100P, and | 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and |
5 it is the caller's responsibility to do the right thing when the | 5 it is the caller's responsibility to do the right thing when the |
6 display is not at 100P device scale factor. | 6 display is not at 100P device scale factor. |
7 --> | 7 --> |
8 <grit latest_public_release="0" current_release="1"> | 8 <grit latest_public_release="0" current_release="1"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> | 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.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" /> | 108 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png
" type="BINDATA" /> |
109 </if> | 109 </if> |
110 </if> | 110 </if> |
111 <if expr="is_macosx"> | 111 <if expr="is_macosx"> |
112 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="B
INDATA" /> | 112 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="B
INDATA" /> |
113 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="B
INDATA" /> | 113 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="B
INDATA" /> |
114 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> | 114 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> |
115 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> | 115 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> |
116 </if> | 116 </if> |
| 117 <if expr="chromeos"> |
| 118 <include name="IDR_FONT_ROBOTO_THIN" file="Roboto-Thin.ttf" type="BINDAT
A" /> |
| 119 <include name="IDR_FONT_ROBOTO_LIGHT" file="Roboto-Light.ttf" type="BIND
ATA" /> |
| 120 <include name="IDR_FONT_ROBOTO_BOLD" file="Roboto-Bold.ttf" type="BINDAT
A" /> |
| 121 </if> |
117 </includes> | 122 </includes> |
118 </release> | 123 </release> |
119 </grit> | 124 </grit> |
OLD | NEW |