summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/components/tree/moz.build
blob: b1532f0f6c4bf0b5273957a9d2bf25979dc187c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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(
    'label-cell.js',
    'object-provider.js',
    'tree-cell.js',
    'tree-header.js',
    'tree-row.js',
    'tree-view.css',
    'tree-view.js',
)