binoc.build 566 B

12345678910111213141516171819202122
  1. # vim: set filetype=python:
  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. DIRS += [
  6. 'base',
  7. 'components',
  8. 'locale',
  9. 'modules',
  10. 'skin',
  11. ]
  12. FINAL_TARGET_PP_FILES += ['install.rdf']
  13. FINAL_TARGET_FILES.chrome.icons.default += [
  14. 'icons/winInspectorMain.ico',
  15. 'icons/winInspectorMain.xpm',
  16. 'icons/winInspectorMain16.xpm',
  17. ]
  18. FINAL_TARGET_FILES.defaults.preferences += ['inspector.js']