Bug 716415 - Fix windows build of Skia. r=jrmuizel

This commit is contained in:
Matt Woodrow 2012-01-19 17:48:35 +13:00
parent 6394997f67
commit 7177a905d2
2 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,7 @@ CPPSRCS += \
SkFontHost_FreeType.cpp \
SkFontHost_android.cpp \
SkFontHost_gamma.cpp \
FontHostConfiguration_android.cpp \
SkMMapStream.cpp \
SkTime_Unix.cpp \
$(NULL)
@ -326,6 +327,7 @@ EXPORTS_skia += \
$(NULL)
CPPSRCS += \
SkFontHost_win.cpp \
SkFontHost_sandbox_none.cpp \
SkTime_win.cpp \
$(NULL)
endif

View File

@ -16,6 +16,7 @@
*/
#include "FontHostConfiguration_android.h"
#include <expat_config.h>
#include <expat.h>
#include "SkTDArray.h"