Bumping manifests a=b2g-bump
[gecko.git] / xulrunner / app.mozbuild
blobd636d35a3672ffdc0a7989f1476b70f67a61d573
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     DIRS += ['/extensions']
11 if CONFIG['OS_ARCH'] == 'WINNT' and (CONFIG['ENABLE_TESTS'] or
12         CONFIG['MOZILLA_OFFICIAL']):
13     DIRS += ['/embedding/tests/winEmbed']
15 DIRS += ['/xulrunner']