Bug 1341799 - annotate storage/* with BUG_COMPONENT in moz.build files. r=mak

MozReview-Commit-ID: 3g7WuMN6hR7
This commit is contained in:
Joel Maher 2017-02-23 08:01:50 -05:00
parent 60a321a7a2
commit d637db915a

View File

@ -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 = ("Toolkit", "Storage")
DIRS += ['build']
TEST_DIRS += ['test']