Bumping manifests a=b2g-bump
[gecko.git] / editor / moz.build
blobb2b1ebf6b6e520766bb4c57ade334df9e5b2e63d
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DIRS += [
8     'txtsvc',
9     'libeditor',
10     'txmgr',
11     'composer',
14 XPIDL_SOURCES += [
15     'nsIContentFilter.idl',
16     'nsIDocumentStateListener.idl',
17     'nsIEditActionListener.idl',
18     'nsIEditor.idl',
19     'nsIEditorIMESupport.idl',
20     'nsIEditorMailSupport.idl',
21     'nsIEditorObserver.idl',
22     'nsIEditorSpellCheck.idl',
23     'nsIEditorStyleSheets.idl',
24     'nsIHTMLAbsPosEditor.idl',
25     'nsIHTMLEditor.idl',
26     'nsIHTMLInlineTableEditor.idl',
27     'nsIHTMLObjectResizeListener.idl',
28     'nsIHTMLObjectResizer.idl',
29     'nsIPlaintextEditor.idl',
30     'nsITableEditor.idl',
31     'nsIURIRefObject.idl',
32     'nsPIEditorTransaction.idl',
35 XPIDL_MODULE = 'editor'
37 EXPORTS += [
38     'nsEditorCID.h',
41 EXTRA_JS_MODULES += [
42     'AsyncSpellCheckTestHelper.jsm',