Bug 1795723 - Unified extensions UI should support High Contrast Mode. r=ayeddi,deskt...
[gecko.git] / dom / manifest / moz.build
blobedc133654dd1dca1b839ccaa1a392d46fc39b38f
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 = ("Core", "DOM: Core & HTML")
10 EXTRA_JS_MODULES += [
11     "ImageObjectProcessor.jsm",
12     "Manifest.jsm",
13     "ManifestFinder.jsm",
14     "ManifestIcons.jsm",
15     "ManifestObtainer.jsm",
16     "ManifestProcessor.jsm",
17     "ValueExtractor.jsm",
20 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
21 BROWSER_CHROME_MANIFESTS += ["test/browser.ini"]