gecko-dev/devtools/shared/adb/moz.build
Julian Descottes cefef81b96 Bug 1492700 - Introduce adb singleton to register adb consumers;r=daisuke
Depends on D13476

Differential Revision: https://phabricator.services.mozilla.com/D13477

--HG--
extra : moz-landing-system : lando
2018-12-06 14:57:03 +00:00

25 lines
562 B
Plaintext

# 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/.
DIRS += [
'commands',
]
DevToolsModules(
'adb-addon.js',
'adb-binary.js',
'adb-client.js',
'adb-device.js',
'adb-process.js',
'adb-running-checker.js',
'adb-runtime.js',
'adb-socket.js',
'adb.js',
)
with Files('**'):
BUG_COMPONENT = ('DevTools', 'about:debugging')
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']