Bug 1861305 - Renew data collection for audio_process_per_codec_name r=padenot
[gecko.git] / devtools / client / performance-new / moz.build
blob82ac27e4d00bc97f75cd8c0deee16c6db4e9612f
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/.
6 DIRS += [
7     "aboutprofiling",
8     "components",
9     "store",
10     "panel",
11     "popup",
12     "shared",
15 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"]
16 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]
18 with Files("**"):
19     BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")