mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
19 lines
503 B
Makefile
19 lines
503 B
Makefile
# 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/.
|
|
|
|
MOCHITEST_FILES = \
|
|
bug421622-referer.sjs \
|
|
nochrome_bug765993.html \
|
|
nochrome_bug765993.js \
|
|
nochrome_bug765993.js^headers^ \
|
|
$(NULL)
|
|
|
|
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
|
MOCHITEST_CHROME_FILES += \
|
|
test_cpows.xul \
|
|
cpows_parent.xul \
|
|
cpows_child.js \
|
|
$(NULL)
|
|
endif
|