moz.build 461 B

12345678910111213141516171819
  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. 'utils'
  7. ]
  8. DevToolsModules(
  9. 'data-provider.js',
  10. 'main.js',
  11. 'net-request.css',
  12. 'net-request.js',
  13. )
  14. XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
  15. BROWSER_CHROME_MANIFESTS += ['test/mochitest/browser.ini']