From 62e28677dd075affe70ad770c19bd63c05c3ff98 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 19 Mar 2003 01:16:16 +0000 Subject: [PATCH] Build system changes for bug 83774. Enables the new code, but doesn't use it yet. r=pavlov, sr=jst --- content/base/public/Makefile.in | 1 + content/base/src/Makefile.in | 1 + content/macbuild/content.xml | 30 ++++++++++++++++++++++++++++ content/macbuild/contentIDL.xml | 30 ++++++++++++++++++++++++++++ content/xml/document/src/Makefile.in | 1 + 5 files changed, 63 insertions(+) diff --git a/content/base/public/Makefile.in b/content/base/public/Makefile.in index 7561939de76..ef0f2d3f074 100644 --- a/content/base/public/Makefile.in +++ b/content/base/public/Makefile.in @@ -84,6 +84,7 @@ XPIDLSRCS = \ nsIDragDropOverride.idl \ nsIScriptEventHandler.idl \ nsIScriptEventManager.idl \ + nsIImageLoadingContent.idl \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/content/base/src/Makefile.in b/content/base/src/Makefile.in index 02fedbbe0aa..0486711ad31 100644 --- a/content/base/src/Makefile.in +++ b/content/base/src/Makefile.in @@ -102,6 +102,7 @@ CPPSRCS = \ nsContentAreaDragDrop.cpp \ nsFrameLoader.cpp \ nsScriptEventManager.cpp \ + nsImageLoadingContent.cpp \ $(NULL) # we don't want the shared lib, but we want to force the creation of a diff --git a/content/macbuild/content.xml b/content/macbuild/content.xml index e7db5c25588..4e857356ff0 100644 --- a/content/macbuild/content.xml +++ b/content/macbuild/content.xml @@ -2095,6 +2095,13 @@ Text Debug + + Name + nsImageLoadingContent.cpp + MacOS + Text + Debug + Name nsStyleLinkElement.cpp @@ -3269,6 +3276,11 @@ nsScriptEventManager.cpp MacOS + + Name + nsImageLoadingContent.cpp + MacOS + Name nsStyleLinkElement.cpp @@ -5443,6 +5455,13 @@ Text Debug + + Name + nsImageLoadingContent.cpp + MacOS + Text + Debug + Name nsStyleLinkElement.cpp @@ -6617,6 +6636,11 @@ nsScriptEventManager.cpp MacOS + + Name + nsImageLoadingContent.cpp + MacOS + Name nsStyleLinkElement.cpp @@ -6992,6 +7016,12 @@ nsScriptEventManager.cpp MacOS + + content.o + Name + nsImageLoadingContent.cpp + MacOS + content.o Name diff --git a/content/macbuild/contentIDL.xml b/content/macbuild/contentIDL.xml index 2d78f49c23b..6848adc95f1 100644 --- a/content/macbuild/contentIDL.xml +++ b/content/macbuild/contentIDL.xml @@ -921,6 +921,13 @@ Text + + Name + nsIImageLoadingContent.idl + MacOS + Text + + Name nsISyncLoadDOMService.idl @@ -1073,6 +1080,11 @@ nsIScriptEventManager.idl MacOS + + Name + nsIImageLoadingContent.idl + MacOS + Name nsISyncLoadDOMService.idl @@ -1968,6 +1980,13 @@ Text + + Name + nsIImageLoadingContent.idl + MacOS + Text + + Name nsISyncLoadDOMService.idl @@ -2120,6 +2139,11 @@ nsIScriptEventManager.idl MacOS + + Name + nsIImageLoadingContent.idl + MacOS + Name nsISyncLoadDOMService.idl @@ -2293,6 +2317,12 @@ nsIScriptEventManager.idl MacOS + + headers + Name + nsIImageLoadingContent.idl + MacOS + headers Name diff --git a/content/xml/document/src/Makefile.in b/content/xml/document/src/Makefile.in index 674b318a267..efe90a06c58 100644 --- a/content/xml/document/src/Makefile.in +++ b/content/xml/document/src/Makefile.in @@ -39,6 +39,7 @@ REQUIRES = xpcom \ htmlparser \ necko \ view \ + imglib2 \ docshell \ webshell \ uriloader \