Backout 2ea2669b53c3, Bug 917642 - [Helix] Please update the helix blobs
[gecko.git] / browser / moz.build
blob45b4fa1b11de76acba27f2e97b5557402749f956
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 PARALLEL_DIRS += [
10     'base',
11     'components',
12     'fuel',
13     'locales',
14     'modules',
15     'themes',
16     'extensions',
19 DIRS += [
20     'devtools',
21     'app',
24 if CONFIG['MOZ_METRO']:
25     DIRS += ['metro']
27 if CONFIG['MAKENSISU']:
28     DIRS += ['installer/windows']
30 DIST_SUBDIR = 'browser'
31 export('DIST_SUBDIR')