forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathink_resources.grd
21 lines (21 loc) · 998 Bytes
/
ink_resources.grd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
<outputs>
<output filename="grit/ink_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="grit/ink_resources_map.cc" type="resource_file_map_source" />
<output filename="grit/ink_resources_map.h" type="resource_map_header" />
<output filename="ink_resources.pak" type="data_package" />
</outputs>
<release seq="1">
<includes>
<if expr="chromeos">
<include name="IDR_INK_LIB_BINARY_JS" file="build/ink_lib_binary.js" type="BINDATA" />
<include name="IDR_INK_WORKER_JS" file="build/wasm_ink.worker.js" type="BINDATA" />
<include name="IDR_INK_WASM" file="build/wasm_ink.wasm" compress="brotli" type="BINDATA" />
<include name="IDR_INK_LOADER_JS" file="build/ink_loader.js" compress="brotli" type="BINDATA" />
</if>
</includes>
</release>
</grit>