gecko-dev/remote/test/moz.build
Geoff Brown e1d05bdc1d Bug 1644228 - Remove support for IMPACTED_TESTS; r=remote-protocol-reviewers,firefox-build-system-reviewers,rstewart,whimboo
IMPACTED_TESTS was added in bug 1184405, but is under-utilized in current moz.build
annotations; also bug 1516847 removed use of IMPACTED_TESTS in 'mach test'. This
patch removes remaining support for IMPACTED_TESTS.

Differential Revision: https://phabricator.services.mozilla.com/D79141
2020-06-12 08:04:08 +00:00

18 lines
612 B
Plaintext

# 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/.
XPCSHELL_TESTS_MANIFESTS += ["unit/xpcshell.ini"]
BROWSER_CHROME_MANIFESTS += [
"browser/browser.ini",
"browser/dom/browser.ini",
"browser/emulation/browser.ini",
"browser/input/browser.ini",
"browser/io/browser.ini",
"browser/network/browser.ini",
"browser/page/browser.ini",
"browser/runtime/browser.ini",
"browser/security/browser.ini",
"browser/target/browser.ini",
]