no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / dom / reporting / moz.build
blob73a091dc72e3ab90304a273593438e73a2d3de04
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 EXPORTS.mozilla.dom = [
8     "CrashReport.h",
9     "DeprecationReportBody.h",
10     "EndpointForReportChild.h",
11     "EndpointForReportParent.h",
12     "FeaturePolicyViolationReportBody.h",
13     "Report.h",
14     "ReportBody.h",
15     "ReportDeliver.h",
16     "ReportingHeader.h",
17     "ReportingObserver.h",
18     "ReportingUtils.h",
19     "TestingDeprecatedInterface.h",
22 UNIFIED_SOURCES += [
23     "CrashReport.cpp",
24     "DeprecationReportBody.cpp",
25     "EndpointForReportChild.cpp",
26     "EndpointForReportParent.cpp",
27     "FeaturePolicyViolationReportBody.cpp",
28     "Report.cpp",
29     "ReportBody.cpp",
30     "ReportDeliver.cpp",
31     "ReportingHeader.cpp",
32     "ReportingObserver.cpp",
33     "ReportingUtils.cpp",
34     "TestingDeprecatedInterface.cpp",
37 IPDL_SOURCES += [
38     "PEndpointForReport.ipdl",
41 include("/ipc/chromium/chromium-config.mozbuild")
43 with Files("**"):
44     BUG_COMPONENT = ("Core", "DOM: Security")
46 FINAL_LIBRARY = "xul"
48 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
49 BROWSER_CHROME_MANIFESTS += ["tests/browser.toml"]
51 TEST_DIRS += ["tests/gtest"]