OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> | 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
3 <outputs> | 3 <outputs> |
4 <output filename="grit/file_manager_resources.h" type="rc_header"> | 4 <output filename="grit/file_manager_resources.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma
p_source" /> | 7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma
p_source" /> |
8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head
er" /> | 8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head
er" /> |
9 <output filename="file_manager_resources.pak" type="data_package" /> | 9 <output filename="file_manager_resources.pak" type="data_package" /> |
10 <output filename="file_manager_resources.rc" type="rc_all" /> | 10 <output filename="file_manager_resources.rc" type="rc_all" /> |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 | 180 |
181 <!-- Custom cursors (which grit cannot inline). --> | 181 <!-- Custom cursors (which grit cannot inline). --> |
182 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima
ges/100/cursor_crop.png" type="BINDATA" /> | 182 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima
ges/100/cursor_crop.png" type="BINDATA" /> |
183 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/
images/200/cursor_crop.png" type="BINDATA" /> | 183 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/
images/200/cursor_crop.png" type="BINDATA" /> |
184 | 184 |
185 <!-- Image loader extension manifest and scripts. --> | 185 <!-- Image loader extension manifest and scripts. --> |
186 <if expr="image_loader_extension"> | 186 <if expr="image_loader_extension"> |
187 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> | 187 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> |
188 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound_scripts.js" flattenhtml="true" type="BINDATA" /> | 188 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound_scripts.js" flattenhtml="true" type="BINDATA" /> |
189 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> | 189 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> |
| 190 |
190 <!-- Internal resources. --> | 191 <!-- Internal resources. --> |
191 <if expr="not _google_chrome"> | 192 <if expr="_google_chrome"> |
192 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="image_loader/
piex/piex.pexe.txt" type="BINDATA" /> | 193 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_load
er/piex/piex.nmf.txt" type="BINDATA" /> |
| 194 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" flattenhtml="true"
file="image_loader/piex/piex.pexe.txt" type="BINDATA" /> |
193 </if> | 195 </if> |
194 <if expr="_google_chrome"> | |
195 <!-- This entry overrides IDR_IMAGE_LOADER_PIEX_LOADER_PNACL with cont
ent of ../internal/piex/piex.pexe. --> | |
196 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="internal/piex
/piex.pexe" type="BINDATA" /> | |
197 </if> | |
198 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_loader
/piex/piex.nmf.txt" type="BINDATA" /> | |
199 </if> | 196 </if> |
200 </includes> | 197 </includes> |
201 </release> | 198 </release> |
202 </grit> | 199 </grit> |
OLD | NEW |