Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
[gecko.git] / dom / tests / moz.build
blob38a3b4837189019bf09e091dd07eb1497cb3d977
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 MOCHITEST_MANIFESTS += [
8     'mochitest/ajax/jquery/mochitest.ini',
9     'mochitest/ajax/lib/mochitest.ini',
10     'mochitest/ajax/mochikit/mochitest.ini',
11     'mochitest/ajax/mochikit/tests/mochitest.ini',
12     'mochitest/ajax/offline/mochitest.ini',
13     'mochitest/ajax/prototype/mochitest.ini',
14     'mochitest/ajax/scriptaculous/mochitest.ini',
15     'mochitest/beacon/mochitest.ini',
16     'mochitest/bugs/mochitest.ini',
17     'mochitest/crypto/mochitest.ini',
18     'mochitest/dom-level0/mochitest.ini',
19     'mochitest/dom-level1-core/mochitest.ini',
20     'mochitest/dom-level2-core/mochitest.ini',
21     'mochitest/dom-level2-html/mochitest.ini',
22     'mochitest/fetch/mochitest.ini',
23     'mochitest/general/mochitest.ini',
24     'mochitest/geolocation/mochitest.ini',
25     'mochitest/localstorage/mochitest.ini',
26     'mochitest/notification/mochitest.ini',
27     'mochitest/orientation/mochitest.ini',
28     'mochitest/sessionstorage/mochitest.ini',
29     'mochitest/storageevent/mochitest.ini',
30     'mochitest/webapps/mochitest.ini',
31     'mochitest/webcomponents/mochitest.ini',
32     'mochitest/whatwg/mochitest.ini',
35 MOCHITEST_CHROME_MANIFESTS += [
36     'mochitest/beacon/chrome.ini',
37     'mochitest/chrome/chrome.ini',
38     'mochitest/general/chrome.ini',
39     'mochitest/localstorage/chrome.ini',
40     'mochitest/sessionstorage/chrome.ini',
41     'mochitest/webapps/chrome.ini',
42     'mochitest/whatwg/chrome.ini',
45 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gtk2':
46     # Bug 788164.
47     MOCHITEST_MANIFESTS += [
48         'mochitest/pointerlock/mochitest.ini',
49     ]
51 if not CONFIG['MOZ_DISABLE_CRYPTOLEGACY']:
52     MOCHITEST_MANIFESTS += [
53         'mochitest/crypto/mochitest-legacy.ini',
54     ]
56 if CONFIG['MOZ_GAMEPAD']:
57     MOCHITEST_MANIFESTS += [
58         'mochitest/gamepad/mochitest.ini',
59     ]
61 XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
62 BROWSER_CHROME_MANIFESTS += ['browser/browser.ini']