moz.build 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. 'acorn',
  8. 'apps',
  9. 'client',
  10. 'css',
  11. 'discovery',
  12. 'fronts',
  13. 'gcli',
  14. 'heapsnapshot',
  15. 'inspector',
  16. 'jsbeautify',
  17. 'layout',
  18. 'locales',
  19. 'node-properties',
  20. 'performance',
  21. 'platform',
  22. 'pretty-fast',
  23. 'qrcode',
  24. 'security',
  25. 'sourcemap',
  26. 'sprintfjs',
  27. 'shims',
  28. 'specs',
  29. 'touch',
  30. 'transport',
  31. 'webconsole',
  32. 'worker',
  33. ]
  34. BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
  35. MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
  36. XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
  37. JAR_MANIFESTS += ['jar.mn']
  38. DevToolsModules(
  39. 'async-storage.js',
  40. 'async-utils.js',
  41. 'builtin-modules.js',
  42. 'content-observer.js',
  43. 'defer.js',
  44. 'deprecated-sync-thenables.js',
  45. 'DevToolsUtils.js',
  46. 'dom-node-constants.js',
  47. 'dom-node-filter-constants.js',
  48. 'event-emitter.js',
  49. 'flags.js',
  50. 'indentation.js',
  51. 'l10n.js',
  52. 'loader-plugin-raw.jsm',
  53. 'Loader.jsm',
  54. 'Parser.jsm',
  55. 'path.js',
  56. 'plural-form.js',
  57. 'protocol.js',
  58. 'system.js',
  59. 'task.js',
  60. 'ThreadSafeDevToolsUtils.js',
  61. )