Bumping manifests a=b2g-bump
[gecko.git] / browser / moz.build
blobf8ce5bd754968a901afd32e8af334268c00d57e6
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 += ['installer/Makefile']
9 SPHINX_TREES['browser'] = 'docs'
11 DIRS += [
12     'base',
13     'components',
14     'experiments',
15     'fuel',
16     'locales',
17     'modules',
18     'themes',
19     'extensions',
22 DIRS += [
23     'devtools',
24     'app',
27 if CONFIG['MOZ_METRO']:
28     DIRS += ['metro']
30 if CONFIG['MAKENSISU']:
31     DIRS += ['installer/windows']
33 DIST_SUBDIR = 'browser'
34 export('DIST_SUBDIR')