2018-10-04 21:08:56 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-10-03 23:50:07 +03:00
|
|
|
<!-- The Resource ids for messages start from 31750 and for includes
|
|
|
|
it starts from 31950, make sure they don't overlap when the limit
|
|
|
|
exceeds in //tools/gritsettings/resource_ids -->
|
|
|
|
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false"
|
|
|
|
source_lang_id="en">
|
2018-10-04 21:08:56 +03:00
|
|
|
<outputs>
|
|
|
|
<output filename="grit/electron_resources.h" type="rc_header">
|
|
|
|
<emit emit_type='prepend'></emit>
|
|
|
|
</output>
|
|
|
|
<output filename="electron_resources.pak" type="data_package" />
|
|
|
|
</outputs>
|
2018-10-03 23:50:07 +03:00
|
|
|
<release seq="1" allow_pseudo="false">
|
|
|
|
<messages fallback_to_english="true">
|
|
|
|
<!-- TODO(deepak1556): Add translations,
|
|
|
|
check https://www.chromium.org/developers/design-documents/ui-localization -->
|
|
|
|
<part file="electron_strings.grdp" />
|
|
|
|
</messages>
|
2018-10-04 21:08:56 +03:00
|
|
|
<includes>
|
2019-01-12 04:00:43 +03:00
|
|
|
<include name="IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE" file="${target_gen_dir}\shell_devtools_discovery_page.html" use_base_dir="false" type="BINDATA" />
|
2018-10-04 21:08:56 +03:00
|
|
|
</includes>
|
|
|
|
</release>
|
|
|
|
</grit>
|