Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / browser / tools / mozscreenshots / moz.build
blobffa4017a0ded3a8df95998955da4c733f53a0ecb
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "General")
10 with Files("controlCenter/**"):
11     BUG_COMPONENT = ("Firefox", "Site Identity")
13 with Files("devtools/**"):
14     BUG_COMPONENT = ("DevTools", "General")
16 with Files("permissionPrompts/**"):
17     BUG_COMPONENT = ("Firefox", "Site Permissions")
19 with Files("preferences/**"):
20     BUG_COMPONENT = ("Firefox", "Settings UI")
22 BROWSER_CHROME_MANIFESTS += [
23     # Each test is in it's own directory so it gets run in a clean profile with
24     # run-by-dir.
25     "controlCenter/browser.toml",
26     "devtools/browser.toml",
27     "permissionPrompts/browser.toml",
28     "preferences/browser.toml",
29     "primaryUI/browser.toml",
30     "tests/browser/browser.toml",
33 TEST_DIRS += [
34     "mozscreenshots/extension",
37 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"]