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

Unified Diff: src/animator/SkGetCondensedInfo.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 | « src/animator/SkCondensedRelease.inc ('k') | src/utils/SkWhitelistChecksums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[]) {
« no previous file with comments | « src/animator/SkCondensedRelease.inc ('k') | src/utils/SkWhitelistChecksums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698