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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1709293002: Add support for CSS unicod encoding to the text codec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a unit test Created 4 years, 8 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 | « third_party/WebKit/Source/wtf/text/TextCodecTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index 1a65dfe7b2d674821be531b3199cdf0f0d7c52b8..33f7a843d840ee45cb75165596d3d0556758dff2 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -155,6 +155,7 @@
'text/StringStatics.cpp',
'text/StringUTF8Adaptor.h',
'text/StringView.h',
+ 'text/TextCodec.h',
'text/TextCodec.cpp',
'text/TextCodecASCIIFastPath.h',
'text/TextCodecICU.cpp',
@@ -223,6 +224,7 @@
'text/StringBuilderTest.cpp',
'text/StringImplTest.cpp',
'text/StringOperatorsTest.cpp',
+ 'text/TextCodecTest.cpp',
'text/TextCodecReplacementTest.cpp',
'text/TextCodecUTF8Test.cpp',
"text/UTF8Test.cpp",
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodecTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698