Bug 316778 - Make some gfx headers external-linking-safe, r=roc
This commit is contained in:
Родитель
b1bad8fb7f
Коммит
588cd1cc69
|
@ -55,7 +55,9 @@ endif
|
|||
DIRS += public idl src
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
TOOL_DIRS += tests
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define nsColor_h___
|
||||
|
||||
#include "gfxCore.h"
|
||||
#include "nscore.h"
|
||||
|
||||
class nsAString;
|
||||
class nsString;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include "gfxCore.h"
|
||||
#include "nsCoord.h"
|
||||
#include "nsString.h"
|
||||
#include "nsStringGlue.h"
|
||||
|
||||
// XXX we need a method to enumerate all of the possible fonts on the
|
||||
// system across family, weight, style, size, etc. But not here!
|
||||
|
|
Загрузка…
Ссылка в новой задаче