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 CONFIGURE_SUBST_FILES += [
9 'tools/update-packaging/Makefile',
12 if CONFIG['ENABLE_CLANG_PLUGIN']:
13 add_tier_dir('base', 'build/clang-plugin', external=True)
15 add_tier_dir('base', ['config', 'build', 'probes', 'mfbt', 'python'])
17 if not CONFIG['LIBXUL_SDK']:
18 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk'):
19 add_tier_dir('base', ['other-licenses/android'])
21 if CONFIG['MOZ_MEMORY']:
22 add_tier_dir('base', ['memory'])
24 if not CONFIG['MOZ_NATIVE_ZLIB']:
25 add_tier_dir('base', ['modules/zlib'])
27 add_tier_dir('base', ['mozglue', 'memory/mozalloc'])
29 add_tier_dir('precompile', 'xpcom/xpidl')
31 # Bring in the configuration for the configured application.
32 include('/' + CONFIG['MOZ_BUILD_APP'] + '/app.mozbuild')