fune/browser/components/firefoxview/moz.build
Sam Foster b93fcda801 Bug 1784979 - Move some firefoxview test helpers to a shareable module. r=sclements,aminomancer
* Create a sharable module for the core Firefox-View test helpers
* Adjust firefoxview's tests (head.js) to use the helper module
* Adjust messaging-system tests to use the helper module  where these helpers were temporarily duplicated
* Adjust newtab tests to use the helper module

Differential Revision: https://phabricator.services.mozilla.com/D167589
2023-01-24 22:40:44 +00:00

20 lines
562 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/.
JAR_MANIFESTS += ["jar.mn"]
with Files("**"):
BUG_COMPONENT = ("Firefox", "Firefox View")
EXTRA_JS_MODULES += [
"*.sys.mjs",
]
TESTING_JS_MODULES += [
"tests/browser/FirefoxViewTestUtils.sys.mjs",
]
BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]