replaced by .editorconfig # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D287877
14 lines
511 B
Plaintext
14 lines
511 B
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
Classes = [
|
|
{
|
|
'cid': '{b3150bd2-689c-4cf0-b4ee-4f90aaf1cbd3}',
|
|
'contract_ids': ['@mozilla.org/ohttp-client-test;1'],
|
|
'type': 'mozilla::widget::OhttpClientTest',
|
|
'headers': ['mozilla/widget/OhttpClientTest.h'],
|
|
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
|
|
},
|
|
]
|