moz.build 882 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. DevToolsModules(
  6. 'array.js',
  7. 'attribute.js',
  8. 'caption.js',
  9. 'comment-node.js',
  10. 'date-time.js',
  11. 'document.js',
  12. 'element-node.js',
  13. 'event.js',
  14. 'function.js',
  15. 'grip-array.js',
  16. 'grip-map.js',
  17. 'grip.js',
  18. 'infinity.js',
  19. 'long-string.js',
  20. 'nan.js',
  21. 'null.js',
  22. 'number.js',
  23. 'object-with-text.js',
  24. 'object-with-url.js',
  25. 'object.js',
  26. 'promise.js',
  27. 'prop-rep.js',
  28. 'regexp.js',
  29. 'rep-utils.js',
  30. 'rep.js',
  31. 'reps.css',
  32. 'string.js',
  33. 'stylesheet.js',
  34. 'symbol.js',
  35. 'text-node.js',
  36. 'undefined.js',
  37. 'window.js',
  38. )