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/.
8 BUG_COMPONENT = ("Core", "DOM: Performance")
10 EXPORTS.mozilla.dom += [
12 "LargestContentfulPaint.h",
15 "PerformanceEventTiming.h",
16 "PerformanceMainThread.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",
35 "LargestContentfulPaint.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",
56 "PerformanceTimingTypes.ipdlh",
59 include("/ipc/chromium/chromium-config.mozbuild")
61 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
63 include("/ipc/chromium/chromium-config.mozbuild")