1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
mojo / public / js / mojo_bindings_resources.grd [blame]
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
<outputs>
<output filename="grit/mojo_bindings_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="grit/mojo_bindings_resources_map.h"
type="resource_map_header" />
<output filename="grit/mojo_bindings_resources_map.cc"
type="resource_file_map_source" />
<output filename="mojo_bindings_resources.pak" type="data_package" />
</outputs>
<translations />
<release seq="1">
<includes>
<!-- All resources included on Android should use the lite bindings. -->
<if expr="not is_android">
<include name="IDR_MOJO_MOJO_BINDINGS_JS"
file="${root_gen_dir}/mojo/public/js/mojo_bindings.js"
use_base_dir="false"
resource_path="mojo/mojo/public/js/mojo_bindings.js"
type="BINDATA" />
</if>
<include name="IDR_MOJO_BINDINGS_JS"
file="${root_gen_dir}/mojo/public/js/bindings.js"
use_base_dir="false"
resource_path="mojo/mojo/public/js/bindings.js"
type="BINDATA" />
<if expr="is_chromeos">
<include name="IDR_MOJO_MOJO_BINDINGS_LITE_JS"
file="${root_gen_dir}/mojo/public/js/mojo_bindings_lite.js"
use_base_dir="false"
resource_path="mojo/mojo/public/js/mojo_bindings_lite.js"
type="BINDATA" />
</if>
<if expr="chromeos_ash">
<include name="IDR_MOJO_BIG_BUFFER_MOJOM_LITE_JS"
file="${root_gen_dir}/mojo/public/mojom/base/big_buffer.mojom-lite.js"
use_base_dir="false"
resource_path="mojo/mojo/public/mojom/base/big_buffer.mojom-lite.js"
type="BINDATA" />
<include name="IDR_MOJO_STRING16_MOJOM_LITE_JS"
file="${root_gen_dir}/mojo/public/mojom/base/string16.mojom-lite.js"
use_base_dir="false"
resource_path="mojo/mojo/public/mojom/base/string16.mojom-lite.js"
type="BINDATA" />
<include name="IDR_MOJO_TEXT_DIRECTION_MOJOM_LITE_JS"
file="${root_gen_dir}/mojo/public/mojom/base/text_direction.mojom-lite.js"
use_base_dir="false"
resource_path="mojo/mojo/public/mojom/base/text_direction.mojom-lite.js"
type="BINDATA" />
<include name="IDR_MOJO_TIME_MOJOM_LITE_JS"
file="${root_gen_dir}/mojo/public/mojom/base/time.mojom-lite.js"
resource_path="mojo/mojo/public/mojom/base/time.mojom-lite.js"
use_base_dir="false"
type="BINDATA" />
</if>
</includes>
</release>
</grit>