Bug 1856777 [wpt PR 42330] - Update wpt metadata, a=testonly
[gecko.git] / dom / performance / moz.build
blob842393224771c1a31bf43ef02fa05fc6cb472334
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: Performance")
10 EXPORTS.mozilla.dom += [
11     "EventCounts.h",
12     "LargestContentfulPaint.h",
13     "Performance.h",
14     "PerformanceEntry.h",
15     "PerformanceEventTiming.h",
16     "PerformanceMainThread.h",
17     "PerformanceMark.h",
18     "PerformanceMeasure.h",
19     "PerformanceNavigation.h",
20     "PerformanceNavigationTiming.h",
21     "PerformanceObserver.h",
22     "PerformanceObserverEntryList.h",
23     "PerformancePaintTiming.h",
24     "PerformanceResourceTiming.h",
25     "PerformanceServerTiming.h",
26     "PerformanceService.h",
27     "PerformanceStorage.h",
28     "PerformanceStorageWorker.h",
29     "PerformanceTiming.h",
30     "PerformanceWorker.h",
33 UNIFIED_SOURCES += [
34     "EventCounts.cpp",
35     "LargestContentfulPaint.cpp",
36     "Performance.cpp",
37     "PerformanceEntry.cpp",
38     "PerformanceEventTiming.cpp",
39     "PerformanceMainThread.cpp",
40     "PerformanceMark.cpp",
41     "PerformanceMeasure.cpp",
42     "PerformanceNavigation.cpp",
43     "PerformanceNavigationTiming.cpp",
44     "PerformanceObserver.cpp",
45     "PerformanceObserverEntryList.cpp",
46     "PerformancePaintTiming.cpp",
47     "PerformanceResourceTiming.cpp",
48     "PerformanceServerTiming.cpp",
49     "PerformanceService.cpp",
50     "PerformanceStorageWorker.cpp",
51     "PerformanceTiming.cpp",
52     "PerformanceWorker.cpp",
55 IPDL_SOURCES += [
56     "PerformanceTimingTypes.ipdlh",
59 include("/ipc/chromium/chromium-config.mozbuild")
61 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
63 include("/ipc/chromium/chromium-config.mozbuild")
65 FINAL_LIBRARY = "xul"