moz.build (545B)
1 # vim: set filetype=python: 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 DIRS += [ 7 "aboutprofiling", 8 "components", 9 "store", 10 "panel", 11 "popup", 12 "shared", 13 ] 14 15 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 16 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"] 17 18 with Files("**"): 19 BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")