Blame devtools/client/debugger/content/moz.build

Packit f0b94e
# vim: set filetype=python:
Packit f0b94e
# This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit f0b94e
Packit f0b94e
DIRS += [
Packit f0b94e
    'actions',
Packit f0b94e
    'reducers',
Packit f0b94e
    'views',
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
DevToolsModules(
Packit f0b94e
    'constants.js',
Packit f0b94e
    'globalActions.js',
Packit f0b94e
    'queries.js',
Packit f0b94e
    'utils.js'
Packit f0b94e
)