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

Unified Diff: src/utils/SkWhitelistChecksums.cpp

Issue 1344553004: Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 5 years, 3 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 | « no previous file | no next file » | 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
index b223d6c13ac1aa52031159e0ba52b944b1704179..5fba2074dfb50a06d771a5887c788962376ff291 100644
--- a/src/utils/SkWhitelistChecksums.cpp
+++ b/src/utils/SkWhitelistChecksums.cpp
@@ -18,32 +18,32 @@ struct Whitelist {
};
static Whitelist whitelist[] = {
- { "Aegean", 0x82ad09a5, false, false },
- { "Analecta", 0xc378d990, false, false },
+ { "Aegean", 0x639a35c7, false, false },
+ { "Analecta", 0x639a35c7, false, false },
{ "Arial", 0xbc28cb14, false, false },
- { "DejaVu Sans", 0x91e2fe32, false, false },
- { "DejaVu Sans Mono", 0xddc8af48, false, false },
- { "DejaVu Serif", 0x0077166d, false, false },
- { "FreeMono", 0xb9e602cd, false, false },
- { "FreeSans", 0x6f484994, false, false },
- { "FreeSerif", 0x933ce1c4, 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", 0x7c829df4, false, false },
+ { "Lohit Kannada", 0x0b6ce863, false, false },
{ "Lohit Marathi", 0x0eb0a941, false, false },
{ "Lohit Oriya", 0xf3e9d313, false, false },
{ "Lohit Punjabi", 0xfd8b26e0, false, false },
- { "Lohit Tamil", 0x83a29565, false, false },
- { "Lohit Telugu", 0x11424bd0, false, false },
+ { "Lohit Tamil", 0xa8111d99, false, false },
+ { "Lohit Telugu", 0xd34299e0, false, false },
{ "Meera", 0xe3e16220, false, false },
{ "Mukti Narrow", 0x53f7d053, false, false },
- { "NanumBarunGothic", 0x859e77ea, false, false },
- { "NanumGothic", 0x9edbcdb8, false, false },
- { "OpenSymbol", 0xd3d743df, false, false },
- { "Symbola", 0xfa80f2ab, false, false },
+ { "NanumBarunGothic", 0x639a35c7, false, false },
+ { "NanumGothic", 0xff8d773d, false, false },
+ { "OpenSymbol", 0x4fcaf331, false, false },
+ { "Symbola", 0x639a35c7, false, false },
{ "TakaoPGothic", 0x068c405a, false, false },
- { "Waree", 0x036e4fa4, false, false },
- { "WenQuanYi Micro Hei", 0xfea8587c, false, false },
+ { "Waree", 0x6a2bfca8, false, false },
+ { "WenQuanYi Micro Hei", 0xcdec08a3, false, false },
{ "padmaa", 0x09eb1865, false, false },
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698