2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 21:05:39 +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/.
|
|
|
|
|
|
|
|
DIRS += [
|
2014-03-11 17:40:43 +00:00
|
|
|
'manifests',
|
2013-02-25 21:05:39 +00:00
|
|
|
'tests',
|
|
|
|
'ssltunnel',
|
2015-02-11 22:28:44 +00:00
|
|
|
'BrowserTestUtils',
|
2013-02-25 21:05:39 +00:00
|
|
|
]
|
|
|
|
|
2013-10-21 18:09:06 +00:00
|
|
|
XPI_NAME = 'mochijar'
|
2013-12-10 07:18:11 +00:00
|
|
|
|
2014-03-04 20:54:31 +00:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
2015-04-17 17:51:42 +00:00
|
|
|
USE_EXTENSION_MANIFEST = True
|
|
|
|
|
2015-04-15 20:04:49 +00:00
|
|
|
DIST_FILES += ['install.rdf']
|
|
|
|
|
2014-03-04 20:54:31 +00:00
|
|
|
MOCHITEST_MANIFESTS += [
|
|
|
|
'dynamic/mochitest.ini',
|
|
|
|
'MochiKit/mochitest.ini',
|
|
|
|
'static/mochitest.ini',
|
|
|
|
'tests/MochiKit-1.4.2/MochiKit/mochitest.ini',
|
|
|
|
'tests/MochiKit-1.4.2/tests/mochitest.ini',
|
|
|
|
]
|
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['chrome/chrome.ini']
|
2014-08-15 18:28:26 +00:00
|
|
|
|
|
|
|
TEST_HARNESS_FILES.testing.mochitest += [
|
|
|
|
'!automation.py',
|
|
|
|
'/build/mobile/remoteautomation.py',
|
|
|
|
'/build/pgo/server-locations.txt',
|
|
|
|
'/build/sanitizers/lsan_suppressions.txt',
|
|
|
|
'/netwerk/test/httpserver/httpd.js',
|
|
|
|
'/testing/mozbase/mozdevice/mozdevice/devicemanager.py',
|
|
|
|
'/testing/mozbase/mozdevice/mozdevice/devicemanagerADB.py',
|
|
|
|
'/testing/mozbase/mozdevice/mozdevice/devicemanagerSUT.py',
|
|
|
|
'/testing/mozbase/mozdevice/mozdevice/droid.py',
|
|
|
|
'/testing/mozbase/mozdevice/mozdevice/Zeroconf.py',
|
|
|
|
'/testing/mozbase/moznetwork/moznetwork/moznetwork.py',
|
|
|
|
'b2g_start_script.js',
|
|
|
|
'bisection.py',
|
|
|
|
'browser-harness.xul',
|
|
|
|
'browser-test-overlay.xul',
|
|
|
|
'browser-test.js',
|
|
|
|
'cc-analyzer.js',
|
|
|
|
'chrome-harness.js',
|
|
|
|
'chunkifyTests.js',
|
|
|
|
'gen_template.pl',
|
|
|
|
'harness.xul',
|
2014-09-22 18:08:06 +00:00
|
|
|
'jetpack-addon-harness.js',
|
|
|
|
'jetpack-addon-overlay.xul',
|
|
|
|
'jetpack-package-harness.js',
|
|
|
|
'jetpack-package-overlay.xul',
|
2015-06-29 18:09:51 +00:00
|
|
|
'leaks.py',
|
2015-05-26 14:12:51 +00:00
|
|
|
'mach_test_package_commands.py',
|
2014-08-15 18:28:26 +00:00
|
|
|
'manifest.webapp',
|
|
|
|
'manifestLibrary.js',
|
|
|
|
'mochitest_options.py',
|
2015-01-13 01:07:00 +00:00
|
|
|
'nested_setup.js',
|
2014-08-15 18:28:26 +00:00
|
|
|
'pywebsocket_wrapper.py',
|
|
|
|
'redirect.html',
|
2015-07-09 18:30:01 +00:00
|
|
|
'runrobocop.py',
|
2014-08-15 18:28:26 +00:00
|
|
|
'runtests.py',
|
|
|
|
'runtestsb2g.py',
|
|
|
|
'runtestsremote.py',
|
|
|
|
'server.js',
|
|
|
|
]
|
|
|
|
|
|
|
|
TEST_HARNESS_FILES.testing.mochitest.pywebsocket += [
|
|
|
|
'pywebsocket/standalone.py',
|
|
|
|
]
|
|
|
|
|
|
|
|
TEST_HARNESS_FILES.testing.mochitest.pywebsocket.mod_pywebsocket += [
|
|
|
|
'pywebsocket/mod_pywebsocket/__init__.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/_stream_base.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/_stream_hixie75.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/_stream_hybi.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/common.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/dispatch.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/extensions.py',
|
2014-12-29 11:43:40 +00:00
|
|
|
'pywebsocket/mod_pywebsocket/fast_masking.i',
|
2014-08-15 18:28:26 +00:00
|
|
|
'pywebsocket/mod_pywebsocket/headerparserhandler.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/http_header_util.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/memorizingfile.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/msgutil.py',
|
2014-12-29 11:43:40 +00:00
|
|
|
'pywebsocket/mod_pywebsocket/mux.py',
|
2014-08-15 18:28:26 +00:00
|
|
|
'pywebsocket/mod_pywebsocket/stream.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/util.py',
|
2014-12-29 11:43:40 +00:00
|
|
|
'pywebsocket/mod_pywebsocket/xhr_benchmark_handler.py',
|
2014-08-15 18:28:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
TEST_HARNESS_FILES.testing.mochitest.pywebsocket.mod_pywebsocket.handshake += [
|
|
|
|
'pywebsocket/mod_pywebsocket/handshake/__init__.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/handshake/_base.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/handshake/hybi.py',
|
|
|
|
'pywebsocket/mod_pywebsocket/handshake/hybi00.py',
|
|
|
|
]
|