Index: src/animator/SkBuildCondensedInfo.cpp |
diff --git a/src/animator/SkBuildCondensedInfo.cpp b/src/animator/SkBuildCondensedInfo.cpp |
index 1ee1917d3c15a768c047d60047f0211b67549452..84a591f2c7dc18fe84f59626a563a090397a9e67 100644 |
--- a/src/animator/SkBuildCondensedInfo.cpp |
+++ b/src/animator/SkBuildCondensedInfo.cpp |
@@ -142,11 +142,11 @@ void SkDisplayType::BuildCondensedInfo(SkAnimateMaker* maker) { |
} while (gUnknowns.count() > 0); |
qsort(gInfosTypeIDs.begin(), gInfosTypeIDs.count(), sizeof(gInfosTypeIDs[0]), &type_compare); |
#ifdef SK_DEBUG |
- FILE* condensed = fopen("../../src/animator/SkCondensedDebug.cpp", "w+"); |
+ FILE* condensed = fopen("../../src/animator/SkCondensedDebug.inc", "w+"); |
fprintf(condensed, "#include \"SkTypes.h\"\n"); |
fprintf(condensed, "#ifdef SK_DEBUG\n"); |
#else |
- FILE* condensed = fopen("../../src/animator/SkCondensedRelease.cpp", "w+"); |
+ FILE* condensed = fopen("../../src/animator/SkCondensedRelease.inc", "w+"); |
fprintf(condensed, "#include \"SkTypes.h\"\n"); |
fprintf(condensed, "#ifdef SK_RELEASE\n"); |
#endif |