mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Bug 938859 - Build layout/printing in unified mode; r=roc
This commit is contained in:
parent
7b596e53c8
commit
f6694319d6
@ -14,7 +14,7 @@ XPIDL_MODULE = 'layout_printing'
|
||||
|
||||
MODULE = 'layout'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsPagePrintTimer.cpp',
|
||||
'nsPrintData.cpp',
|
||||
'nsPrintEngine.cpp',
|
||||
|
@ -144,6 +144,7 @@ using namespace mozilla::dom;
|
||||
|
||||
#define DUMP_LAYOUT_LEVEL 9 // this turns on the dumping of each doucment's layout info
|
||||
|
||||
#ifndef PR_PL
|
||||
static PRLogModuleInfo *
|
||||
GetPrintingLog()
|
||||
{
|
||||
@ -153,6 +154,7 @@ GetPrintingLog()
|
||||
return sLog;
|
||||
}
|
||||
#define PR_PL(_p1) PR_LOG(GetPrintingLog(), PR_LOG_DEBUG, _p1);
|
||||
#endif
|
||||
|
||||
#ifdef EXTENDED_DEBUG_PRINTING
|
||||
static uint32_t gDumpFileNameCnt = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user