gecko/browser/devtools/netmonitor/moz.build
Dave Camp d2af46d2a9 Bug 909101 - Load the netmonitor panel with the devtools loader. r=vporof, r=gps
--HG--
rename : browser/devtools/netmonitor/NetMonitorPanel.jsm => browser/devtools/netmonitor/netmonitor-panel.js
extra : rebase_source : 2a24c39f2d1ce71844720f1b79c70a07637eee24
2013-08-25 11:57:52 +02:00

13 lines
350 B
Python

# 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/netmonitor'
EXTRA_JS_MODULES += [
'netmonitor-panel.js'
]