gecko/content/base/test/chrome/Makefile.in

68 lines
1.7 KiB
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)
MOCHITEST_CHROME_FILES = \
test_bug206691.xul \
test_bug380418.html \
test_bug380418.html^headers^ \
test_bug383430.html \
test_bug391728.html \
blockPluginHard.xml \
blockNoPlugins.xml \
file_bug391728.html \
file_bug391728_2.html \
test_bug421622.xul \
test_bug429785.xul \
test_bug430050.xul \
test_bug467123.xul \
test_title.xul \
title_window.xul \
test_bug549682.xul \
file_bug549682.xul \
test_bug616841.xul \
file_bug616841.xul \
test_bug635835.xul \
test_fileconstructor.xul \
fileconstructor_file.png \
test_bug339494.xul \
test_bug357450.xul \
test_bug571390.xul \
test_bug574596.html \
test_bug683852.xul \
test_bug599295.html \
test_bug650776.html \
test_bug650784.html \
test_bug750096.html \
test_bug752226-3.xul \
test_bug752226-4.xul \
test_bug682305.html \
test_bug780199.xul \
test_bug780529.xul \
test_bug800386.xul \
test_bug816340.xul \
file_bug816340.xul \
test_domparsing.xul \
test_bug814638.xul \
host_bug814638.xul \
test_document_register.xul \
frame_bug814638.xul \
test_bug914381.html \
test_bug765993.html \
$(NULL)
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
MOCHITEST_CHROME_FILES += \
test_cpows.xul \
cpows_parent.xul \
cpows_child.js \
$(NULL)
endif