Bug 867089 - Validate the playbackRate before using it. r=ehsan
[gecko.git] / netwerk / moz.build
blobad37d15c7cc5a5b742d1c5113fb4fdb150c714a0
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/.
7 PARALLEL_DIRS += [
8     'base',
9     'cookie',
10     'dns',
11     'socket',
12     'mime',
13     'streamconv',
14     'cache',
15     'protocol',
16     'system',
17     'ipc',
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']
34 DIRS += ['build']
35 TEST_TOOL_DIRS += ['test']
37 MODULE = 'necko'
39 EXPORTS += [
40     'necko-config.h',