Bumping manifests a=b2g-bump
[gecko.git] / xulrunner / app.mozbuild
blob0c1bbe1420e78765a686ded50e9dcb0dd9840787
1 # vim: set filetype=python:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 include('/toolkit/toolkit.mozbuild')
8 if CONFIG['MOZ_EXTENSIONS']:
9     add_tier_dir('app', 'extensions')
11 if CONFIG['OS_ARCH'] == 'WINNT' and (CONFIG['ENABLE_TESTS'] or
12         CONFIG['MOZILLA_OFFICIAL']):
13     add_tier_dir('app', 'embedding/tests/winEmbed')
15 add_tier_dir('app', 'xulrunner')