Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / dom / security / trusted-types / moz.build
blob159a54ff02c4fe519a01baa1f172b23a45ef254b
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: Security")
10 EXPORTS.mozilla.dom += [
11     "TrustedHTML.h",
12     "TrustedScript.h",
13     "TrustedScriptURL.h",
14     "TrustedTypePolicy.h",
15     "TrustedTypePolicyFactory.h",
16     "TrustedTypeUtils.h",
19 UNIFIED_SOURCES += [
20     "TrustedHTML.cpp",
21     "TrustedScript.cpp",
22     "TrustedScriptURL.cpp",
23     "TrustedTypePolicy.cpp",
24     "TrustedTypePolicyFactory.cpp",
27 FINAL_LIBRARY = "xul"