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:
parent
fb7b1bf534
commit
936be472b5
@ -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!': [
|
||||
|
@ -108,7 +108,7 @@ static GrColor simplify_blend_term(GrBlendCoeff* srcCoeff,
|
||||
*srcCoeff = kZero_GrBlendCoeff;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -1908,4 +1908,3 @@ SkFontMgr* SkFontMgr_New_DirectWrite() {
|
||||
|
||||
return SkNEW_ARGS(SkFontMgr_DirectWrite, (sysFontCollection.get(), localeName, localeNameLen));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user