mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 23:15:38 +00:00
Bug 589667. Make the layout debugger actually work in libxul builds. r=ted
This commit is contained in:
parent
a345bf434b
commit
503106afe9
toolkit/library
@ -278,3 +278,9 @@ ifdef MOZ_JAVAXPCOM
|
||||
dlldeps-javaxpcom.cpp: $(topsrcdir)/extensions/java/xpcom/src/dlldeps-javaxpcom.cpp
|
||||
$(INSTALL) $^ .
|
||||
endif
|
||||
|
||||
ifdef MOZ_DEBUG
|
||||
ifdef ENABLE_TESTS
|
||||
DEFINES += -DENABLE_LAYOUTDEBUG
|
||||
endif
|
||||
endif
|
||||
|
@ -129,7 +129,7 @@
|
||||
#define SYSTEMPREF_MODULES
|
||||
#endif
|
||||
|
||||
#if defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
|
||||
#ifdef ENABLE_LAYOUTDEBUG
|
||||
#define LAYOUT_DEBUG_MODULE MODULE(nsLayoutDebugModule)
|
||||
#else
|
||||
#define LAYOUT_DEBUG_MODULE
|
||||
|
Loading…
x
Reference in New Issue
Block a user