Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 5127f59

Browse files
committed
Bug 1345627 - add BUG_COMPONENT to db/* files. r=mak
MozReview-Commit-ID: JdTFuPNs9ok
1 parent 246c210 commit 5127f59

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

db/moz.build

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2+
# vim: set filetype=python:
3+
# This Source Code Form is subject to the terms of the Mozilla Public
4+
# License, v. 2.0. If a copy of the MPL was not distributed with this
5+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
7+
with Files('**'):
8+
BUG_COMPONENT = ('Toolkit', 'Storage')
9+

0 commit comments

Comments
 (0)