2014-06-07 21:30:18 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
2014-08-27 21:13:33 +04:00
|
|
|
DIRS += ['interfaces']
|
2014-07-08 21:57:44 +04:00
|
|
|
|
2014-07-26 10:17:24 +04:00
|
|
|
MOCHITEST_MANIFESTS += ['test/mochitest.ini']
|
2014-08-27 21:13:33 +04:00
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'MobileIdentity.js',
|
|
|
|
'MobileIdentity.manifest',
|
|
|
|
]
|