moz.build 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. DIRS += [
  6. 'base',
  7. 'shistory',
  8. 'build',
  9. 'resources/content',
  10. ]
  11. XPCSHELL_TESTS_MANIFESTS += [
  12. 'test/unit/xpcshell.ini',
  13. 'test/unit_ipc/xpcshell.ini',
  14. ]
  15. MOCHITEST_MANIFESTS += [
  16. 'test/iframesandbox/mochitest.ini',
  17. 'test/mochitest.ini',
  18. 'test/navigation/mochitest.ini',
  19. ]
  20. MOCHITEST_CHROME_MANIFESTS += [
  21. 'test/chrome/chrome.ini',
  22. ]
  23. BROWSER_CHROME_MANIFESTS += [
  24. 'test/browser/browser.ini',
  25. 'test/navigation/browser.ini',
  26. ]
  27. TEST_HARNESS_FILES.testing.mochitest.tests.docshell.test.chrome += [
  28. 'test/chrome/112564_nocache.html',
  29. 'test/chrome/112564_nocache.html^headers^',
  30. 'test/chrome/215405_nocache.html',
  31. 'test/chrome/215405_nocache.html^headers^',
  32. 'test/chrome/215405_nostore.html',
  33. 'test/chrome/215405_nostore.html^headers^',
  34. 'test/chrome/582176_dummy.html',
  35. 'test/chrome/582176_xml.xml',
  36. 'test/chrome/582176_xslt.xsl',
  37. 'test/chrome/92598_nostore.html',
  38. 'test/chrome/92598_nostore.html^headers^',
  39. 'test/chrome/allowContentRetargeting.sjs',
  40. 'test/chrome/blue.png',
  41. 'test/chrome/bug89419.sjs',
  42. 'test/chrome/red.png',
  43. ]