2015-06-03 15:31:35 +00:00
|
|
|
# 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/.
|
|
|
|
|
2015-09-21 17:04:18 +00:00
|
|
|
DevToolsModules(
|
2015-06-17 12:34:45 +00:00
|
|
|
'har-automation.js',
|
2015-06-03 15:31:35 +00:00
|
|
|
'har-builder.js',
|
2015-06-17 12:34:45 +00:00
|
|
|
'har-collector.js',
|
2015-06-03 15:31:35 +00:00
|
|
|
'har-exporter.js',
|
|
|
|
'har-utils.js',
|
2015-06-17 12:34:45 +00:00
|
|
|
'toolbox-overlay.js',
|
2015-09-21 17:04:18 +00:00
|
|
|
)
|
2015-06-03 15:31:35 +00:00
|
|
|
|
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|