Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.

git-svn-id: svn://10.0.0.236/trunk@166837 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2004-12-17 22:20:56 +00:00
parent 47c61b3e43
commit c647dcab36
5 changed files with 163 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ REQUIRES = xpcom \
DIRS = build
CPPSRCS = \
nsAppFileLocProviderProxy.cpp \
nsJavaInterfaces.cpp \
nsJavaWrapper.cpp \
nsJavaXPTCStub.cpp \
@@ -65,6 +66,7 @@ JAVA_SRCS = \
XPCOM.java \
XPCOMException.java \
GeckoEmbed.java \
AppFileLocProvider.java \
$(NULL)
LOCAL_INCLUDES = -I$(JAVA_INCLUDE_PATH)