moz.build 499 B

123456789101112131415161718192021222324
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. DIRS += [
  5. 'components',
  6. 'computed',
  7. 'fonts',
  8. 'layout',
  9. 'markup',
  10. 'rules',
  11. 'shared'
  12. ]
  13. DevToolsModules(
  14. 'breadcrumbs.js',
  15. 'inspector-commands.js',
  16. 'inspector-search.js',
  17. 'panel.js',
  18. 'toolsidebar.js',
  19. )
  20. BROWSER_CHROME_MANIFESTS += ['test/browser.ini']