diff options
Diffstat (limited to 'comm/mailnews/compose/public/moz.build')
-rw-r--r-- | comm/mailnews/compose/public/moz.build | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/comm/mailnews/compose/public/moz.build b/comm/mailnews/compose/public/moz.build new file mode 100644 index 0000000000..b4e027ef05 --- /dev/null +++ b/comm/mailnews/compose/public/moz.build @@ -0,0 +1,30 @@ +# 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 += [ + "nsIMsgAttachment.idl", + "nsIMsgCompFields.idl", + "nsIMsgCompose.idl", + "nsIMsgComposeParams.idl", + "nsIMsgComposeProgressParams.idl", + "nsIMsgComposeSecure.idl", + "nsIMsgComposeService.idl", + "nsIMsgCompUtils.idl", + "nsIMsgCopy.idl", + "nsIMsgQuote.idl", + "nsIMsgQuotingOutputStreamListener.idl", + "nsIMsgSend.idl", + "nsIMsgSendLater.idl", + "nsIMsgSendLaterListener.idl", + "nsIMsgSendListener.idl", + "nsIMsgSendReport.idl", + "nsISmtpServer.idl", + "nsISmtpService.idl", + "nsISmtpUrl.idl", +] + +XPIDL_MODULE = "msgcompose" + +EXPORTS += [] |