mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
bb3b287cd9
--HG-- rename : browser/devtools/netmonitor/NetMonitorPanel.jsm => browser/devtools/netmonitor/netmonitor-panel.js extra : rebase_source : 2a24c39f2d1ce71844720f1b79c70a07637eee24
13 lines
350 B
Python
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'
|
|
]
|