gecko/toolkit/devtools/moz.build
Michael Ratcliffe fe01b25c60 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-14 14:25:22 +01:00

26 lines
665 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',
'jsbeautify',
'sourcemap',
'webconsole',
'apps',
'styleinspector',
'acorn',
'pretty-fast',
'qrcode',
'transport',
'tern',
'discovery'
]
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']