mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +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 \
|
||||
windowwatcher \
|
||||
mimetype \
|
||||
webbrowserpersist \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -45,6 +45,7 @@ REQUIRES = xpcom \
|
||||
windowwatcher \
|
||||
wallet \
|
||||
appcomps \
|
||||
webbrowserpersist \
|
||||
$(NULL)
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
@ -64,7 +65,6 @@ XPIDLSRCS = \
|
||||
nsIEmbeddingSiteWindow.idl \
|
||||
nsITooltipListener.idl \
|
||||
nsITooltipTextProvider.idl \
|
||||
nsIWebBrowserPersist.idl \
|
||||
nsIWebBrowserFocus.idl \
|
||||
nsIWebBrowserPrint.idl \
|
||||
$(NULL)
|
||||
@ -73,8 +73,6 @@ CPPSRCS = \
|
||||
nsDocShellTreeOwner.cpp \
|
||||
nsWebBrowser.cpp \
|
||||
nsCommandHandler.cpp \
|
||||
nsWebBrowserPersist.cpp \
|
||||
nsDOMWalker.cpp \
|
||||
nsNonPersistAuthPrompt.cpp \
|
||||
nsWebBrowserContentPolicy.cpp \
|
||||
$(NULL)
|
||||
|
@ -24,6 +24,6 @@ VPATH = @srcdir@
|
||||
|
||||
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
|
||||
|
@ -33,11 +33,16 @@ REQUIRES = js \
|
||||
xpcom \
|
||||
string \
|
||||
windowwatcher \
|
||||
webbrowserpersist \
|
||||
jsconsole \
|
||||
find \
|
||||
embed_base \
|
||||
dom \
|
||||
txtsvc \
|
||||
mimetype \
|
||||
content \
|
||||
uriloader \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = nsModule.cpp
|
||||
@ -47,6 +52,7 @@ SHARED_LIBRARY_LIBS = \
|
||||
$(DIST)/lib/libappstartupnotifier_s.$(LIB_SUFFIX) \
|
||||
$(DIST)/lib/libjsconsole_s.$(LIB_SUFFIX) \
|
||||
$(DIST)/lib/libfind_s.$(LIB_SUFFIX) \
|
||||
$(DIST)/lib/libwebbrowserpersist_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_PERF_METRICS
|
||||
@ -58,6 +64,7 @@ LOCAL_INCLUDES = \
|
||||
-I$(srcdir)/../appstartup/src \
|
||||
-I$(srcdir)/../jsconsole/src \
|
||||
-I$(srcdir)/../find/src \
|
||||
-I$(srcdir)/../webbrowserpersist/src \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user