summaryrefslogtreecommitdiffstats
path: root/devtools/client/aboutdebugging/src/components/debugtarget/moz.build
blob: 981e6887a2183515f8680f9a6d2f214d76963543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/.

DevToolsModules(
    "DebugTargetItem.js",
    "DebugTargetList.js",
    "DebugTargetPane.js",
    "ExtensionDetail.js",
    "FieldPair.js",
    "InspectAction.js",
    "ProcessDetail.js",
    "ServiceWorkerAction.js",
    "ServiceWorkerAdditionalActions.js",
    "TabAction.js",
    "TabDetail.js",
    "TemporaryExtensionAdditionalActions.js",
    "TemporaryExtensionDetail.js",
    "TemporaryExtensionInstaller.js",
    "TemporaryExtensionInstallSection.js",
    "WorkerDetail.js",
)