| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 | 182 |
| 183 <!-- Custom cursors (which grit cannot inline). --> | 183 <!-- Custom cursors (which grit cannot inline). --> |
| 184 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima
ges/100/cursor_crop.png" type="BINDATA" /> | 184 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima
ges/100/cursor_crop.png" type="BINDATA" /> |
| 185 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/
images/200/cursor_crop.png" type="BINDATA" /> | 185 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/
images/200/cursor_crop.png" type="BINDATA" /> |
| 186 | 186 |
| 187 <!-- Image loader extension manifest and scripts. --> | 187 <!-- Image loader extension manifest and scripts. --> |
| 188 <if expr="image_loader_extension"> | 188 <if expr="image_loader_extension"> |
| 189 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> | 189 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> |
| 190 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound_scripts.js" flattenhtml="true" type="BINDATA" /> | 190 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 191 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> | 191 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> |
| 192 |
| 192 <!-- Internal resources. --> | 193 <!-- Internal resources. --> |
| 193 <if expr="not _google_chrome"> | 194 <if expr="_google_chrome"> |
| 194 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="image_loader/
piex/piex.pexe.txt" type="BINDATA" /> | 195 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_load
er/piex/piex.nmf.txt" type="BINDATA" /> |
| 196 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" flattenhtml="true"
file="image_loader/piex/piex.pexe.txt" type="BINDATA" /> |
| 195 </if> | 197 </if> |
| 196 <if expr="_google_chrome"> | |
| 197 <!-- This entry overrides IDR_IMAGE_LOADER_PIEX_LOADER_PNACL with cont
ent of ../internal/piex/piex.pexe. --> | |
| 198 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="internal/piex
/piex.pexe" type="BINDATA" /> | |
| 199 </if> | |
| 200 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_loader
/piex/piex.nmf.txt" type="BINDATA" /> | |
| 201 </if> | 198 </if> |
| 202 </includes> | 199 </includes> |
| 203 </release> | 200 </release> |
| 204 </grit> | 201 </grit> |
| OLD | NEW |