Bug 940225 - Build docshell in unified mode. r=bz

This commit is contained in:
Chris Peterson 2013-11-18 21:39:08 -08:00
Родитель 4be77ac908
Коммит 4084af6e4b
3 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -47,7 +47,7 @@ EXPORTS.mozilla += [
'LoadContext.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'LoadContext.cpp',
'nsAboutRedirector.cpp',
'nsDefaultURIFixup.cpp',

Просмотреть файл

@ -4,13 +4,15 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsDocShellEnumerator_h___
#define nsDocShellEnumerator_h___
#include "nsISimpleEnumerator.h"
#include "nsTArray.h"
#include "nsIWeakReferenceUtils.h"
class nsIDocShellTreeItem;
/*
// {13cbc281-35ae-11d5-be5b-bde0edece43c}
#define NS_DOCSHELL_FORWARDS_ENUMERATOR_CID \
@ -105,5 +107,6 @@ public:
protected:
virtual nsresult BuildArrayRecursive(nsIDocShellTreeItem* inItem, nsTArray<nsWeakPtr>& inItemArray);
};
#endif // nsDocShellEnumerator_h___

Просмотреть файл

@ -8,7 +8,7 @@ EXPORTS += [
'nsSHEntryShared.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'nsSHEntry.cpp',
'nsSHEntryShared.cpp',
'nsSHistory.cpp',