blob: b1386c8df35968bb9cdb6f55d9aeec66fb4e0e7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
<outputs>
<output filename="grit/webrtc_internals_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="webrtc_internals_resources.pak" type="data_package" />
</outputs>
<translations />
<release seq="1">
<includes>
<include name="IDR_WEBRTC_INTERNALS_HTML"
file="webrtc_internals.html"
flattenhtml="true"
allowexternalscript="true"
type="BINDATA" />
<include name="IDR_WEBRTC_INTERNALS_JS"
file="webrtc_internals.js"
flattenhtml="true"
type="BINDATA" />
</includes>
</release>
</grit>
|