blob: 1f2b30d784b894911933716a7e768048e85e2896 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<packages>
<!-- Chromium and web_runner amd64 / x64 implementation -->
<package name="chromium/fuchsia/webrunner-amd64"
version="version:76.0.3801.0"
path="topaz/third_party/chromium/arch/x64"/>
<!-- Chromium and web_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/webrunner-arm64"
version="version:76.0.3801.0"
path="topaz/third_party/chromium/arch/arm64"/>
<!-- Cast_runner amd64 / x64 implementation -->
<package name="chromium/fuchsia/castrunner-amd64"
version="version:76.0.3801.0"
path="topaz/third_party/cast_runner/arch/x64"/>
<!-- cast_runner arm64 / aarch64 implementation -->
<package name="chromium/fuchsia/castrunner-arm64"
version="version:76.0.3801.0"
path="topaz/third_party/cast_runner/arch/arm64"/>
<!-- Debug symbols
It is required that a debug symbol package takes on a very specific form:
(i) it is a directory;
(ii) this directory contains a top-level manifest debug_symbols.json,
which is a JSON list of paths;
(iii) each path in the manifest either points to a .build.-id directory
itself or an archive containing a .build-id directory at its root.
Download paths must be of the form
//prebuilt/build_ids/<target cpu>/<name>
-->
<package name="chromium/fuchsia/debug-symbols-amd64"
version="version:76.0.3801.0"
path="prebuilt/build_ids/x64/chromium"
attributes="debug-symbols,debug-symbols-x64"/>
<package name="chromium/fuchsia/debug-symbols-arm64"
version="version:76.0.3801.0"
path="prebuilt/build_ids/arm64/chromium"
attributes="debug-symbols,debug-symbols-arm64"/>
</packages>
</manifest>