2014-10-15 07:46:00 +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/.
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES.devtools.performance += [
|
2015-02-09 11:49:00 +00:00
|
|
|
'modules/compatibility.js',
|
2014-10-23 10:47:00 +00:00
|
|
|
'modules/front.js',
|
2014-12-23 16:50:50 +00:00
|
|
|
'modules/io.js',
|
2015-04-02 17:04:00 +00:00
|
|
|
'modules/performance-graphs.js',
|
2015-01-13 08:26:00 +00:00
|
|
|
'modules/recording-model.js',
|
2015-01-22 17:20:55 +00:00
|
|
|
'modules/recording-utils.js',
|
2014-10-15 07:46:00 +00:00
|
|
|
'panel.js'
|
|
|
|
]
|
2014-10-23 10:47:00 +00:00
|
|
|
|
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|