Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger

This commit is contained in:
Gregory Szorc
2013-09-30 09:52:01 +02:00
parent c81cc5bce3
commit a126585769
225 changed files with 1540 additions and 1380 deletions

View File

@@ -2,17 +2,3 @@
# 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/.
MOCHITEST_CHROME_FILES := \
test_loading.xul \
worker_test_loading.js \
utils_worker.js \
utils_mainthread.js \
moduleA-depends.js \
moduleB-dependency.js \
moduleC-circular.js \
moduleD-circular.js \
moduleE-throws-during-require.js \
moduleF-syntax-error.js \
moduleG-throws-later.js \
moduleH-module-dot-exports.js \
$(NULL)

View File

@@ -0,0 +1,15 @@
[DEFAULT]
support-files =
moduleA-depends.js
moduleB-dependency.js
moduleC-circular.js
moduleD-circular.js
moduleE-throws-during-require.js
moduleF-syntax-error.js
moduleG-throws-later.js
moduleH-module-dot-exports.js
utils_mainthread.js
utils_worker.js
worker_test_loading.js
[test_loading.xul]

View File

@@ -6,3 +6,5 @@
MODULE = 'workerloader'
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']