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

Unified Diff: Source/wtf/wtf.gypi

Issue 143943017: Added Base64 support in TextEncoder and TextDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index ee4b0b1afab8eb4ebc04e7e20065ca86f8210a87..207edf06b304d3f27e4977d78e91dfd0f1bdc1be 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -191,6 +191,8 @@
'text/StringView.h',
'text/TextCodec.cpp',
'text/TextCodecASCIIFastPath.h',
+ 'text/TextCodecBase64.cpp',
+ 'text/TextCodecBase64.h',
'text/TextCodecICU.cpp',
'text/TextCodecLatin1.cpp',
'text/TextCodecUTF16.cpp',
« Source/wtf/text/TextCodecBase64.cpp ('K') | « Source/wtf/text/TextEncodingRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698