From 8c153d58579021b9148a2bf21ffa32c663ca1191 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Sun, 29 Jan 2017 06:51:35 -0500 Subject: [PATCH] Bug 1334551 - add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/* files. r=overholt MozReview-Commit-ID: IKPWxOsadTa --- dom/archivereader/moz.build | 3 +++ dom/asmjscache/moz.build | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dom/archivereader/moz.build b/dom/archivereader/moz.build index 57dbfa121047..361370da8eb2 100644 --- a/dom/archivereader/moz.build +++ b/dom/archivereader/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") + EXPORTS.mozilla.dom.archivereader += [ 'ArchiveEvent.h', 'ArchiveReader.h', diff --git a/dom/asmjscache/moz.build b/dom/asmjscache/moz.build index abb0b82fb220..5fbbfb6f21c0 100644 --- a/dom/asmjscache/moz.build +++ b/dom/asmjscache/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", "JavaScript Engine") + EXPORTS.mozilla.dom.asmjscache += [ 'AsmJSCache.h' ]