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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" /> | 45 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" /> |
46 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> | 46 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> |
47 | 47 |
48 <!-- Custom types for APIs. --> | 48 <!-- Custom types for APIs. --> |
49 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> | 49 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> |
50 | 50 |
51 <!-- Platform app support. --> | 51 <!-- Platform app support. --> |
52 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> | 52 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> |
53 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> | 53 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> |
54 | 54 |
55 <!-- Extension styles --> | 55 <!-- Extension styles. --> |
56 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/> | 56 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="c hrome_html"/> |
Marijn Kruisselbrink
2014/09/10 23:37:34
nit: I think this can just stay type="BINDATA", yo
ericzeng
2014/09/11 00:31:11
Done.
| |
57 </includes> | 57 </includes> |
58 <structures> | |
59 <!-- Extension styles. --> | |
60 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> | |
61 </structures> | |
58 </release> | 62 </release> |
59 </grit> | 63 </grit> |
OLD | NEW |