tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d4cc608f6d36e31b2e722202729698c4ee012f78
parent c2bbad9efcb326c960ce9a5b5fb2596160e88689
Author: Alex Franchuk <afranchuk@mozilla.com>
Date:   Tue,  9 Dec 2025 13:57:09 +0000

Bug 1992177 - Add the crashreporter client generated sources to the list of cargo extra outputs r=gsvelto

As far as I can tell, this file isn't used anywhere? But if we have it,
we may as well keep it up to date.

Differential Revision: https://phabricator.services.mozilla.com/D274994

Diffstat:
Mpython/mozbuild/mozbuild/backend/cargo_build_defs.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/python/mozbuild/mozbuild/backend/cargo_build_defs.py b/python/mozbuild/mozbuild/backend/cargo_build_defs.py @@ -4,8 +4,11 @@ cargo_extra_outputs = { "bindgen": ["tests.rs", "host-target.txt"], + "cocoabind": ["cocoa_bindings.rs"], "crash_helper_server": ["crash_annotations.rs"], + "crashreporter": ["crash_annotations.rs", "buildid_section.rs"], "cssparser": ["tokenizer.rs"], + "gtkbind": ["gtk_bindings.rs"], "gleam": ["gl_and_gles_bindings.rs", "gl_bindings.rs", "gles_bindings.rs"], "khronos_api": ["webgl_exts.rs"], "libloading": ["libglobal_static.a", "src/os/unix/global_static.o"],