2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:23 -08:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
CONFIGURE_SUBST_FILES += ['installer/Makefile']
|
|
|
|
|
|
|
|
DIRS += [
|
|
|
|
'../locales',
|
|
|
|
'locales',
|
2014-07-15 13:50:21 -07:00
|
|
|
'stumbler',
|
2013-02-25 12:47:23 -08:00
|
|
|
'base',
|
|
|
|
'chrome',
|
|
|
|
'components',
|
|
|
|
'modules',
|
|
|
|
'themes/core',
|
|
|
|
'app',
|
|
|
|
'fonts',
|
2013-08-23 16:36:01 -07:00
|
|
|
'geckoview_library',
|
2013-12-11 07:13:30 -08:00
|
|
|
'extensions',
|
2013-02-25 12:47:23 -08:00
|
|
|
]
|
|
|
|
|
2014-07-15 13:50:21 -07:00
|
|
|
if not CONFIG['MOZ_ANDROID_MLS_STUMBLER']:
|
|
|
|
DIRS.remove('stumbler')
|
|
|
|
|
2013-02-25 12:47:23 -08:00
|
|
|
if not CONFIG['LIBXUL_SDK']:
|
2014-07-28 16:57:59 -07:00
|
|
|
DIRS += ['../../xulrunner/tools/redit']
|
2013-02-25 12:47:23 -08:00
|
|
|
|
2013-10-01 12:43:30 -07:00
|
|
|
TEST_DIRS += [
|
|
|
|
'tests',
|
|
|
|
]
|