blob: 21a3bd34c7bec25c34484c7513639d2d8bd5f082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1">
<outputs>
<output filename="grit/options_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="options_resources.pak" type="data_package" />
</outputs>
<release seq="1">
<includes>
<include name="IDR_OPTIONS_BUNDLE_JS" file="options/options_bundle.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_OPTIONS_HTML" file="options/options.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
</includes>
</release>
</grit>
|