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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png"
type="BINDATA" /> | 87 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png"
type="BINDATA" /> |
88 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png
" type="BINDATA" /> | 88 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png
" type="BINDATA" /> |
89 </if> | 89 </if> |
90 </if> | 90 </if> |
91 <if expr="is_macosx"> | 91 <if expr="is_macosx"> |
92 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="B
INDATA" /> | 92 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="B
INDATA" /> |
93 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="B
INDATA" /> | 93 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="B
INDATA" /> |
94 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> | 94 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> |
95 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> | 95 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> |
96 </if> | 96 </if> |
97 <if expr="chromeos"> | |
98 <!-- TODO(dzhioev): Remove when we have Roboto among system fonts. | |
99 http://crbug.com/409047 --> | |
100 <include name="IDR_FONT_ROBOTO_THIN" file="Roboto-Thin.ttf" type="BINDAT
A" /> | |
101 <include name="IDR_FONT_ROBOTO_LIGHT" file="Roboto-Light.ttf" type="BIND
ATA" /> | |
102 <include name="IDR_FONT_ROBOTO_REGULAR" file="Roboto-Regular.ttf" type="
BINDATA" /> | |
103 <include name="IDR_FONT_ROBOTO_MEDIUM" file="Roboto-Medium.ttf" type="BI
NDATA" /> | |
104 <include name="IDR_FONT_ROBOTO_BOLD" file="Roboto-Bold.ttf" type="BINDAT
A" /> | |
105 </if> | |
106 </includes> | 97 </includes> |
107 </release> | 98 </release> |
108 </grit> | 99 </grit> |
OLD | NEW |