Bug 1867190 - Add prefs for PHC probablities r=glandium
[gecko.git] / xpcom / base / components.conf
blob4a22da67cf40433e4cadbfab12e7c53ca0d5aef0
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': '{68bf4793-5204-45cf-9ee2-69adffbc2e38}',
17         'contract_ids': ['@mozilla.org/xpcom/memory-watcher;1'],
18         'singleton': True,
19         'type': 'mozilla::nsAvailableMemoryWatcherBase',
20         'headers': ['/xpcom/base/AvailableMemoryWatcher.h'],
21         'constructor': 'mozilla::nsAvailableMemoryWatcherBase::GetSingleton',
22         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
23     },