Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@10727 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2013-08-15 07:01:06 +00:00
parent fb7b1bf534
commit 936be472b5
3 changed files with 2 additions and 3 deletions

View File

@ -124,7 +124,7 @@
'../src/ports/SkTime_Unix.cpp',
'../src/ports/SkTLS_pthread.cpp',
],
'conditions': [
'conditions': [
# when we build for win, we only want one of these default files
[ 'skia_directwrite', {
'sources!': [

View File

@ -108,7 +108,7 @@ static GrColor simplify_blend_term(GrBlendCoeff* srcCoeff,
*srcCoeff = kZero_GrBlendCoeff;
}
break;
default:
break;
}

View File

@ -1908,4 +1908,3 @@ SkFontMgr* SkFontMgr_New_DirectWrite() {
return SkNEW_ARGS(SkFontMgr_DirectWrite, (sysFontCollection.get(), localeName, localeNameLen));
}