Bug 1825336 - Make toolkit/components/url-classifier/ buildable outside of a unified...
[gecko.git] / xpcom / base / components.conf
blob40c78b033c57b2d5e2a867aba5607ae5d225da43
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 Classes = [
8     {
9         'cid': '{cb6cdb94-e417-4601-b4a5-f991bf41453d}',
10         'contract_ids': ['@mozilla.org/xpcom/debug;1'],
11         'legacy_constructor': 'nsDebugImpl::Create',
12         'headers': ['nsDebugImpl.h'],
13         'processes': ProcessSelector.ALLOW_IN_GPU_RDD_SOCKET_AND_UTILITY_PROCESS,
14     },
15     {
16         'cid': '{67b3ac0c-d806-4d48-939e-6a819e6c248f}',
17         'contract_ids': ['@mozilla.org/message-loop;1'],
18         'legacy_constructor': 'nsMessageLoopConstructor',
19         'headers': ['/xpcom/base/nsMessageLoop.h'],
20     },
21     {
22         'cid': '{68bf4793-5204-45cf-9ee2-69adffbc2e38}',
23         'contract_ids': ['@mozilla.org/xpcom/memory-watcher;1'],
24         'singleton': True,
25         'type': 'mozilla::nsAvailableMemoryWatcherBase',
26         'headers': ['/xpcom/base/AvailableMemoryWatcher.h'],
27         'constructor': 'mozilla::nsAvailableMemoryWatcherBase::GetSingleton',
28         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
29     },