2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 13:19:09 -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/.
|
|
|
|
|
2015-09-21 10:04:18 -07:00
|
|
|
include('../templates.mozbuild')
|
|
|
|
|
2014-07-28 16:57:59 -07:00
|
|
|
DIRS += [
|
2014-08-05 07:23:00 -07:00
|
|
|
'acorn',
|
|
|
|
'apps',
|
2013-05-21 16:39:13 -07:00
|
|
|
'client',
|
2014-08-05 07:23:00 -07:00
|
|
|
'discovery',
|
2013-05-09 07:15:22 -07:00
|
|
|
'gcli',
|
2015-09-03 17:29:40 -07:00
|
|
|
'heapsnapshot',
|
2016-01-12 09:52:12 -08:00
|
|
|
'inspector',
|
2014-07-14 06:25:22 -07:00
|
|
|
'jsbeautify',
|
2015-09-21 10:04:18 -07:00
|
|
|
'layout',
|
2015-11-04 13:35:53 -08:00
|
|
|
'locales',
|
2015-08-12 18:42:54 -07:00
|
|
|
'performance',
|
2014-05-01 04:28:00 -07:00
|
|
|
'pretty-fast',
|
2014-05-14 12:30:02 -07:00
|
|
|
'qrcode',
|
2014-08-05 07:23:00 -07:00
|
|
|
'security',
|
|
|
|
'sourcemap',
|
2015-09-17 14:28:42 -07:00
|
|
|
'shims',
|
2015-07-15 23:12:50 -07:00
|
|
|
'touch',
|
2014-08-05 07:23:00 -07:00
|
|
|
'transport',
|
2015-10-07 13:40:24 -07:00
|
|
|
'webconsole',
|
|
|
|
'worker',
|
2013-02-25 13:19:09 -08:00
|
|
|
]
|
2014-02-06 13:00:20 -08:00
|
|
|
|
2015-10-07 13:32:08 -07:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
2014-02-06 13:00:20 -08:00
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
2014-07-28 14:23:44 -07:00
|
|
|
|
2015-10-06 15:42:00 -07:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
2015-09-21 10:04:18 -07:00
|
|
|
DevToolsModules(
|
2015-10-07 13:32:08 -07:00
|
|
|
'async-storage.js',
|
2014-07-28 14:23:44 -07:00
|
|
|
'async-utils.js',
|
|
|
|
'content-observer.js',
|
|
|
|
'css-color.js',
|
|
|
|
'deprecated-sync-thenables.js',
|
|
|
|
'DevToolsUtils.js',
|
|
|
|
'event-emitter.js',
|
2014-08-28 04:46:25 -07:00
|
|
|
'event-parsers.js',
|
2015-10-07 13:26:58 -07:00
|
|
|
'indentation.js',
|
2015-09-21 10:04:18 -07:00
|
|
|
'Loader.jsm',
|
2015-10-21 07:09:39 -07:00
|
|
|
'Parser.jsm',
|
2014-12-09 12:00:00 -08:00
|
|
|
'path.js',
|
2015-10-07 13:18:14 -07:00
|
|
|
'system.js',
|
2015-12-30 09:37:01 -08:00
|
|
|
'ThreadSafeDevToolsUtils.js',
|
2015-09-21 10:04:18 -07:00
|
|
|
)
|