Bug 1936278 - Prevent search mode chiclet from being dismissed when clicking in page...
[gecko.git] / dom / performance / moz.build
blob4936dbc55b2b86ccf548156f087dc41072e3be13
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     "CacheablePerformanceTimingData.h",
12     "EventCounts.h",
13     "LargestContentfulPaint.h",
14     "Performance.h",
15     "PerformanceEntry.h",
16     "PerformanceEventTiming.h",
17     "PerformanceMainThread.h",
18     "PerformanceMark.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",
35 UNIFIED_SOURCES += [
36     "EventCounts.cpp",
37     "LargestContentfulPaint.cpp",
38     "Performance.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",
57 IPDL_SOURCES += [
58     "PerformanceTimingTypes.ipdlh",
61 include("/ipc/chromium/chromium-config.mozbuild")
63 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
65 include("/ipc/chromium/chromium-config.mozbuild")
67 FINAL_LIBRARY = "xul"