moz.build 988 B

123456789101112131415161718192021222324252627282930313233343536
  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. BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
  6. TEST_HARNESS_FILES.xpcshell.devtools.client.framework.test += [
  7. 'test/shared-redux-head.js',
  8. ]
  9. DevToolsModules(
  10. 'about-devtools-toolbox.js',
  11. 'attach-thread.js',
  12. 'browser-menus.js',
  13. 'devtools.js',
  14. 'gDevTools.jsm',
  15. 'location-store.js',
  16. 'menu-item.js',
  17. 'menu.js',
  18. 'selection.js',
  19. 'sidebar.js',
  20. 'source-map-service.js',
  21. 'target-from-url.js',
  22. 'target.js',
  23. 'toolbox-highlighter-utils.js',
  24. 'toolbox-host-manager.js',
  25. 'toolbox-hosts.js',
  26. 'toolbox-options.js',
  27. 'toolbox.js',
  28. 'ToolboxProcess.jsm',
  29. )
  30. FINAL_TARGET_PP_FILES.chrome.devtools.modules.devtools.client.framework += [
  31. 'devtools-browser.js',
  32. ]