commit 059e7f1a749f9456f31d2d677d5912b6d5f4a12b
parent 08414e07fc84265961f29c3947bb6acc00cb4a61
Author: Gabriele Svelto <gsvelto@mozilla.com>
Date: Thu, 2 Oct 2025 16:13:47 +0000
Bug 1992173 - Make the build system aware of the sources generated by the crash_helper_server crate r=afranchuk
Differential Revision: https://phabricator.services.mozilla.com/D267251
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/python/mozbuild/mozbuild/backend/cargo_build_defs.py b/python/mozbuild/mozbuild/backend/cargo_build_defs.py
@@ -4,6 +4,7 @@
cargo_extra_outputs = {
"bindgen": ["tests.rs", "host-target.txt"],
+ "crash_helper_server": ["crash_annotations.rs"],
"cssparser": ["tokenizer.rs"],
"gleam": ["gl_and_gles_bindings.rs", "gl_bindings.rs", "gles_bindings.rs"],
"khronos_api": ["webgl_exts.rs"],