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

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

Issue 2464373006: Fix vector resize logic when encoding non-BMP chars to x-user-defined (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 0ada8d6b8100728fe0ac4ec621f4d32d47f0a100..f2fe8257cd9fa28d37cde5468a40552407ba3771 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -340,6 +340,7 @@ test("wtf_unittests") {
"text/TextCodecReplacementTest.cpp",
"text/TextCodecTest.cpp",
"text/TextCodecUTF8Test.cpp",
+ "text/TextCodecUserDefinedTest.cpp",
"text/WTFStringTest.cpp",
"typed_arrays/ArrayBufferBuilderTest.cpp",
]

Powered by Google App Engine
This is Rietveld 408576698