mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
This commit is contained in:
parent
f96023455f
commit
f7c6d7f321
@ -46,6 +46,7 @@ REQUIRES = xpcom \
|
|||||||
timer \
|
timer \
|
||||||
windowwatcher \
|
windowwatcher \
|
||||||
mimetype \
|
mimetype \
|
||||||
|
webbrowserpersist \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
CPPSRCS = \
|
CPPSRCS = \
|
||||||
|
@ -45,6 +45,7 @@ REQUIRES = xpcom \
|
|||||||
windowwatcher \
|
windowwatcher \
|
||||||
wallet \
|
wallet \
|
||||||
appcomps \
|
appcomps \
|
||||||
|
webbrowserpersist \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
@ -64,7 +65,6 @@ XPIDLSRCS = \
|
|||||||
nsIEmbeddingSiteWindow.idl \
|
nsIEmbeddingSiteWindow.idl \
|
||||||
nsITooltipListener.idl \
|
nsITooltipListener.idl \
|
||||||
nsITooltipTextProvider.idl \
|
nsITooltipTextProvider.idl \
|
||||||
nsIWebBrowserPersist.idl \
|
|
||||||
nsIWebBrowserFocus.idl \
|
nsIWebBrowserFocus.idl \
|
||||||
nsIWebBrowserPrint.idl \
|
nsIWebBrowserPrint.idl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
@ -73,8 +73,6 @@ CPPSRCS = \
|
|||||||
nsDocShellTreeOwner.cpp \
|
nsDocShellTreeOwner.cpp \
|
||||||
nsWebBrowser.cpp \
|
nsWebBrowser.cpp \
|
||||||
nsCommandHandler.cpp \
|
nsCommandHandler.cpp \
|
||||||
nsWebBrowserPersist.cpp \
|
|
||||||
nsDOMWalker.cpp \
|
|
||||||
nsNonPersistAuthPrompt.cpp \
|
nsNonPersistAuthPrompt.cpp \
|
||||||
nsWebBrowserContentPolicy.cpp \
|
nsWebBrowserContentPolicy.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
@ -24,6 +24,6 @@ VPATH = @srcdir@
|
|||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
DIRS = windowwatcher appstartup find ui jsconsole build
|
DIRS = windowwatcher appstartup find ui jsconsole webbrowserpersist build
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
@ -33,11 +33,16 @@ REQUIRES = js \
|
|||||||
xpcom \
|
xpcom \
|
||||||
string \
|
string \
|
||||||
windowwatcher \
|
windowwatcher \
|
||||||
|
webbrowserpersist \
|
||||||
jsconsole \
|
jsconsole \
|
||||||
find \
|
find \
|
||||||
embed_base \
|
embed_base \
|
||||||
dom \
|
dom \
|
||||||
txtsvc \
|
txtsvc \
|
||||||
|
mimetype \
|
||||||
|
content \
|
||||||
|
uriloader \
|
||||||
|
necko \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
CPPSRCS = nsModule.cpp
|
CPPSRCS = nsModule.cpp
|
||||||
@ -47,6 +52,7 @@ SHARED_LIBRARY_LIBS = \
|
|||||||
$(DIST)/lib/libappstartupnotifier_s.$(LIB_SUFFIX) \
|
$(DIST)/lib/libappstartupnotifier_s.$(LIB_SUFFIX) \
|
||||||
$(DIST)/lib/libjsconsole_s.$(LIB_SUFFIX) \
|
$(DIST)/lib/libjsconsole_s.$(LIB_SUFFIX) \
|
||||||
$(DIST)/lib/libfind_s.$(LIB_SUFFIX) \
|
$(DIST)/lib/libfind_s.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/libwebbrowserpersist_s.$(LIB_SUFFIX) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifdef MOZ_PERF_METRICS
|
ifdef MOZ_PERF_METRICS
|
||||||
@ -58,6 +64,7 @@ LOCAL_INCLUDES = \
|
|||||||
-I$(srcdir)/../appstartup/src \
|
-I$(srcdir)/../appstartup/src \
|
||||||
-I$(srcdir)/../jsconsole/src \
|
-I$(srcdir)/../jsconsole/src \
|
||||||
-I$(srcdir)/../find/src \
|
-I$(srcdir)/../find/src \
|
||||||
|
-I$(srcdir)/../webbrowserpersist/src \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DSO_LDOPTS = \
|
EXTRA_DSO_LDOPTS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user