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

Unified Diff: src/utils/SkWhitelistTypefaces.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/utils/SkWhitelistChecksums.inc ('k') | tools/sk_tool_utils_font.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkWhitelistTypefaces.cpp
diff --git a/src/utils/SkWhitelistTypefaces.cpp b/src/utils/SkWhitelistTypefaces.cpp
index 2912fe2501788f6567d38d8fa8786827e9b44a98..ac82f7c6cbd5e03cf80d8be59633816d0ea16458 100644
--- a/src/utils/SkWhitelistTypefaces.cpp
+++ b/src/utils/SkWhitelistTypefaces.cpp
@@ -13,7 +13,7 @@
#include "SkUtils.h"
#include "../sfnt/SkOTUtils.h"
-#include "SkWhitelistChecksums.cpp"
+#include "SkWhitelistChecksums.inc"
#define WHITELIST_DEBUG 0
@@ -216,7 +216,7 @@ bool CheckChecksums() {
return true;
}
-const char checksumFileName[] = "SkWhitelistChecksums.cpp";
+const char checksumFileName[] = "SkWhitelistChecksums.inc";
const char checksumHeader[] =
"/*" "\n"
« no previous file with comments | « src/utils/SkWhitelistChecksums.inc ('k') | tools/sk_tool_utils_font.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698