moz.build 666 B

123456789101112131415161718192021222324252627282930
  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. 'addon.js',
  7. 'appcache.js',
  8. 'calllog.js',
  9. 'cmd.js',
  10. 'cookie.js',
  11. 'csscoverage.js',
  12. 'folder.js',
  13. 'highlight.js',
  14. 'index.js',
  15. 'inject.js',
  16. 'jsb.js',
  17. 'listen.js',
  18. 'mdn.js',
  19. 'measure.js',
  20. 'media.js',
  21. 'pagemod.js',
  22. 'paintflashing.js',
  23. 'qsa.js',
  24. 'restart.js',
  25. 'rulers.js',
  26. 'screenshot.js',
  27. 'security.js',
  28. )