mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
NOT PART OF MAIN BUILD - PHOTON ONLY
I needed export a few more files for the test app and add a new virtual method that has been added since I last checked in this code. r=jerry.kirk
This commit is contained in:
parent
e1acf1ac8e
commit
366e975016
@ -38,7 +38,7 @@ SHARED_LIBRARY_LIBS= \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
PtMozilla.h
|
||||
PtMozilla.h MozEmbedChrome.h nsIPhEmbed.h
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
|
@ -520,6 +520,12 @@ NS_IMETHODIMP MozEmbedChrome::ShowAsModal(void)
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP MozEmbedChrome::ExitModalEventLoop(nsresult aStatus)
|
||||
{
|
||||
PR_LOG(mozEmbedLm, PR_LOG_DEBUG, ("GtkMozEmbedChrome::ExitModalLoop\n"));
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
// nsIURIContentListener
|
||||
|
||||
NS_IMETHODIMP MozEmbedChrome::OnStartURIOpen(nsIURI *aURI, const char *aWindowTarget, PRBool *aAbortOpen)
|
||||
|
@ -33,6 +33,7 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
|
||||
LIBS = \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
-lphembedmoz \
|
||||
-lgkgfx \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user