moz.build 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. DIRS += [
  6. 'txtsvc',
  7. 'libeditor',
  8. 'txmgr',
  9. 'composer',
  10. ]
  11. XPIDL_SOURCES += [
  12. 'nsIContentFilter.idl',
  13. 'nsIDocumentStateListener.idl',
  14. 'nsIEditActionListener.idl',
  15. 'nsIEditor.idl',
  16. 'nsIEditorIMESupport.idl',
  17. 'nsIEditorMailSupport.idl',
  18. 'nsIEditorObserver.idl',
  19. 'nsIEditorSpellCheck.idl',
  20. 'nsIEditorStyleSheets.idl',
  21. 'nsIEditorUtils.idl',
  22. 'nsIHTMLAbsPosEditor.idl',
  23. 'nsIHTMLEditor.idl',
  24. 'nsIHTMLInlineTableEditor.idl',
  25. 'nsIHTMLObjectResizeListener.idl',
  26. 'nsIHTMLObjectResizer.idl',
  27. 'nsIPlaintextEditor.idl',
  28. 'nsITableEditor.idl',
  29. 'nsIURIRefObject.idl',
  30. 'nsPIEditorTransaction.idl',
  31. ]
  32. XPIDL_MODULE = 'editor'
  33. EXPORTS += [
  34. 'nsEditorCID.h',
  35. ]
  36. EXTRA_JS_MODULES += [
  37. 'AsyncSpellCheckTestHelper.jsm',
  38. ]