mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
9d35a2f5ed
--HG-- rename : toolkit/devtools/moz.build => toolkit/devtools/transport/moz.build rename : toolkit/devtools/moz.build => toolkit/devtools/transport/tests/moz.build rename : toolkit/devtools/server/tests/unit/test_dbgsocket.js => toolkit/devtools/transport/tests/unit/test_dbgsocket.js rename : toolkit/devtools/server/tests/unit/test_dbgsocket_connection_drop.js => toolkit/devtools/transport/tests/unit/test_dbgsocket_connection_drop.js rename : toolkit/devtools/server/transport.js => toolkit/devtools/transport/transport.js
24 lines
631 B
Python
24 lines
631 B
Python
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
PARALLEL_DIRS += [
|
|
'server',
|
|
'client',
|
|
'gcli',
|
|
'sourcemap',
|
|
'webconsole',
|
|
'apps',
|
|
'styleinspector',
|
|
'acorn',
|
|
'pretty-fast',
|
|
'qrcode',
|
|
'transport',
|
|
'tern',
|
|
]
|
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|