Bug 1772588 [wpt PR 34302] - [wpt] Add test for block-in-inline offsetParent., a...
[gecko.git] / devtools / startup / components.conf
blobf91c54c55025d08200a0819771869e3ba776285f
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 = []
9 if buildconfig.substs['MOZ_DEVTOOLS'] == 'all':
10     Classes += [
11         {
12             'cid': '{9e9a9283-0ce9-4e4a-8f1c-ba129a032c32}',
13             'contract_ids': ['@mozilla.org/devtools/startup-clh;1'],
14             'jsm': 'resource:///modules/DevToolsStartup.jsm',
15             'constructor': 'DevToolsStartup',
16             'categories': {'command-line-handler': 'm-devtools'},
17         },
18         {
19             'cid': '{1060afaf-dc9e-43da-8646-23a2faf48493}',
20             'contract_ids': ['@mozilla.org/network/protocol/about;1?what=debugging'],
21             'jsm': 'resource:///modules/AboutDebuggingRegistration.jsm',
22             'constructor': 'AboutDebugging',
23         },
24         {
25             'cid': '{11342911-3135-45a8-8d71-737a2b0ad469}',
26             'contract_ids': ['@mozilla.org/network/protocol/about;1?what=devtools-toolbox'],
27             'jsm': 'resource:///modules/AboutDevToolsToolboxRegistration.jsm',
28             'constructor': 'AboutDevtoolsToolbox',
29         },
30     ]