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

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

Issue 2478653002: Don't initialize ICU replacement character for UTF-32 encodings (Closed)
Patch Set: Don't use zero-length array initializer, to keep MSVC happy 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/text/TextCodecICU.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f2fe8257cd9fa28d37cde5468a40552407ba3771..cbba7dd0e7361bde66648597f61f3db3cd30e1cc 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -341,6 +341,7 @@ test("wtf_unittests") {
"text/TextCodecTest.cpp",
"text/TextCodecUTF8Test.cpp",
"text/TextCodecUserDefinedTest.cpp",
+ "text/TextEncodingTest.cpp",
"text/WTFStringTest.cpp",
"typed_arrays/ArrayBufferBuilderTest.cpp",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/text/TextCodecICU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698