зеркало из https://github.com/mozilla/pjs.git
Part of Bug 33451 convert mailnews to nsIFile. Remove some redundant xpcom_obsolete dependencies from mailnews (follow up to bug 132180). r=dmose,sr=bienvenu
This commit is contained in:
Родитель
4b123353ab
Коммит
f3b99caecd
|
@ -76,7 +76,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
$(EXTRA_DSO_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(MOZ_XPCOM_OBSOLETE_LIBS) \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ PACKAGE_FILE = vcard.pkg
|
|||
META_COMPONENT = mail
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpcom_obsolete \
|
||||
string \
|
||||
mime \
|
||||
msgbase \
|
||||
|
@ -102,7 +101,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
$(LIBS_DIR) \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(MOZ_XPCOM_OBSOLETE_LIBS) \
|
||||
$(NULL)
|
||||
else
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@ MOZILLA_INTERNAL_API = 1
|
|||
PACKAGE_FILE = mimeemitter.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpcom_obsolete \
|
||||
string \
|
||||
mime \
|
||||
necko \
|
||||
|
@ -79,7 +78,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
$(LIBS_DIRS) \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(MOZ_XPCOM_OBSOLETE_LIBS) \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ META_COMPONENT = mail
|
|||
MOZILLA_INTERNAL_API = 1
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpcom_obsolete \
|
||||
string \
|
||||
mime \
|
||||
msgbase \
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "nsIIOService.h"
|
||||
#include "nsIURI.h"
|
||||
#include "prprf.h"
|
||||
#include "nsSpecialSystemDirectory.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
extern "C" PRBool
|
||||
EmitThisHeaderForPrefSetting(PRInt32 dispType, const char *header)
|
||||
|
|
|
@ -50,14 +50,11 @@
|
|||
#include "nsEscape.h"
|
||||
#include "prmem.h"
|
||||
#include "nsEmitterUtils.h"
|
||||
#include "nsFileStream.h"
|
||||
#include "nsMimeStringResources.h"
|
||||
#include "msgCore.h"
|
||||
#include "nsIMsgHeaderParser.h"
|
||||
#include "nsIComponentManager.h"
|
||||
#include "nsEmitterUtils.h"
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsIRegistry.h"
|
||||
#include "nsIMimeStreamConverter.h"
|
||||
#include "nsIMimeConverter.h"
|
||||
#include "nsMsgMimeCID.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include "nsIURI.h"
|
||||
#include "nsIChannel.h"
|
||||
#include "nsString.h"
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsIMimeMiscStatus.h"
|
||||
#include "nsIMsgHeaderParser.h"
|
||||
#include "nsIPipe.h"
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
/*
|
||||
* nsMimeXmlEmitter definitions....
|
||||
|
|
Загрузка…
Ссылка в новой задаче