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:18 -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/.
|
|
|
|
|
|
|
|
TEST_DIRS += ['test']
|
2013-06-28 12:17:07 -07:00
|
|
|
|
2013-09-20 11:34:10 -07:00
|
|
|
JS_MODULES_PATH = 'modules/devtools/sourceeditor'
|
|
|
|
|
2013-06-28 12:17:07 -07:00
|
|
|
EXTRA_JS_MODULES += [
|
2013-10-22 13:53:53 -07:00
|
|
|
'debugger.js',
|
2013-11-19 15:53:13 -08:00
|
|
|
'editor.js'
|
2013-06-28 12:17:07 -07:00
|
|
|
]
|
|
|
|
|