gecko-dev/devtools/client/netmonitor/moz.build
Ricky Chien 281273b990 Bug 1309191 - Implement filter buttons for Net Panel Toolbar r=Honza,jsnajdr
MozReview-Commit-ID: ALhCW6R8fzh

--HG--
extra : source : ac36d8c6cb4535582f9c5f018ca9129cd18fc57c
2016-10-13 15:19:09 +08:00

29 lines
616 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/.
DIRS += [
'actions',
'components',
'har',
'reducers',
'selectors'
]
DevToolsModules(
'constants.js',
'events.js',
'filter-predicates.js',
'l10n.js',
'panel.js',
'prefs.js',
'request-utils.js',
'requests-menu-view.js',
'sort-predicates.js',
'store.js',
'toolbar-view.js',
)
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']