mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
fix for bug 100895, contributed by jonsmirl@mediaone.net
r=harishd, sr=alecf slam dunk those dependencies!
This commit is contained in:
parent
70a9d1cba0
commit
a90bbda826
@ -39,12 +39,9 @@ REQUIRES = xpcom \
|
||||
uconv \
|
||||
expat \
|
||||
layout \
|
||||
content \
|
||||
dom \
|
||||
pref \
|
||||
nkcache \
|
||||
intl \
|
||||
widget \
|
||||
$(NULL)
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
|
@ -31,11 +31,7 @@ REQUIRES = xpcom \
|
||||
layout \
|
||||
dom \
|
||||
pref \
|
||||
nkcache \
|
||||
intl \
|
||||
widget \
|
||||
raptor \
|
||||
content \
|
||||
$(NULL)
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIStringBundle.h"
|
||||
#include "nsITextContent.h"
|
||||
#include "nsISupportsArray.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsParserMsgUtils.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "nsISupports.h"
|
||||
#include "nsHTMLTokens.h"
|
||||
#include "nsIHTMLContentSink.h"
|
||||
#include "nsIXMLContentSink.h"
|
||||
#include "nsDTDUtils.h"
|
||||
#include "nsParserNode.h"
|
||||
|
||||
|
@ -51,7 +51,6 @@
|
||||
#include "nsDTDUtils.h"
|
||||
#include "nsIContentSink.h"
|
||||
#include "nsIHTMLContentSink.h"
|
||||
#include "nsIXMLContentSink.h"
|
||||
#include "nsHTMLTokenizer.h"
|
||||
#include "nsExpatTokenizer.h"
|
||||
|
||||
|
@ -39,12 +39,9 @@ REQUIRES = xpcom \
|
||||
uconv \
|
||||
expat \
|
||||
layout \
|
||||
content \
|
||||
dom \
|
||||
pref \
|
||||
nkcache \
|
||||
intl \
|
||||
widget \
|
||||
$(NULL)
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
|
@ -31,11 +31,7 @@ REQUIRES = xpcom \
|
||||
layout \
|
||||
dom \
|
||||
pref \
|
||||
nkcache \
|
||||
intl \
|
||||
widget \
|
||||
raptor \
|
||||
content \
|
||||
$(NULL)
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIStringBundle.h"
|
||||
#include "nsITextContent.h"
|
||||
#include "nsISupportsArray.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsParserMsgUtils.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "nsISupports.h"
|
||||
#include "nsHTMLTokens.h"
|
||||
#include "nsIHTMLContentSink.h"
|
||||
#include "nsIXMLContentSink.h"
|
||||
#include "nsDTDUtils.h"
|
||||
#include "nsParserNode.h"
|
||||
|
||||
|
@ -51,7 +51,6 @@
|
||||
#include "nsDTDUtils.h"
|
||||
#include "nsIContentSink.h"
|
||||
#include "nsIHTMLContentSink.h"
|
||||
#include "nsIXMLContentSink.h"
|
||||
#include "nsHTMLTokenizer.h"
|
||||
#include "nsExpatTokenizer.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user