2016-07-14 16:16:42 +00:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 21:19:09 +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/.
|
|
|
|
|
2015-09-21 17:04:18 +00:00
|
|
|
include('../templates.mozbuild')
|
|
|
|
|
2014-07-28 23:57:59 +00:00
|
|
|
DIRS += [
|
2014-08-05 14:23:00 +00:00
|
|
|
'acorn',
|
|
|
|
'apps',
|
2013-05-21 23:39:13 +00:00
|
|
|
'client',
|
2016-09-14 15:00:27 +00:00
|
|
|
'css',
|
2014-08-05 14:23:00 +00:00
|
|
|
'discovery',
|
2016-05-17 12:59:21 +00:00
|
|
|
'fronts',
|
2013-05-09 14:15:22 +00:00
|
|
|
'gcli',
|
2015-09-04 00:29:40 +00:00
|
|
|
'heapsnapshot',
|
2016-01-12 17:52:12 +00:00
|
|
|
'inspector',
|
2014-07-14 13:25:22 +00:00
|
|
|
'jsbeautify',
|
2015-09-21 17:04:18 +00:00
|
|
|
'layout',
|
2015-11-04 21:35:53 +00:00
|
|
|
'locales',
|
2016-08-25 15:51:42 +00:00
|
|
|
'node-properties',
|
2015-08-13 01:42:54 +00:00
|
|
|
'performance',
|
2016-08-05 19:17:17 +00:00
|
|
|
'platform',
|
2014-05-01 11:28:00 +00:00
|
|
|
'pretty-fast',
|
2014-05-14 19:30:02 +00:00
|
|
|
'qrcode',
|
2014-08-05 14:23:00 +00:00
|
|
|
'security',
|
|
|
|
'sourcemap',
|
2016-08-25 15:51:42 +00:00
|
|
|
'sprintfjs',
|
2015-09-17 21:28:42 +00:00
|
|
|
'shims',
|
2016-05-03 16:31:00 +00:00
|
|
|
'specs',
|
2015-07-16 06:12:50 +00:00
|
|
|
'touch',
|
2014-08-05 14:23:00 +00:00
|
|
|
'transport',
|
2015-10-07 20:40:24 +00:00
|
|
|
'webconsole',
|
|
|
|
'worker',
|
2013-02-25 21:19:09 +00:00
|
|
|
]
|
2014-02-06 21:00:20 +00:00
|
|
|
|
2015-10-07 20:32:08 +00:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
2014-02-06 21:00:20 +00:00
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
2014-07-28 21:23:44 +00:00
|
|
|
|
2015-10-06 22:42:00 +00:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
2015-09-21 17:04:18 +00:00
|
|
|
DevToolsModules(
|
2015-10-07 20:32:08 +00:00
|
|
|
'async-storage.js',
|
2014-07-28 21:23:44 +00:00
|
|
|
'async-utils.js',
|
2016-05-12 10:07:56 +00:00
|
|
|
'builtin-modules.js',
|
2014-07-28 21:23:44 +00:00
|
|
|
'content-observer.js',
|
2016-05-27 19:08:48 +00:00
|
|
|
'defer.js',
|
2014-07-28 21:23:44 +00:00
|
|
|
'deprecated-sync-thenables.js',
|
|
|
|
'DevToolsUtils.js',
|
2016-06-03 13:47:58 +00:00
|
|
|
'dom-node-constants.js',
|
2016-07-11 18:28:00 +00:00
|
|
|
'dom-node-filter-constants.js',
|
2014-07-28 21:23:44 +00:00
|
|
|
'event-emitter.js',
|
2016-08-05 21:41:01 +00:00
|
|
|
'flags.js',
|
2015-10-07 20:26:58 +00:00
|
|
|
'indentation.js',
|
2016-08-25 15:51:42 +00:00
|
|
|
'l10n.js',
|
2016-07-28 18:11:42 +00:00
|
|
|
'loader-plugin-raw.jsm',
|
2015-09-21 17:04:18 +00:00
|
|
|
'Loader.jsm',
|
2015-10-21 14:09:39 +00:00
|
|
|
'Parser.jsm',
|
2014-12-09 20:00:00 +00:00
|
|
|
'path.js',
|
2016-08-29 10:17:42 +00:00
|
|
|
'plural-form.js',
|
2016-05-06 07:19:00 +00:00
|
|
|
'protocol.js',
|
2015-10-07 20:18:14 +00:00
|
|
|
'system.js',
|
2016-05-17 19:07:55 +00:00
|
|
|
'task.js',
|
2015-12-30 17:37:01 +00:00
|
|
|
'ThreadSafeDevToolsUtils.js',
|
2015-09-21 17:04:18 +00:00
|
|
|
)
|
2017-01-13 13:40:35 +00:00
|
|
|
|
|
|
|
with Files('**'):
|
|
|
|
BUG_COMPONENT = ('Firefox', 'Developer Tools')
|