mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +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
|
|
@ -60,13 +60,17 @@ EXTRA_JS_MODULES += [
|
|||
'mailnewsMigrator.js',
|
||||
'mailServices.js',
|
||||
'msgDBCacheManager.js',
|
||||
'OAuth2.jsm',
|
||||
'OAuth2Providers.jsm',
|
||||
'StringBundle.js',
|
||||
'templateUtils.js',
|
||||
'traceHelper.js',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_MAILNEWS_OAUTH2']:
|
||||
EXTRA_JS_MODULES += [
|
||||
'OAuth2.jsm',
|
||||
'OAuth2Providers.jsm',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/netwerk/base'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue