зеркало из https://github.com/mozilla/pjs.git
Bug 432293 Non-browser apps shouldn't need to build xpfe/components/history/public. r=ted,sr=Neil
This commit is contained in:
Родитель
a272ba1d95
Коммит
fc6cf68ee3
|
@ -85,9 +85,6 @@
|
|||
|
||||
#include "nsIAppStartup.h"
|
||||
|
||||
#ifdef MOZ_XUL
|
||||
#include "nsIBrowserHistory.h"
|
||||
#endif
|
||||
#include "nsDocShellCID.h"
|
||||
|
||||
#include "nsIObserverService.h"
|
||||
|
@ -97,6 +94,7 @@
|
|||
|
||||
#include "nsNetUtil.h"
|
||||
#ifndef MOZ_XUL_APP
|
||||
#include "nsIBrowserHistory.h"
|
||||
#include "nsICmdLineService.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -114,7 +114,6 @@ else
|
|||
|
||||
DIRS += \
|
||||
autocomplete \
|
||||
history/public \
|
||||
$(NULL)
|
||||
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче