tor-browser

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

commit 7c4c01f032d1fa709db86d662f629729ce74f107
parent 977d1ecafcd443cdd1a52e79d668ce015bee6f7d
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Mon, 20 Oct 2025 22:59:07 +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"