mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
42 lines
945 B
INI
42 lines
945 B
INI
# 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',
|
|
'middleware',
|
|
'reducers',
|
|
'selectors',
|
|
'shared',
|
|
'utils',
|
|
]
|
|
|
|
DevToolsModules(
|
|
'constants.js',
|
|
'custom-request-view.js',
|
|
'details-view.js',
|
|
'events.js',
|
|
'filter-predicates.js',
|
|
'l10n.js',
|
|
'netmonitor-controller.js',
|
|
'netmonitor-view.js',
|
|
'panel.js',
|
|
'prefs.js',
|
|
'request-list-context-menu.js',
|
|
'request-utils.js',
|
|
'requests-menu-view.js',
|
|
'sidebar-view.js',
|
|
'sort-predicates.js',
|
|
'statistics-view.js',
|
|
'store.js',
|
|
'toolbar-view.js',
|
|
'waterfall-background.js',
|
|
)
|
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
|
|
|
with Files('**'):
|
|
BUG_COMPONENT = ('Firefox', 'Developer Tools: Netmonitor')
|