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"> | 2 <grit latest_public_release="0" current_release="1"> |
3 <outputs> | 3 <outputs> |
4 <output filename="grit/extensions_renderer_resources.h" type="rc_header"> | 4 <output filename="grit/extensions_renderer_resources.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="extensions_renderer_resources.pak" type="data_package" /> | 7 <output filename="extensions_renderer_resources.pak" type="data_package" /> |
8 </outputs> | 8 </outputs> |
9 <release seq="1"> | 9 <release seq="1"> |
10 <includes> | 10 <includes> |
(...skipping 22 matching lines...) Expand all Loading... |
33 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo
m_bindings.js" type="BINDATA" /> | 33 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo
m_bindings.js" type="BINDATA" /> |
34 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin
gs.js" type="BINDATA" /> | 34 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin
gs.js" type="BINDATA" /> |
35 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> | 35 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> |
36 | 36 |
37 <!-- Custom types for APIs. --> | 37 <!-- Custom types for APIs. --> |
38 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA"
/> | 38 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA"
/> |
39 | 39 |
40 <!-- Platform app support. --> | 40 <!-- Platform app support. --> |
41 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA
" /> | 41 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA
" /> |
42 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA"
/> | 42 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA"
/> |
| 43 |
| 44 <!-- Extension styles --> |
| 45 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/> |
43 </includes> | 46 </includes> |
44 </release> | 47 </release> |
45 </grit> | 48 </grit> |
OLD | NEW |