Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED...
[gecko.git] / devtools / client / performance-new / moz.build
blob7945bd510fbeef3fab47fccae5ce9a39d67460d9
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.toml"]
18 with Files("**"):
19     BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")