tor-browser

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

commit 882920db636fd175536e6a4170bb5b335eb4b3ec
parent fea310fb940bad84af3795b07434af3249750aa4
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Wed, 22 Oct 2025 00:25:46 +0000

Bug 1981063 - Remove unnecessary stanzas for desktop-launcher tests. r=firefox-build-system-reviewers,cdupuis,sergesanspaille

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

Diffstat:
Dbrowser/app/desktop-launcher/tests/lib/desktop-launcher-test.def | 7-------
Mbrowser/app/desktop-launcher/tests/lib/moz.build | 3---
2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/browser/app/desktop-launcher/tests/lib/desktop-launcher-test.def b/browser/app/desktop-launcher/tests/lib/desktop-launcher-test.def @@ -1,7 +0,0 @@ -;+# This Source Code Form is subject to the terms of the Mozilla Public -;+# License, v. 2.0. If a copy of the MPL was not distributed with this -;+# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -LIBRARY desktop-launcher-test -EXPORTS - lookupFirefoxPath diff --git a/browser/app/desktop-launcher/tests/lib/moz.build b/browser/app/desktop-launcher/tests/lib/moz.build @@ -30,8 +30,5 @@ OS_LIBS += [ "shell32", "winhttp", ] -DEFFILE = "desktop-launcher-test.def" -Library("desktop-launcher-test") -DisableStlWrapping() FINAL_LIBRARY = "xul-gtest"