Bug 1472338: part 2) Change `clipboard.readText()` to read from the clipboard asynchr...
[gecko.git] / dom / performance / moz.build
blobff5f9979ac2eafe25f214122542307d327068302
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", "Performance")
10 EXPORTS.mozilla.dom += [
11     "EventCounts.h",
12     "Performance.h",
13     "PerformanceEntry.h",
14     "PerformanceEventTiming.h",
15     "PerformanceMainThread.h",
16     "PerformanceMark.h",
17     "PerformanceMeasure.h",
18     "PerformanceNavigation.h",
19     "PerformanceNavigationTiming.h",
20     "PerformanceObserver.h",
21     "PerformanceObserverEntryList.h",
22     "PerformancePaintTiming.h",
23     "PerformanceResourceTiming.h",
24     "PerformanceServerTiming.h",
25     "PerformanceService.h",
26     "PerformanceStorage.h",
27     "PerformanceStorageWorker.h",
28     "PerformanceTiming.h",
31 UNIFIED_SOURCES += [
32     "EventCounts.cpp",
33     "Performance.cpp",
34     "PerformanceEntry.cpp",
35     "PerformanceEventTiming.cpp",
36     "PerformanceMainThread.cpp",
37     "PerformanceMark.cpp",
38     "PerformanceMeasure.cpp",
39     "PerformanceNavigation.cpp",
40     "PerformanceNavigationTiming.cpp",
41     "PerformanceObserver.cpp",
42     "PerformanceObserverEntryList.cpp",
43     "PerformancePaintTiming.cpp",
44     "PerformanceResourceTiming.cpp",
45     "PerformanceServerTiming.cpp",
46     "PerformanceService.cpp",
47     "PerformanceStorageWorker.cpp",
48     "PerformanceTiming.cpp",
49     "PerformanceWorker.cpp",
52 include("/ipc/chromium/chromium-config.mozbuild")
54 MOCHITEST_MANIFESTS += ["tests/mochitest.ini"]
56 include("/ipc/chromium/chromium-config.mozbuild")
58 FINAL_LIBRARY = "xul"