# -*- 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/. with Files("**"): BUG_COMPONENT = ("Firefox", "IP Protection") MOZ_SRC_FILES += [ "GuardianClient.sys.mjs", "IPPAutoRestore.sys.mjs", "IPPAutoStart.sys.mjs", "IPPChannelFilter.sys.mjs", "IPPEnrollAndEntitleManager.sys.mjs", "IPPExceptionsManager.sys.mjs", "IPPNetworkErrorObserver.sys.mjs", "IPPNetworkUtils.sys.mjs", "IPPNimbusHelper.sys.mjs", "IPPProxyManager.sys.mjs", "IPProtectionActivator.sys.mjs", "IPProtectionServerlist.sys.mjs", "IPProtectionService.sys.mjs", "IPPSignInWatcher.sys.mjs", "IPPStartupCache.sys.mjs", ] XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"] SPHINX_TREES["/toolkit/ipprotection"] = "docs"