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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 2470043004: Fix vector resize logic when encoding non-BMP chars to latin1 as ?s (Closed)
Patch Set: rebased Created 4 years, 1 month 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
Index: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index f38ce855b4dc9ca7ba90807a82e1ff2c39633784..0ada8d6b8100728fe0ac4ec621f4d32d47f0a100 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -336,6 +336,7 @@ test("wtf_unittests") {
"text/StringOperatorsTest.cpp",
"text/StringViewTest.cpp",
"text/TextCodecICUTest.cpp",
+ "text/TextCodecLatin1Test.cpp",
"text/TextCodecReplacementTest.cpp",
"text/TextCodecTest.cpp",
"text/TextCodecUTF8Test.cpp",

Powered by Google App Engine
This is Rietveld 408576698