moz.build 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. include('../templates.mozbuild')
  6. DIRS += [
  7. 'aboutdebugging',
  8. 'animationinspector',
  9. 'canvasdebugger',
  10. 'commandline',
  11. 'debugger',
  12. 'dom',
  13. 'framework',
  14. 'inspector',
  15. 'jsonview',
  16. 'locales',
  17. 'memory',
  18. 'netmonitor',
  19. 'performance',
  20. 'preferences',
  21. 'projecteditor',
  22. 'responsive.html',
  23. 'responsivedesign',
  24. 'scratchpad',
  25. 'shadereditor',
  26. 'shared',
  27. 'shims',
  28. 'sourceeditor',
  29. 'storage',
  30. 'styleeditor',
  31. 'themes',
  32. 'webaudioeditor',
  33. 'webconsole',
  34. ]
  35. # Shim old theme paths used by DevTools add-ons
  36. if CONFIG['MOZ_PHOENIX']:
  37. DIRS += ['themes/shims']
  38. EXTRA_COMPONENTS += [
  39. 'devtools-startup.js',
  40. 'devtools-startup.manifest',
  41. ]
  42. JAR_MANIFESTS += ['jar.mn']
  43. DevToolsModules(
  44. 'definitions.js',
  45. 'menus.js',
  46. )