Bug 938867 - Build layout/tools in unified mode; r=roc

This commit is contained in:
Ehsan Akhgari 2013-11-14 21:50:07 -05:00
Родитель 9a21ba302a
Коммит 40730ae4c6
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -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