1 # -*- Mode: python; c-basic-offset: 4; 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 'nsICancelableRunnable.idl',
13 'nsISupportsPriority.idl',
15 'nsIThreadInternal.idl',
16 'nsIThreadManager.idl',
21 XPIDL_MODULE = 'xpcom_threads'
31 'BackgroundHangMonitor.h',
38 'BackgroundHangMonitor.cpp',
43 'nsMemoryPressure.cpp',
44 'nsProcessCommon.cpp',
46 'nsThreadManager.cpp',
49 'ThreadStackHelper.cpp',
53 MSVC_ENABLE_PGO = True
58 '/toolkit/crashreporter/google-breakpad/src',
62 FAIL_ON_WARNINGS = True
66 include('/ipc/chromium/chromium-config.mozbuild')