Bug 1044046 - remove toolkit/components/workerloader/Makefile.in; r=mshal

This commit is contained in:
Nathan Froyd 2014-07-25 09:59:11 -04:00
parent 9eddfa23e3
commit a3ae74b4d0
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# 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/.
WORKER_FILES := require.js \
$(NULL)
INSTALL_TARGETS += WORKER
WORKER_DEST = $(FINAL_TARGET)/modules/workers

View File

@ -5,3 +5,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
JS_MODULES_PATH = 'modules/workers'
EXTRA_JS_MODULES += [
'require.js'
]