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 += [
11 "CacheablePerformanceTimingData.h",
13 "LargestContentfulPaint.h",
16 "PerformanceEventTiming.h",
17 "PerformanceMainThread.h",
19 "PerformanceMeasure.h",
20 "PerformanceNavigation.h",
21 "PerformanceNavigationTiming.h",
22 "PerformanceObserver.h",
23 "PerformanceObserverEntryList.h",
24 "PerformancePaintTiming.h",
25 "PerformanceResourceTiming.h",
26 "PerformanceServerTiming.h",
27 "PerformanceService.h",
28 "PerformanceStorage.h",
29 "PerformanceStorageWorker.h",
30 "PerformanceTiming.h",
31 "PerformanceTimingIPCUtils.h",
32 "PerformanceWorker.h",
37 "LargestContentfulPaint.cpp",
39 "PerformanceEntry.cpp",
40 "PerformanceEventTiming.cpp",
41 "PerformanceMainThread.cpp",
42 "PerformanceMark.cpp",
43 "PerformanceMeasure.cpp",
44 "PerformanceNavigation.cpp",
45 "PerformanceNavigationTiming.cpp",
46 "PerformanceObserver.cpp",
47 "PerformanceObserverEntryList.cpp",
48 "PerformancePaintTiming.cpp",
49 "PerformanceResourceTiming.cpp",
50 "PerformanceServerTiming.cpp",
51 "PerformanceService.cpp",
52 "PerformanceStorageWorker.cpp",
53 "PerformanceTiming.cpp",
54 "PerformanceWorker.cpp",
58 "PerformanceTimingTypes.ipdlh",
61 include("/ipc/chromium/chromium-config.mozbuild")
63 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
65 include("/ipc/chromium/chromium-config.mozbuild")