Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: src/animator/SkBuildCondensedInfo.cpp

Issue 2184143002: Rename textual includes as *.inc. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public.bzl ('k') | src/animator/SkCondensedDebug.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public.bzl ('k') | src/animator/SkCondensedDebug.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698