1<?xml version="1.0" encoding="UTF-8"?>
2<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
3  <outputs>
4    <output filename="grit/mojo_bindings_resources.h" type="rc_header">
5      <emit emit_type='prepend'></emit>
6    </output>
7    <output filename="grit/mojo_bindings_resources_map.h"
8        type="resource_map_header" />
9    <output filename="grit/mojo_bindings_resources_map.cc"
10        type="resource_map_source" />
11    <output filename="mojo_bindings_resources.pak" type="data_package" />
12  </outputs>
13  <translations />
14  <release seq="1">
15    <includes>
16      <!-- All resources included on Android should use the lite bindings. -->
17      <if expr="not is_android">
18        <include name="IDR_MOJO_MOJO_BINDINGS_JS"
19            file="${root_gen_dir}/mojo/public/js/mojo_bindings.js"
20            use_base_dir="false"
21            type="BINDATA"
22            compress="gzip" />
23      </if>
24      <include name="IDR_MOJO_MOJO_BINDINGS_LITE_HTML"
25          file="mojo_bindings_lite.html"
26          type="BINDATA"
27          compress="gzip" />
28      <include name="IDR_MOJO_MOJO_BINDINGS_LITE_JS"
29          file="${root_gen_dir}/mojo/public/js/mojo_bindings_lite.js"
30          use_base_dir="false"
31          type="BINDATA"
32          compress="gzip" />
33      <include name="IDR_MOJO_BIG_BUFFER_MOJOM_HTML"
34          file="${root_gen_dir}/mojo/public/mojom/base/big_buffer.mojom.html"
35          use_base_dir="false"
36          type="BINDATA"
37          compress="gzip" />
38      <include name="IDR_MOJO_BIG_BUFFER_MOJOM_LITE_JS"
39          file="${root_gen_dir}/mojo/public/mojom/base/big_buffer.mojom-lite.js"
40          use_base_dir="false"
41          type="BINDATA"
42          compress="gzip" />
43      <include name="IDR_MOJO_FILE_MOJOM_HTML"
44          file="${root_gen_dir}/mojo/public/mojom/base/file.mojom.html"
45          use_base_dir="false"
46          type="BINDATA"
47          compress="gzip" />
48      <include name="IDR_MOJO_FILE_MOJOM_LITE_JS"
49          file="${root_gen_dir}/mojo/public/mojom/base/file.mojom-lite.js"
50          use_base_dir="false"
51          type="BINDATA"
52          compress="gzip" />
53      <include name="IDR_MOJO_STRING16_MOJOM_HTML"
54          file="${root_gen_dir}/mojo/public/mojom/base/string16.mojom.html"
55          use_base_dir="false"
56          type="BINDATA"
57          compress="gzip" />
58      <include name="IDR_MOJO_STRING16_MOJOM_LITE_JS"
59          file="${root_gen_dir}/mojo/public/mojom/base/string16.mojom-lite.js"
60          use_base_dir="false"
61          type="BINDATA"
62          compress="gzip" />
63      <include name="IDR_MOJO_TEXT_DIRECTION_MOJOM_HTML"
64          file="${root_gen_dir}/mojo/public/mojom/base/text_direction.mojom.html"
65          use_base_dir="false"
66          type="BINDATA"
67          compress="gzip" />
68      <include name="IDR_MOJO_TEXT_DIRECTION_MOJOM_LITE_JS"
69          file="${root_gen_dir}/mojo/public/mojom/base/text_direction.mojom-lite.js"
70          use_base_dir="false"
71          type="BINDATA"
72          compress="gzip" />
73      <if expr="is_win or is_macosx or is_posix">
74        <include name="IDR_MOJO_TIME_MOJOM_HTML"
75            file="${root_gen_dir}/mojo/public/mojom/base/time.mojom.html"
76            use_base_dir="false"
77            type="BINDATA"
78            compress="gzip" />
79        <include name="IDR_MOJO_TIME_MOJOM_LITE_JS"
80            file="${root_gen_dir}/mojo/public/mojom/base/time.mojom-lite.js"
81            use_base_dir="false"
82            type="BINDATA"
83            compress="gzip" />
84      </if>
85    </includes>
86  </release>
87</grit>
88