diff --git a/memory/moz.build b/memory/moz.build index cf8bbc0f3986..9e9db29108e2 100644 --- a/memory/moz.build +++ b/memory/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", "Memory Allocator") + DIRS += [ 'mozalloc', 'fallible',