2014-05-01 11:28:00 +00: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-07-28 23:57:59 +00:00
|
|
|
DIRS += [
|
2014-05-09 16:50:00 +00:00
|
|
|
'decoder',
|
2014-05-01 11:28:00 +00:00
|
|
|
'encoder'
|
|
|
|
]
|
|
|
|
|
|
|
|
JS_MODULES_PATH = 'modules/devtools/qrcode'
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
2014-05-09 16:50:00 +00:00
|
|
|
'index.js',
|
2014-05-01 11:28:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
2014-05-09 16:50:00 +00:00
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
|