| Index: src/animator/SkGetCondensedInfo.cpp
|
| diff --git a/src/animator/SkGetCondensedInfo.cpp b/src/animator/SkGetCondensedInfo.cpp
|
| index de6fa184b572b4bac1d3ea9f32068148eaf79f5b..4c6532562409fcaa60359dddd6ee50756191c66e 100644
|
| --- a/src/animator/SkGetCondensedInfo.cpp
|
| +++ b/src/animator/SkGetCondensedInfo.cpp
|
| @@ -11,12 +11,12 @@
|
|
|
| #if SK_USE_CONDENSED_INFO == 1
|
|
|
| -// SkCondensed.cpp is auto-generated
|
| +// SkCondensed.inc is auto-generated
|
| // To generate it, execute SkDisplayType::BuildCondensedInfo()
|
| #ifdef SK_DEBUG
|
| -#include "SkCondensedDebug.cpp"
|
| +#include "SkCondensedDebug.inc"
|
| #else
|
| -#include "SkCondensedRelease.cpp"
|
| +#include "SkCondensedRelease.inc"
|
| #endif
|
|
|
| static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) {
|
|
|