diff --git a/mozilla/build/Makefile.in b/mozilla/build/Makefile.in index 4179173522a..f23ecc8378d 100644 --- a/mozilla/build/Makefile.in +++ b/mozilla/build/Makefile.in @@ -33,7 +33,16 @@ endif include $(topsrcdir)/config/rules.mk -# Install bloaturls.txt file for tinderbox Bloaty test. +ifdef ENABLE_TESTS + +# Install bloaturls.txt file for tinderbox bloat test. libs:: bloaturls.txt $(INSTALL) $< $(DIST)/bin +# Install bloatcycle.html into dist/bin/res, for auto-cycling +# of bloaturls.txt. This is for browsers that can't do -f +# autocycling of URLs. +libs:: bloatcycle.html + $(INSTALL) $< $(DIST)/bin/res + +endif diff --git a/mozilla/build/bloatcycle.html b/mozilla/build/bloatcycle.html new file mode 100644 index 00000000000..1cefa1d3d3d --- /dev/null +++ b/mozilla/build/bloatcycle.html @@ -0,0 +1,40 @@ +