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

Unified Diff: src/utils/SkWhitelistChecksums.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/SkGetCondensedInfo.cpp ('k') | src/utils/SkWhitelistChecksums.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkWhitelistChecksums.cpp
diff --git a/src/utils/SkWhitelistChecksums.cpp b/src/utils/SkWhitelistChecksums.cpp
deleted file mode 100644
index 5fba2074dfb50a06d771a5887c788962376ff291..0000000000000000000000000000000000000000
--- a/src/utils/SkWhitelistChecksums.cpp
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- *
- * GenerateChecksums() in ../../src/utils/SkWhitelistTypefaces.cpp generated SkWhitelistChecksums.cpp.
- * Run 'whitelist_typefaces --generate' to create anew.
- */
-
-#include "SkTDArray.h"
-
-struct Whitelist {
- const char* fFontName;
- uint32_t fChecksum;
- bool fSerializedNameOnly;
- bool fSerializedSub;
-};
-
-static Whitelist whitelist[] = {
- { "Aegean", 0x639a35c7, false, false },
- { "Analecta", 0x639a35c7, false, false },
- { "Arial", 0xbc28cb14, false, false },
- { "DejaVu Sans", 0x639a35c7, false, false },
- { "DejaVu Sans Mono", 0xbc29a5d9, false, false },
- { "DejaVu Serif", 0x9db67efe, false, false },
- { "FreeMono", 0x724884f4, false, false },
- { "FreeSans", 0x7dfc48a3, false, false },
- { "FreeSerif", 0xa1ae8c77, false, false },
- { "Khmer OS", 0x917c40aa, false, false },
- { "Kochi Gothic", 0x962132dd, false, false },
- { "Lohit Kannada", 0x0b6ce863, false, false },
- { "Lohit Marathi", 0x0eb0a941, false, false },
- { "Lohit Oriya", 0xf3e9d313, false, false },
- { "Lohit Punjabi", 0xfd8b26e0, false, false },
- { "Lohit Tamil", 0xa8111d99, false, false },
- { "Lohit Telugu", 0xd34299e0, false, false },
- { "Meera", 0xe3e16220, false, false },
- { "Mukti Narrow", 0x53f7d053, false, false },
- { "NanumBarunGothic", 0x639a35c7, false, false },
- { "NanumGothic", 0xff8d773d, false, false },
- { "OpenSymbol", 0x4fcaf331, false, false },
- { "Symbola", 0x639a35c7, false, false },
- { "TakaoPGothic", 0x068c405a, false, false },
- { "Waree", 0x6a2bfca8, false, false },
- { "WenQuanYi Micro Hei", 0xcdec08a3, false, false },
- { "padmaa", 0x09eb1865, false, false },
-};
-
-static const int whitelistCount = (int) SK_ARRAY_COUNT(whitelist);
« no previous file with comments | « src/animator/SkGetCondensedInfo.cpp ('k') | src/utils/SkWhitelistChecksums.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698