Bug 1288373 - Add missing task.h for NewRunnableFunction r=tzimmermann
[gecko.git] / memory / moz.build
blob7b7fc616f1432f388faeb0dfb3853371a23403d8
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 DIRS += [
8     'mozalloc',
9     'fallible',
12 if not CONFIG['JS_STANDALONE']:
13     DIRS += ['volatile']
15 if CONFIG['MOZ_MEMORY']:
16     DIRS += [
17         'build',
18         'mozjemalloc',
19     ]
21     if CONFIG['MOZ_JEMALLOC4'] or CONFIG['MOZ_REPLACE_MALLOC']:
22         if not CONFIG['MOZ_SYSTEM_JEMALLOC']:
23             DIRS += ['jemalloc']
25     if CONFIG['MOZ_REPLACE_MALLOC']:
26         DIRS += ['replace']