From 3d044d99d0b4b9d612b7b51b3438231902224a1e Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Sun, 29 Jan 2017 06:51:47 -0500 Subject: [PATCH] Bug 1334541 - add BUG_COMPONENT to dom/animation/* files. r=hiro MozReview-Commit-ID: Bnyj9mWOYms --- dom/animation/moz.build | 3 +++ 1 file changed, 3 insertions(+) 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']