gecko/browser/devtools/debugger/moz.build
Dave Camp 6620beb63d Bug 909099 - Load the debugger panel with the devtools loader. r=vporof, r=gps
--HG--
rename : browser/devtools/debugger/DebuggerPanel.jsm => browser/devtools/debugger/debugger-panel.js
extra : rebase_source : 50a60e371c82aeed9909fb468bd019fafb67c6b7
2013-08-28 15:20:18 +02:00

14 lines
426 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/.
TEST_DIRS += ['test']
JS_MODULES_PATH = 'modules/devtools/debugger'
EXTRA_JS_MODULES += [
'debugger-panel.js'
]