Bug 863263 part A - Modify some code in nsReadableUtils to support fallible and infal...
[gecko.git] / browser / moz.build
blob453bcb59d421bcd30f731bc50c68dd1cff3ab7f2
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 CONFIGURE_SUBST_FILES += ['installer/Makefile']
8 PARALLEL_DIRS += [
9     'base',
10     'components',
11     'fuel',
12     'locales',
13     'modules',
14     'themes',
15     'extensions',
18 DIRS += [
19     'devtools',
20     'app',
23 if CONFIG['MOZ_METRO']:
24     DIRS += ['metro']
26 if CONFIG['MAKENSISU']:
27     DIRS += ['installer/windows']