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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 <include name="IDR_APP_LIST_256" file="google_chrome/linux/app_list_25
6.png" type="BINDATA" /> | 106 <include name="IDR_APP_LIST_256" file="google_chrome/linux/app_list_25
6.png" type="BINDATA" /> |
107 </if> | 107 </if> |
108 <if expr="not _google_chrome"> | 108 <if expr="not _google_chrome"> |
109 <include name="IDR_APP_LIST_16" file="chromium/linux/app_list_16.png"
type="BINDATA" /> | 109 <include name="IDR_APP_LIST_16" file="chromium/linux/app_list_16.png"
type="BINDATA" /> |
110 <include name="IDR_APP_LIST_32" file="chromium/linux/app_list_32.png"
type="BINDATA" /> | 110 <include name="IDR_APP_LIST_32" file="chromium/linux/app_list_32.png"
type="BINDATA" /> |
111 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png"
type="BINDATA" /> | 111 <include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png"
type="BINDATA" /> |
112 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png
" type="BINDATA" /> | 112 <include name="IDR_APP_LIST_256" file="chromium/linux/app_list_256.png
" type="BINDATA" /> |
113 </if> | 113 </if> |
114 </if> | 114 </if> |
115 <if expr="is_macosx"> | 115 <if expr="is_macosx"> |
116 <include name="IDR_APPS_FOLDER_OVERLAY_16" file="mac/apps_folder_overlay
_16.png" type="BINDATA" /> | 116 <include name="IDR_APPS_FOLDER_16" file="mac/apps_folder_16.png" type="B
INDATA" /> |
117 <include name="IDR_APPS_FOLDER_OVERLAY_32" file="mac/apps_folder_overlay
_32.png" type="BINDATA" /> | 117 <include name="IDR_APPS_FOLDER_32" file="mac/apps_folder_32.png" type="B
INDATA" /> |
118 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> | 118 <include name="IDR_APPS_FOLDER_OVERLAY_128" file="mac/apps_folder_overla
y_128.png" type="BINDATA" /> |
119 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> | 119 <include name="IDR_APPS_FOLDER_OVERLAY_512" file="mac/apps_folder_overla
y_512.png" type="BINDATA" /> |
120 </if> | 120 </if> |
121 </includes> | 121 </includes> |
122 </release> | 122 </release> |
123 </grit> | 123 </grit> |
OLD | NEW |