diff --git a/dom/animation/moz.build b/dom/animation/moz.build index 1d714e465cc6..6213c410e9e3 100644 --- a/dom/animation/moz.build +++ b/dom/animation/moz.build @@ -4,6 +4,9 @@ # 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/. +with Files("**"): + BUG_COMPONENT = ("Core", "DOM: Animation") + MOCHITEST_MANIFESTS += ['test/mochitest.ini'] MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']