moz.build 614 B

123456789101112131415161718192021222324
  1. # -*- Mode: python; c-basic-offset: 4; 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. JAR_MANIFESTS += [ 'jar.mn' ]
  6. XPIDL_SOURCES += [ 'status4evar.idl' ]
  7. XPIDL_MODULE = 'status4evar'
  8. EXTRA_COMPONENTS += [
  9. 'status4evar.js',
  10. 'status4evar.manifest',
  11. ]
  12. EXTRA_JS_MODULES.statusbar = [
  13. 'content-thunk.js',
  14. 'Downloads.jsm',
  15. 'Progress.jsm',
  16. 'Status.jsm',
  17. 'Status4Evar.jsm',
  18. 'Toolbars.jsm',
  19. ]