| 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 |
| 191 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_loader
/piex/piex.nmf.txt" type="BINDATA" /> |
| 192 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="image_loader/pi
ex/piex.pexe.txt" type="BINDATA" /> |
| 190 <!-- Internal resources. --> | 193 <!-- Internal resources. --> |
| 191 <if expr="not _google_chrome"> | 194 <if expr="_google_chrome"> |
| 192 <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_INTERNAL_PNACL" file="inte
rnal/piex/piex.pexe" type="BINDATA" /> |
| 193 </if> | 196 </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> | 197 </if> |
| 200 </includes> | 198 </includes> |
| 201 </release> | 199 </release> |
| 202 </grit> | 200 </grit> |
| OLD | NEW |