зеркало из https://github.com/mozilla/gecko-dev.git
Bug 938867 - Build layout/tools in unified mode; r=roc
This commit is contained in:
Родитель
9a21ba302a
Коммит
40730ae4c6
|
@ -15,7 +15,7 @@ EXPORTS += [
|
|||
'nsLayoutDebugCIID.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsDebugFactory.cpp',
|
||||
'nsLayoutDebugCLH.cpp',
|
||||
'nsLayoutDebuggingTools.cpp',
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
* 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 nsLayoutDebuggingTools_h
|
||||
#define nsLayoutDebuggingTools_h
|
||||
|
||||
#include "nsILayoutDebuggingTools.h"
|
||||
#include "nsIDocShell.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
@ -36,3 +39,5 @@ protected:
|
|||
bool mCrossingEventDumping;
|
||||
bool mReflowCounts;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче