mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support
Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
This commit is contained in:
parent
971009881c
commit
1531d6498d
27 changed files with 193 additions and 23 deletions
|
|
@ -3,11 +3,13 @@
|
|||
# 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/.
|
||||
|
||||
if CONFIG['MOZ_MAILNEWS_OAUTH2']:
|
||||
XPIDL_SOURCES += ['msgIOAuth2Module.idl']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'MailNewsTypes2.idl',
|
||||
'mozINewMailListener.idl',
|
||||
'mozINewMailNotificationService.idl',
|
||||
'msgIOAuth2Module.idl',
|
||||
'nsICopyMessageListener.idl',
|
||||
'nsICopyMsgStreamListener.idl',
|
||||
'nsIFolderListener.idl',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue