зеркало из https://github.com/mozilla/pjs.git
Added REQUIRES in makefiles.
This commit is contained in:
Родитель
5959754a4a
Коммит
39e0ee2766
|
@ -44,6 +44,7 @@
|
|||
#include "nsIWebBrowserChromeFocus.h"
|
||||
#include "nsIContextMenuListener.h"
|
||||
#include "nsIDOMNode.h"
|
||||
#include "nsISHistoryListener.h"
|
||||
|
||||
|
||||
class CBrowserImpl :
|
||||
|
|
|
@ -19,6 +19,18 @@
|
|||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
dom \
|
||||
webBrowser_core \
|
||||
windowwatcher \
|
||||
exthandler \
|
||||
helperAppDlg \
|
||||
uriloader \
|
||||
necko \
|
||||
mimetype \
|
||||
$(NULL)
|
||||
|
||||
MAKE_OBJ_TYPE=DLL
|
||||
DLLNAME=testEmbedComponents
|
||||
|
|
|
@ -20,6 +20,28 @@
|
|||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
necko \
|
||||
webBrowser_core \
|
||||
widget \
|
||||
docshell \
|
||||
dom \
|
||||
uriloader \
|
||||
embed_base \
|
||||
webshell \
|
||||
shistory \
|
||||
pref \
|
||||
profile \
|
||||
find \
|
||||
gfx \
|
||||
windowwatcher \
|
||||
layout \
|
||||
history \
|
||||
helperAppDlg \
|
||||
content \
|
||||
$(NULL)
|
||||
|
||||
DIRS=components \
|
||||
$(NULL)
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
//
|
||||
// Header file for nsiHistory interface test cases
|
||||
|
||||
#include nsIHistoryEntry.h
|
||||
#include "nsIHistoryEntry.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNsIHistory window
|
||||
|
|
Загрузка…
Ссылка в новой задаче