gecko/dom/tests/mochitest/moz.build

30 lines
689 B
Python

# 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/.
DIRS += [
'dom-level0',
'dom-level1-core',
'dom-level2-core',
'dom-level2-html',
'ajax',
'bugs',
'chrome',
'crypto',
'general',
'whatwg',
'geolocation',
'localstorage',
'orientation',
'sessionstorage',
'storageevent',
'pointerlock',
'webapps',
]
#needs IPC support, also tests do not run successfully in Firefox for now
#if CONFIG['MOZ_BUILD_APP'] != 'mobile':
# DIRS += ['notification']