moz.build 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. 'actor-registry.js',
  7. 'addons.js',
  8. 'animation.js',
  9. 'call-watcher.js',
  10. 'canvas.js',
  11. 'css-properties.js',
  12. 'csscoverage.js',
  13. 'device.js',
  14. 'director-manager.js',
  15. 'director-registry.js',
  16. 'emulation.js',
  17. 'eventlooplag.js',
  18. 'framerate.js',
  19. 'gcli.js',
  20. 'highlighters.js',
  21. 'inspector.js',
  22. 'layout.js',
  23. 'memory.js',
  24. 'performance-entries.js',
  25. 'performance-recording.js',
  26. 'performance.js',
  27. 'preference.js',
  28. 'profiler.js',
  29. 'promises.js',
  30. 'reflow.js',
  31. 'settings.js',
  32. 'storage.js',
  33. 'string.js',
  34. 'styles.js',
  35. 'stylesheets.js',
  36. 'timeline.js',
  37. 'webaudio.js',
  38. 'webgl.js'
  39. )