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

Unified Diff: Source/wtf/wtf.gypi

Issue 559133002: Shrink the binary by not super inlining all string concatenations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: String concatenations: Now with WTF_EXPORT. Created 6 years, 3 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
« Source/wtf/text/StringConcatenate.h ('K') | « Source/wtf/text/StringOperators.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index e6b243658168a5138c3e13036849c61d1088739a..b07e73ea32777a0ae525adf5e75ce515cbaf0552 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -173,6 +173,7 @@
'text/StringBuilder.cpp',
'text/StringBuilder.h',
'text/StringCF.cpp',
+ 'text/StringConcatenate.cpp',
'text/StringConcatenate.h',
'text/StringHash.h',
'text/StringImpl.cpp',
« Source/wtf/text/StringConcatenate.h ('K') | « Source/wtf/text/StringOperators.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698