2013-02-25 20:47:17 +00: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/.
|
|
|
|
|
2015-10-06 03:13:33 +00:00
|
|
|
|
|
|
|
include('/toolkit/toolkit.mozbuild')
|
2013-02-25 20:47:17 +00:00
|
|
|
|
|
|
|
if CONFIG['MOZ_EXTENSIONS']:
|
2014-10-02 00:14:07 +00:00
|
|
|
DIRS += ['/extensions']
|
2013-02-25 20:47:17 +00:00
|
|
|
|
2014-10-02 00:14:07 +00:00
|
|
|
DIRS += [
|
2014-10-02 00:14:07 +00:00
|
|
|
'/%s' % CONFIG['MOZ_BRANDING_DIRECTORY'],
|
|
|
|
'/b2g',
|
2014-10-02 00:14:07 +00:00
|
|
|
]
|