summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/moz.build
blob: 7620ce28754c5989dbb10d0b068de220c0d1c56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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/.

DIRS += ["actions", "components", "reducers", "utils"]

BROWSER_CHROME_MANIFESTS += ["test/browser.toml"]

DevToolsModules("animation.js", "current-time-timer.js")

with Files("**"):
    BUG_COMPONENT = ("DevTools", "Inspector: Animations")