author | Birunthan Mohanathas <birunthan@mohanathas.com> |
Wed, 16 Jul 2014 12:02:34 -0700 | |
changeset 194509 | faecfa9d0bb6c46e32934182e6154758190262ed |
parent 194508 | a1c04809ef39b546507241fad80c6d60d357cd63 |
child 194510 | f60bdae3c097a3dfa3e40976da5df953b738a76f |
push id | 27148 |
push user | cbook@mozilla.com |
push date | Thu, 17 Jul 2014 14:03:42 +0000 |
treeherder | mozilla-central@f92e4d13b3c6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ehsan |
bugs | 1028565 |
milestone | 33.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
deleted file mode 100644 --- a/editor/idl/moz.build +++ /dev/null @@ -1,29 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -XPIDL_SOURCES += [ - 'nsIContentFilter.idl', - 'nsIDocumentStateListener.idl', - 'nsIEditActionListener.idl', - 'nsIEditor.idl', - 'nsIEditorIMESupport.idl', - 'nsIEditorMailSupport.idl', - 'nsIEditorObserver.idl', - 'nsIEditorSpellCheck.idl', - 'nsIEditorStyleSheets.idl', - 'nsIHTMLAbsPosEditor.idl', - 'nsIHTMLEditor.idl', - 'nsIHTMLInlineTableEditor.idl', - 'nsIHTMLObjectResizeListener.idl', - 'nsIHTMLObjectResizer.idl', - 'nsIPlaintextEditor.idl', - 'nsITableEditor.idl', - 'nsIURIRefObject.idl', - 'nsPIEditorTransaction.idl', -] - -XPIDL_MODULE = 'editor' -
--- a/editor/moz.build +++ b/editor/moz.build @@ -1,18 +1,43 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. PARALLEL_DIRS += [ - 'public', - 'idl', 'txtsvc', 'libeditor', 'txmgr', 'composer', ] +XPIDL_SOURCES += [ + 'nsIContentFilter.idl', + 'nsIDocumentStateListener.idl', + 'nsIEditActionListener.idl', + 'nsIEditor.idl', + 'nsIEditorIMESupport.idl', + 'nsIEditorMailSupport.idl', + 'nsIEditorObserver.idl', + 'nsIEditorSpellCheck.idl', + 'nsIEditorStyleSheets.idl', + 'nsIHTMLAbsPosEditor.idl', + 'nsIHTMLEditor.idl', + 'nsIHTMLInlineTableEditor.idl', + 'nsIHTMLObjectResizeListener.idl', + 'nsIHTMLObjectResizer.idl', + 'nsIPlaintextEditor.idl', + 'nsITableEditor.idl', + 'nsIURIRefObject.idl', + 'nsPIEditorTransaction.idl', +] + +XPIDL_MODULE = 'editor' + +EXPORTS += [ + 'nsEditorCID.h', +] + EXTRA_JS_MODULES += [ 'AsyncSpellCheckTestHelper.jsm', ]
rename from editor/idl/nsIHTMLObjectResizeListener.idl rename to editor/nsIHTMLObjectResizeListener.idl
deleted file mode 100644 --- a/editor/public/moz.build +++ /dev/null @@ -1,10 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -EXPORTS += [ - 'nsEditorCID.h', -] -