Files
tubestation/waterfox/browser/components/moz.build
adamp01 e0e648b801 feat: add new options to about:preferences using overlays
(cherry picked from commit 2a4f2f9578e66130375dad5e2cdd26f2dbe1afef)
2025-11-06 14:13:03 +00:00

21 lines
489 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/.
DIRS += [
"preferences",
"privatetab",
"statusbar",
"tabfeatures",
"uicustomizations",
"utils",
]
EXTRA_JS_MODULES += [
"WaterfoxGlue.jsm",
]
JAR_MANIFESTS += ["jar.mn"]