1 # -*- Mode: python; c-basic-offset: 4; 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/.
20 if CONFIG['MOZ_SRTP']:
21 PARALLEL_DIRS += ['srtp/src']
23 if CONFIG['MOZ_SCTP']:
24 PARALLEL_DIRS += ['sctp/src', 'sctp/datachannel']
26 if CONFIG['NECKO_WIFI']:
27 PARALLEL_DIRS += ['wifi']
29 PARALLEL_DIRS += ['locales']
31 if CONFIG['MOZ_DASH']:
32 PARALLEL_DIRS += ['dash']
35 TEST_TOOL_DIRS += ['test']