Files
tubestation/waterfox/browser/components/moz.build
adamp01 7d8877f6ab feat: Add addon store compatibility
(cherry picked from commit 2ebe2f51f3f53503c0e7f8a9465b80ab679f96d2)
2025-11-06 14:13:04 +00:00

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