Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / extensions / permissions / moz.build
blob6cdac609264437404611d286c8c9c3d7cd266ca4
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 TEST_DIRS += ["test"]
9 TESTING_JS_MODULES += [
10     "test/PermissionTestUtils.sys.mjs",
13 EXPORTS.mozilla += [
14     "Permission.h",
15     "PermissionDelegateHandler.h",
16     "PermissionDelegateIPCUtils.h",
17     "PermissionManager.h",
20 UNIFIED_SOURCES += [
21     "Permission.cpp",
22     "PermissionDelegateHandler.cpp",
23     "PermissionManager.cpp",
26 XPCOM_MANIFESTS += [
27     "components.conf",
30 LOCAL_INCLUDES += [
31     "/caps",
34 include("/ipc/chromium/chromium-config.mozbuild")
36 FINAL_LIBRARY = "xul"
38 with Files("**"):
39     BUG_COMPONENT = ("Core", "Permission Manager")