Bug 886173 - Preserve playbackRate across pause/play. r=cpearce
[gecko.git] / moz.build
blob2c71a699be89578872ad18c206443182c6a9eef6
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 += ['tools/update-packaging/Makefile']
9 if CONFIG['ENABLE_CLANG_PLUGIN']:
10   add_tier_dir('base', 'build/clang-plugin', static=True)
12 add_tier_dir('base', ['config', 'build', 'probes', 'mfbt', 'python'])
14 if not CONFIG['LIBXUL_SDK']:
15     if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk'):
16         add_tier_dir('base', ['other-licenses/android'])
18     if CONFIG['MOZ_MEMORY']:
19         add_tier_dir('base', ['memory'])
21     if not CONFIG['MOZ_NATIVE_ZLIB']:
22         add_tier_dir('base', ['modules/zlib'])
24     add_tier_dir('base', ['mozglue', 'memory/mozalloc'])
26 # Bring in the configuration for the configured application.
27 if CONFIG['COMPILE_ENVIRONMENT']:
28     include('/' + CONFIG['MOZ_BUILD_APP'] + '/app.mozbuild')