gecko/content/base/test/chrome/Makefile.in
Ed Morley 7b9d7844ff Bug 893714 - Disable test_cpows.xul on OS X for too many intermittent assertions, whilst the fix is finished
--HG--
extra : rebase_source : d3ad44b025610f5b1ec91f662eb9cbf5ba613a7d
2013-07-30 17:28:59 +01:00

75 lines
1.8 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
bug421622-referer.sjs \
$(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_csp_bug768029.html \
test_bug800386.xul \
test_csp_bug773891.html \
test_bug816340.xul \
file_bug816340.xul \
test_domparsing.xul \
test_bug814638.xul \
host_bug814638.xul \
test_document_register.xul \
frame_bug814638.xul \
$(NULL)
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
MOCHITEST_CHROME_FILES += \
test_cpows.xul \
cpows_parent.xul \
cpows_child.js \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk