Files
tubestation/browser/components/taskbartabs/moz.build
Cosmin Sabou 34c867c038 Backed out 2 changesets (bug 1956905, bug 1915737) for causing mochitest plain failures on test_no_errors_clean_profile.py. CLOSED TREE
Backed out changeset 8e96c17b3f8d (bug 1915737)
Backed out changeset 247c8ebd5fd9 (bug 1956905)
2025-04-01 06:25:11 +03:00

14 lines
407 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
EXTRA_JS_MODULES += [
"TaskbarTabUI.sys.mjs",
]
BROWSER_CHROME_MANIFESTS += [
"test/browser/browser.toml",
]