Bug 806731 - Part 0: Don't run test_sts_privatebrowsing.html in per-window PB builds

This commit is contained in:
Ehsan Akhgari 2012-12-06 00:37:37 -05:00
parent dda10caa6e
commit 9c327e94a2

View File

@ -19,7 +19,12 @@ MOCHITEST_FILES = \
nosts_bootstrap.html^headers^ \
verify.sjs \
test_stricttransportsecurity.html \
test_sts_privatebrowsing.html \
$(NULL)
ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
MOCHITEST_FILES += \
test_sts_privatebrowsing.html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk