moz.build (506B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 DevToolsModules( 6 "har-automation.js", 7 "har-builder-utils.js", 8 "har-builder.js", 9 "har-collector.js", 10 "har-exporter.js", 11 "har-importer.js", 12 "har-menu-utils.js", 13 "har-utils.js", 14 ) 15 16 BROWSER_CHROME_MANIFESTS += [ 17 "test/browser-harautomation.toml", 18 "test/browser.toml", 19 ]