Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This comment is only here because changes to resources are not picked up | 2 <!-- This comment is only here because changes to resources are not picked up |
| 3 without changes to the corresponding grd file. --> | 3 without changes to the corresponding grd file. --> |
| 4 <grit latest_public_release="0" current_release="1"> | 4 <grit latest_public_release="0" current_release="1"> |
| 5 <outputs> | 5 <outputs> |
| 6 <output filename="grit/component_extension_resources.h" type="rc_header"> | 6 <output filename="grit/component_extension_resources.h" type="rc_header"> |
| 7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
| 8 </output> | 8 </output> |
| 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> | 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> |
| 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> | 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 84 <include name="IDR_FEEDBACK_ICON_64" file="feedback/images/icon64.png" typ e="BINDATA" /> | 84 <include name="IDR_FEEDBACK_ICON_64" file="feedback/images/icon64.png" typ e="BINDATA" /> |
| 85 <if expr="pp_ifdef('chromeos')"> | 85 <if expr="pp_ifdef('chromeos')"> |
| 86 <!-- App pages and scripts. --> | 86 <!-- App pages and scripts. --> |
| 87 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> | 87 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 88 <include name="IDR_FILE_MANAGER_MAIN_JS" file="file_manager/foreground/j s/main_scripts.js" flattenhtml="true" type="BINDATA" /> | 88 <include name="IDR_FILE_MANAGER_MAIN_JS" file="file_manager/foreground/j s/main_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 89 <include name="IDR_FILE_MANAGER_BKGND_JS" file="file_manager/background/ js/background.js" type="BINDATA" /> | 89 <include name="IDR_FILE_MANAGER_BKGND_JS" file="file_manager/background/ js/background.js" type="BINDATA" /> |
| 90 | 90 |
| 91 <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediapla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 91 <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediapla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 92 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/foreg round/js/media/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" /> | 92 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/foreg round/js/media/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 93 | 93 |
| 94 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER" file="file_manager/audio_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | |
| 95 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_SCRIPTS_JS" file="file_mana ger/audio_player/js/audio_player_scripts.js" flattenhtml="true" type="BINDATA" / > | |
| 96 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_JS" fil e="file_manager/audio_player/elements/track_list.js" flattenhtml="false" type="B INDATA" /> | |
|
dgozman
2014/01/29 05:51:17
You only need resources for files mentioned in man
yoshiki
2014/01/29 08:31:57
Thanks for guidance, Done.
| |
| 97 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_CSS" fi le="file_manager/audio_player/elements/track_list.css" flattenhtml="false" type= "BINDATA" /> | |
| 98 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_JS" file="file_manager/audio_player/elements/control_panel.js" flattenhtml="false" t ype="BINDATA" /> | |
| 99 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_CSS" file="file_manager/audio_player/elements/control_panel.css" flattenhtml="false" type="BINDATA" /> | |
| 100 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_ CSS" file="file_manager/audio_player/elements/volume_controller.css" flattenhtml ="false" type="BINDATA" /> | |
| 101 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_ JS" file="file_manager/audio_player/elements/volume_controller.js" flattenhtml=" false" type="BINDATA" /> | |
| 102 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_PLAYER_JS" file="f ile_manager/audio_player/elements/audio_player.js" flattenhtml="false" type="BIN DATA" /> | |
| 103 | |
| 94 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 104 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 95 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/fore ground/js/media/video_player_scripts.js" flattenhtml="true" type="BINDATA" /> | 105 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/fore ground/js/media/video_player_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 96 | 106 |
| 97 <include name="IDR_FILE_MANAGER_GALLERY" file="file_manager/gallery.html " allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 107 <include name="IDR_FILE_MANAGER_GALLERY" file="file_manager/gallery.html " allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 98 <include name="IDR_FILE_MANAGER_GALLERY_JS" file="file_manager/foregroun d/js/photo/gallery_scripts.js" flattenhtml="true" type="BINDATA" /> | 108 <include name="IDR_FILE_MANAGER_GALLERY_JS" file="file_manager/foregroun d/js/photo/gallery_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 99 | 109 |
| 100 <!-- Scripts working in background page. --> | 110 <!-- Scripts working in background page. --> |
| 101 <include name="IDR_FILE_MANAGER_ASYNC_UTIL_JS" file="file_manager/common /js/async_util.js" flattenhtml="false" type="BINDATA" /> | 111 <include name="IDR_FILE_MANAGER_ASYNC_UTIL_JS" file="file_manager/common /js/async_util.js" flattenhtml="false" type="BINDATA" /> |
| 102 <include name="IDR_FILE_MANAGER_DEVICE_HANDLER_JS" file="file_manager/ba ckground/js/device_handler.js" flattenhtml="false" type="BINDATA" /> | 112 <include name="IDR_FILE_MANAGER_DEVICE_HANDLER_JS" file="file_manager/ba ckground/js/device_handler.js" flattenhtml="false" type="BINDATA" /> |
| 103 <include name="IDR_FILE_MANAGER_DRIVE_SYNC_HANDLER_JS" file="file_manage r/background/js/drive_sync_handler.js" flattenhtml="false" type="BINDATA" /> | 113 <include name="IDR_FILE_MANAGER_DRIVE_SYNC_HANDLER_JS" file="file_manage r/background/js/drive_sync_handler.js" flattenhtml="false" type="BINDATA" /> |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 205 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> | 215 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> |
| 206 </if> | 216 </if> |
| 207 <if expr="pp_ifdef('enable_plugins')"> | 217 <if expr="pp_ifdef('enable_plugins')"> |
| 208 <include name="IDR_PDF_HTML" file="pdf/pdf.html" allowexternalscript="tr ue" type="BINDATA" /> | 218 <include name="IDR_PDF_HTML" file="pdf/pdf.html" allowexternalscript="tr ue" type="BINDATA" /> |
| 209 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> | 219 <include name="IDR_PDF_BACKGROUND_JS" file="pdf/background.js" type="BIN DATA" /> |
| 210 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> | 220 <include name="IDR_PDF_JS" file="pdf/pdf.js" type="BINDATA" /> |
| 211 </if> | 221 </if> |
| 212 </includes> | 222 </includes> |
| 213 </release> | 223 </release> |
| 214 </grit> | 224 </grit> |
| OLD | NEW |