bug 856777 - observe plugin-info-updated in nsPluginArray, not Navigator r=khuey
[gecko.git] / browser / moz.build
blobc0c3fcf0154bb21015c948c82333de36b548fcfd
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']