Commit 60a321a7 authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1341794 - annotate startupcache/* moz.build file with BUG_COMPONENT. r=froydnj

MozReview-Commit-ID: BQkxYXk6tl
parent 13df27ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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", "XPCOM")

if not CONFIG['MOZ_B2G']:
    TEST_DIRS += ['test']