2013-02-28 18:16:49 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-30 20:48:24 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
2008-09-03 17:35:06 +04:00
|
|
|
|
2024-05-17 20:30:09 +03:00
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Mailnews Core", "Composition")
|
|
|
|
|
2014-07-31 18:15:22 +04:00
|
|
|
DIRS += [
|
2020-10-30 21:28:33 +03:00
|
|
|
"public",
|
|
|
|
"src",
|
2013-02-28 18:16:49 +04:00
|
|
|
]
|
|
|
|
|
2020-10-30 21:28:33 +03:00
|
|
|
TEST_DIRS += ["test"]
|