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 "nsIDirectTaskDispatcher.idl",
15 "nsISerialEventTarget.idl",
16 "nsISupportsPriority.idl",
18 "nsIThreadInternal.idl",
19 "nsIThreadManager.idl",
21 "nsIThreadShutdown.idl",
25 XPIDL_MODULE = "xpcom_threads"
33 "nsICancelableRunnable.h",
34 "nsIDelayedRunnableObserver.h",
35 "nsIDiscardableRunnable.h",
48 "BlockingResourceBase.h",
59 "MainThreadIdlePeriod.h",
62 "MozPromiseInlines.h",
64 "PerformanceCounter.h",
71 "SpinEventLoopUntil.h",
74 "SynchronizedEventQueue.h",
82 "ThrottledEventQueue.h",
93 "BlockingResourceBase.cpp",
94 "CPUUsageWatcher.cpp",
95 "DelayedRunnable.cpp",
97 "IdlePeriodState.cpp",
98 "InputEventStatistics.cpp",
99 "InputTaskManager.cpp",
100 "LazyIdleThread.cpp",
101 "MainThreadIdlePeriod.cpp",
103 "nsMemoryPressure.cpp",
104 "nsProcessCommon.cpp",
105 "nsProxyRelease.cpp",
107 "nsThreadManager.cpp",
111 "PerformanceCounter.cpp",
112 "RecursiveMutex.cpp",
114 "SchedulerGroup.cpp",
115 "SharedThreadPool.cpp",
116 "SynchronizedEventQueue.cpp",
117 "TaskController.cpp",
119 "ThreadEventQueue.cpp",
120 "ThreadEventTarget.cpp",
121 "ThreadLocalVariables.cpp",
122 "ThrottledEventQueue.cpp",
124 "VsyncTaskManager.cpp",
133 FINAL_LIBRARY = "xul"
135 include("/ipc/chromium/chromium-config.mozbuild")