2016-07-14 16:16:42 +00:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2015-01-10 18:51:46 +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/.
|
|
|
|
|
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
2015-06-15 10:03:54 +00:00
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
2015-05-04 11:55:51 +00:00
|
|
|
|
2016-01-05 11:58:48 +00:00
|
|
|
DIRS += [
|
|
|
|
'components'
|
|
|
|
]
|
|
|
|
|
2015-09-21 17:04:18 +00:00
|
|
|
DevToolsModules(
|
2015-06-11 13:45:57 +00:00
|
|
|
'utils.js',
|
2015-09-21 17:04:18 +00:00
|
|
|
)
|
2017-01-13 13:40:35 +00:00
|
|
|
|
|
|
|
with Files('**'):
|
|
|
|
BUG_COMPONENT = ('Firefox', 'Developer Tools: Animation Inspector')
|