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

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

Issue 1389383003: WIP: Introduce CompressibleString Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto crrev.com/1564773002 Created 4 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
« no previous file with comments | « third_party/WebKit/Source/wtf/wtf.gyp ('k') | third_party/zlib/BUILD.gn » ('j') | 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 226db2cce752ddc2ffde23472224f50e66289c46..43c91d1d59170a83f4f5df2c85e8480ec41c84c3 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -164,6 +164,8 @@
'text/CString.h',
'text/CharacterNames.h',
'text/Collator.h',
+ 'text/CompressibleString.cpp',
+ 'text/CompressibleString.h',
'text/IntegerToStringConversion.h',
'text/StringBuffer.h',
'text/StringBuilder.cpp',
@@ -226,6 +228,7 @@
'testing/WTFTestPrintersTest.cpp',
'text/AtomicStringTest.cpp',
'text/CStringTest.cpp',
+ 'text/CompressibleStringTest.cpp',
'text/StringBufferTest.cpp',
'text/StringBuilderTest.cpp',
'text/StringImplTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/wtf/wtf.gyp ('k') | third_party/zlib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698